Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/i386/
H A Dmptramp.s164 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP|CR0_WP),%eax
H A Dlocore0.S385 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_EM|CR0_MP),%eax
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h39 #define CR0_MP 0x00000002 /* "Math" Present (NPX or NPX emulator) */ macro
/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h40 #define CR0_MP 0x00000002 /* "Math" Present (NPX or NPX emulator) */ macro
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c7897 { CR0_MP, "MP ", "mp " }, in vmm_decode_cr0()