Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm_host.c85 if (vmm_host_cr4 & CR4_XSAVE) { in vmm_host_state_init()
H A Dx86.c357 if (cr4 & CR4_XSAVE) in x86_emulate_cpuid()
H A Dvmm.c1143 if (rcr4() & CR4_XSAVE) in restore_guest_fpustate()
1161 if (rcr4() & CR4_XSAVE) { in save_guest_fpustate()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h79 #define CR4_XSAVE 0x00040000 /* XSETBV/XGETBV */ macro
/f-stack/freebsd/amd64/amd64/
H A Dfpu.c404 load_cr4(rcr4() | CR4_XSAVE); in fpuinit()
H A Dmachdep.c889 if (rcr4() & CR4_XSAVE) in DB_SHOW_COMMAND()
/f-stack/freebsd/i386/i386/
H A Dnpx.c434 load_cr4(rcr4() | CR4_XSAVE); in npxinit()
H A Dmachdep.c1604 if (rcr4() & CR4_XSAVE) in DB_SHOW_COMMAND()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1667 if (!limits->xsave_enabled || !(vmcs_read(VMCS_GUEST_CR4) & CR4_XSAVE)) { in vmx_emulate_xsetbv()