Home
last modified time | relevance | path

Searched refs:EFER_LME (Results 1 – 10 of 10) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvmdebug.c134 if ( efer & ~(EFER_SCE | EFER_LME | EFER_LMA | EFER_NX | EFER_SVME | in svm_vmcb_isvalid()
141 if ( (efer & EFER_LME) && (cr0 & X86_CR0_PG) ) in svm_vmcb_isvalid()
149 if ( (efer & EFER_LME) && (cr0 & X86_CR0_PG) && (cr4 & X86_CR4_PAE) && in svm_vmcb_isvalid()
A Dsvm.c610 new_efer = (v->arch.hvm_vcpu.guest_efer | EFER_SVME) & ~EFER_LME; in svm_update_guest_efer()
612 new_efer |= EFER_LME; in svm_update_guest_efer()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddomain.c188 if ( (regs->efer & EFER_LMA) && !(regs->efer & EFER_LME) ) in arch_set_info_hvm_guest()
239 if ( !(regs->efer & EFER_LME) ) in arch_set_info_hvm_guest()
272 if ( v->arch.hvm_vcpu.guest_efer & EFER_LME ) in arch_set_info_hvm_guest()
A Dhvm.c901 if ( (value & (EFER_LME | EFER_LMA)) && !p->extd.lm ) in hvm_efer_valid()
904 if ( (value & EFER_LMA) && (!(value & EFER_LME) || !cr0_pg) ) in hvm_efer_valid()
1985 if ( ((value ^ v->arch.hvm_vcpu.guest_efer) & EFER_LME) && in hvm_set_efer()
1993 if ( (value & EFER_LME) && !(v->arch.hvm_vcpu.guest_efer & EFER_LME) ) in hvm_set_efer()
2229 if ( v->arch.hvm_vcpu.guest_efer & EFER_LME ) in hvm_set_cr0()
4847 v->arch.hvm_vcpu.guest_efer &= ~(EFER_LMA | EFER_LME); in hvm_set_mode()
4850 v->arch.hvm_vcpu.guest_efer |= (EFER_LMA | EFER_LME); in hvm_set_mode()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dkexec_reloc.S162 andl $~EFER_LME, %eax
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dtrampoline.S138 or $EFER_LME|EFER_SCE,%eax /* Long Mode + SYSCALL/SYSRET */
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmsr-index.h27 #define EFER_LME (1<<_EFER_LME) macro
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvvmx.c1182 v->arch.hvm_vcpu.guest_efer |= EFER_LMA | EFER_LME; in virtual_vmentry()
1184 v->arch.hvm_vcpu.guest_efer &= ~(EFER_LMA | EFER_LME); in virtual_vmentry()
1385 v->arch.hvm_vcpu.guest_efer |= EFER_LMA | EFER_LME; in virtual_vmexit()
1387 v->arch.hvm_vcpu.guest_efer &= ~(EFER_LMA | EFER_LME); in virtual_vmexit()
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c507 if ( (*val & EFER_LME) && (c->cr[4] & X86_CR4_PAE) && in fuzz_read_msr()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-priv-op.c896 *val &= ~(EFER_LME | EFER_LMA | EFER_LMSLE); in read_msr()

Completed in 29 milliseconds