Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmpboot.S111 orl $EFER_LME | EFER_SCE, %eax
H A Dmachdep.c1542 msr = rdmsr(MSR_EFER) | EFER_SCE; in amd64_conf_fast_syscall()
/f-stack/freebsd/x86/include/
H A Dspecialreg.h87 #define EFER_SCE 0x000000001 /* System Call Extensions (R/W) */ macro