Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/amd64/
HDmpboot.S105 orl $EFER_LME | EFER_SCE, %eax
HDmp_machdep.c267 msr = rdmsr(MSR_EFER) | EFER_SCE; in init_secondary()
HDmachdep.c1658 msr = rdmsr(MSR_EFER) | EFER_SCE; in hammer_time()
/NextBSD/sys/amd64/acpica/
HDacpi_wakecode.S163 orl $EFER_LME | EFER_SCE, %eax
/NextBSD/sys/x86/include/
HDspecialreg.h81 #define EFER_SCE 0x000000001 /* System Call Extensions (R/W) */ macro