Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/amd64/vmm/
Dvmm_host.c74 if (vmm_host_cr4 & CR4_XSAVE) { in vmm_host_state_init()
Dx86.c268 if (cr4 & CR4_XSAVE) in x86_emulate_cpuid()
Dvmm.c1064 if (rcr4() & CR4_XSAVE) in restore_guest_fpustate()
1082 if (rcr4() & CR4_XSAVE) { in save_guest_fpustate()
/freebsd-10-stable/sys/x86/include/
Dspecialreg.h74 #define CR4_XSAVE 0x00040000 /* XSETBV/XGETBV */ macro
/freebsd-10-stable/sys/amd64/amd64/
Dfpu.c280 load_cr4(rcr4() | CR4_XSAVE); in fpuinit()
Dmachdep.c1233 if (rcr4() & CR4_XSAVE) in DB_SHOW_COMMAND()
/freebsd-10-stable/sys/i386/isa/
Dnpx.c442 load_cr4(rcr4() | CR4_XSAVE); in npxinit()
/freebsd-10-stable/sys/amd64/vmm/intel/
Dvmx.c1434 if (!limits->xsave_enabled || !(vmcs_read(VMCS_GUEST_CR4) & CR4_XSAVE)) { in vmx_emulate_xsetbv()
/freebsd-10-stable/sys/i386/i386/
Dmachdep.c2038 if (rcr4() & CR4_XSAVE)