Home
last modified time | relevance | path

Searched refs:EFER_SCE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dmsr-index.h34 #define EFER_SCE (1<<_EFER_SCE) macro
/openbmc/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h30 #define EFER_SCE (1<<_EFER_SCE) macro
/openbmc/linux/arch/x86/include/asm/
H A Dmsr-index.h30 #define EFER_SCE (1<<_EFER_SCE) macro
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1118 ignore_bits |= EFER_SCE; in update_transition_efer()
1123 ignore_bits &= ~(u64)EFER_SCE; in update_transition_efer()
1877 (vmx->vcpu.arch.efer & EFER_SCE); in vmx_setup_uret_msrs()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c111 u64 __read_mostly efer_reserved_bits = ~((u64)(EFER_SCE | EFER_LME | EFER_LMA));
113 static u64 __read_mostly efer_reserved_bits = ~((u64)EFER_SCE);
H A Demulate.c2415 if (!(efer & EFER_SCE)) in em_syscall()