Home
last modified time | relevance | path

Searched refs:rcr0 (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86.h752 #define x86_get_cr0() rcr0()
760 #define x86_get_cr0() rcr0()
852 load_cr0(rcr0() | CR0_TS); \
/dragonfly/sys/cpu/x86_64/include/
H A Dcpufunc.h633 rcr0(void) in rcr0() function
963 u_int rcr0(void);
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dcpu_regs.c601 load_cr0(rcr0() | CR0_MP); in exec_setregs()
628 cr0 = rcr0(); in cpu_setregs()
/dragonfly/sys/platform/pc64/x86_64/
H A Damd64_mem.c315 cr0 = rcr0(); in amd64_mrstoreone()
H A Dmp_machdep.c333 cr0 = rcr0(); in init_secondary()
H A Dmachdep.c1527 load_cr0(rcr0() | CR0_MP); in exec_setregs()
1556 cr0 = rcr0(); in cpu_setregs()
H A Dpmap.c1299 cr0 = rcr0(); in pmap_init_pat()