Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/stand/libsa/
H A Drun_amd64.S85 movl $(EFER_LME | EFER_NXE | EFER_SCE), %eax
/openbsd/sys/arch/amd64/amd64/
H A Dmptramp.S155 orl $(EFER_LME|EFER_SCE), %eax
H A Dacpi_wakecode.S205 andl $(EFER_LME | EFER_NXE | EFER_SCE), %eax
H A Dlocore0.S630 orl $(EFER_LME|EFER_SCE),%eax
H A Dvmm_machdep.c8107 { EFER_SCE, "SCE ", "sce "}, in vmm_decode_efer_value()
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h514 #define EFER_SCE 0x00000001 /* SYSCALL extension */ macro
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h687 #define EFER_SCE 0x00000001 /* SYSCALL extension */ macro