Searched refs:EFER_LME (Results 1 – 11 of 11) sorted by relevance
191 if ( (regs->efer & EFER_LMA) && !(regs->efer & EFER_LME) ) in arch_set_info_hvm_guest()242 if ( !(regs->efer & EFER_LME) ) in arch_set_info_hvm_guest()275 if ( v->arch.hvm.guest_efer & EFER_LME ) in arch_set_info_hvm_guest()
948 if ( (value & (EFER_LME | EFER_LMA)) && !p->extd.lm ) in hvm_efer_valid()951 if ( (value & EFER_LMA) && (!(value & EFER_LME) || !cr0_pg) ) in hvm_efer_valid()2056 if ( ((value ^ v->arch.hvm.guest_efer) & EFER_LME) && in hvm_set_efer()2064 if ( (value & EFER_LME) && !(v->arch.hvm.guest_efer & EFER_LME) ) in hvm_set_efer()2293 if ( v->arch.hvm.guest_efer & EFER_LME ) in hvm_set_cr0()
151 if ( (efer & EFER_LME) && (cr0 & X86_CR0_PG) ) in svm_vmcb_isvalid()159 if ( (efer & EFER_LME) && (cr0 & X86_CR0_PG) && (cr4 & X86_CR4_PAE) && in svm_vmcb_isvalid()
577 guest_efer &= ~EFER_LME; in svm_update_guest_efer()
158 #define EFER_LME (1<<_EFER_LME) macro164 #define EFER_KNOWN_MASK (EFER_SCE | EFER_LME | EFER_LMA | EFER_NX | \
162 andl $~EFER_LME, %eax
150 .long EFER_LME | (EFER_SCE * IS_ENABLED(CONFIG_PV))
1226 v->arch.hvm.guest_efer |= EFER_LMA | EFER_LME; in virtual_vmentry()1228 v->arch.hvm.guest_efer &= ~(EFER_LMA | EFER_LME); in virtual_vmentry()1456 v->arch.hvm.guest_efer |= EFER_LMA | EFER_LME; in virtual_vmexit()1458 v->arch.hvm.guest_efer &= ~(EFER_LMA | EFER_LME); in virtual_vmexit()
1619 guest_efer &= ~EFER_LME; in vmx_update_guest_efer()
550 if ( (*val & EFER_LME) && (c->cr[4] & X86_CR4_PAE) && in fuzz_read_msr()
873 *val &= ~(EFER_LME | EFER_LMA | in read_msr()
Completed in 32 milliseconds