Searched refs:get_cr0 (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dtrap_native.c162 get_cr0(), get_cr2(), get_cr3_raw(), get_cr4(),
H A Dpal_routines.c104 *cr0 = get_cr0();
250 pal_efi_saved_cr0 = get_cr0();
H A Dfpu.c219 set_cr0((get_cr0() & ~(CR0_EM|CR0_TS)) | CR0_NE); /* allow use of FPU */
267 set_cr0(get_cr0() | CR0_TS | CR0_MP);
895 assert((get_cr0() & CR0_TS) == 0);
H A Dproc_reg.h187 #define set_ts() set_cr0(get_cr0() | CR0_TS)
249 static inline uintptr_t get_cr0(void) function
H A Di386_init.c529 set_cr0(get_cr0() & ~(CR0_NW|CR0_CD));
H A Dmtrr.c322 cr0 = get_cr0();
/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap_pcid.c117 pmap_pcid_log("Pre-PCID:CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), ccpu, cr4);
127 pmap_pcid_log("Post PCID: CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), ccpu, get_cr4());
/xnu-2782.1.97/osfmk/i386/vmx/
H A Dvmx_cpu.c77 uintptr_t cr0 = get_cr0();
/xnu-2782.1.97/osfmk/i386/AT386/
H A Dmodel_dep.c847 cr0 = get_cr0();

Completed in 94 milliseconds