Searched refs:CR0_PG (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/arch/i386/acpi/ |
| D | acpi_wakecode.S | 175 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
|
| /netbsd/src/sys/arch/i386/bioscall/ |
| D | biostramp.S | 170 andl $~(CR0_PG),%eax 288 orl $CR0_PG,%eax
|
| /netbsd/src/sys/arch/amd64/acpi/ |
| D | acpi_wakecode.S | 204 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
|
| /netbsd/src/sys/arch/i386/i386/ |
| D | mptramp.S | 183 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
|
| D | locore.S | 567 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/ |
| D | mptramp.S | 178 orl $(CR0_PE|CR0_PG|CR0_NE|CR0_TS|CR0_MP|CR0_WP|CR0_AM),%eax
|
| D | locore.S | 853 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/ |
| D | specialreg.h | 73 #define CR0_PG 0x80000000 /* PaGing enable */ macro
|