Home
last modified time | relevance | path

Searched refs:CR0_PG (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/i386/acpi/
Dacpi_wakecode.S175 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
/netbsd/src/sys/arch/i386/bioscall/
Dbiostramp.S170 andl $~(CR0_PG),%eax
288 orl $CR0_PG,%eax
/netbsd/src/sys/arch/amd64/acpi/
Dacpi_wakecode.S204 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
/netbsd/src/sys/arch/i386/i386/
Dmptramp.S183 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
Dlocore.S567 andl $(~CR0_PG), %eax
1047 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
/netbsd/src/sys/arch/amd64/amd64/
Dmptramp.S178 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
Dlocore.S853 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
1992 andl $(~CR0_PG), %eax
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h73 #define CR0_PG 0x80000000 /* PaGing enable */ macro