Home
last modified time | relevance | path

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

/NextBSD/sys/boot/i386/libi386/
HDamd64_tramp.S36 #define CR4_PSE 0x00000010 macro
/NextBSD/sys/boot/userboot/userboot/
HDelf64_freebsd.c53 #define CR4_PSE 0x00000010 macro
/NextBSD/sys/i386/i386/
HDmpboot.s86 orl $CR4_PSE,%eax /* Enable PSE */
HDlocore.s755 orl $CR4_PSE, %eax
/NextBSD/sys/x86/include/
HDspecialreg.h65 #define CR4_PSE 0x00000010 /* Page size extensions */ macro