Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dpal_routines.c113 *cr0 = get_cr0(); in pal_get_control_registers()
259 pal_efi_saved_cr0 = get_cr0(); in pal_efi_call_in_32bit_mode()
H A Dtrap_native.c162 get_cr0(), get_cr2(), get_cr3_raw(), get_cr4(), in panic_64()
H A Dproc_reg.h211 #define set_ts() set_cr0(get_cr0() | CR0_TS)
284 get_cr0(void) in get_cr0() function
H A Dfpu.c415 set_cr0((get_cr0() & ~(CR0_EM | CR0_TS)) | CR0_NE); /* allow use of FPU */ in init_fpu()
500 set_cr0(get_cr0() | CR0_TS | CR0_MP); in init_fpu()
1390 assert((get_cr0() & CR0_TS) == 0); in fp_save()
1769 uintptr_t cr0 = get_cr0(); in thread_fpsimd_hash()
H A Dmtrr.c329 cr0 = get_cr0(); in mtrr_update_action()
H A Di386_init.c1031 set_cr0(get_cr0() & ~(CR0_NW | CR0_CD)); in do_init_slave()
/xnu-8020.101.4/osfmk/x86_64/
H A Dpmap_pcid.c132 …pmap_pcid_log("Pre-PCID:CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(), c… in pmap_pcid_configure()
142 …pmap_pcid_log("Post PCID: CR0: 0x%lx, CR3: 0x%lx, CR4(CPU %d): 0x%lx\n", get_cr0(), get_cr3_raw(),… in pmap_pcid_configure()
/xnu-8020.101.4/osfmk/i386/vmx/
H A Dvmx_cpu.c77 uintptr_t cr0 = get_cr0(); in vmx_is_cr0_valid()
/xnu-8020.101.4/osfmk/i386/AT386/
H A Dmodel_dep.c1028 cr0 = get_cr0(); in paniclog_flush_internal()