Searched refs:EFER_SCE (Results 1 – 5 of 5) sorted by relevance
157 #define EFER_SCE (1<<_EFER_SCE) macro164 #define EFER_KNOWN_MASK (EFER_SCE | EFER_LME | EFER_LMA | EFER_NX | \
150 .long EFER_LME | (EFER_SCE * IS_ENABLED(CONFIG_PV))
875 ? EFER_SCE : 0)); in read_msr()
945 if ( (value & EFER_SCE) && !p->extd.syscall ) in hvm_efer_valid()
6081 generate_exception_if((msr_val & EFER_SCE) == 0, EXC_UD); in x86_emulate()6162 generate_exception_if(!(msr_val & EFER_SCE), EXC_UD); in x86_emulate()
Completed in 31 milliseconds