Home
last modified time | relevance | path

Searched defs:ptp_bits (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/uts/i86pc/vm/
H A Dhat_pte.h193 x86pte_t ptp_bits[MAX_NUM_LEVEL]; /* bits set for interior PTP */ member
/titanic_51/usr/src/uts/i86pc/os/
H A Dfastboot.c114 static x86pte_t ptp_bits = PT_VALID | PT_REF | PT_USER | PT_WRITABLE; variable
/titanic_51/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c90 x86pte_t ptp_bits = PT_VALID | PT_REF | PT_WRITABLE | PT_USER; variable