Searched refs:CR4_XSAVE (Results 1 – 9 of 9) sorted by relevance
80 if (vmm_host_cr4 & CR4_XSAVE) { in vmm_host_state_init()
348 if (cr4 & CR4_XSAVE) in x86_emulate_cpuid()
960 if (rcr4() & CR4_XSAVE) in restore_guest_fpustate()978 if (rcr4() & CR4_XSAVE) { in save_guest_fpustate()
81 #define CR4_XSAVE 0x00040000 /* XSETBV/XGETBV */ macro
383 load_cr4(cr4 | CR4_XSAVE); in fpuinit()
561 if (rcr4() & CR4_XSAVE) in DB_SHOW_COMMAND_FLAGS()
397 load_cr4(rcr4() | CR4_XSAVE); in npxinit()
691 if (rcr4() & CR4_XSAVE) in DB_SHOW_COMMAND_FLAGS()
1720 if (!limits->xsave_enabled || !(vmcs_read(VMCS_GUEST_CR4) & CR4_XSAVE)) { in vmx_emulate_xsetbv()