Searched refs:PDPT_ENTRY_NULL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h143 #define PDPT_ENTRY_NULL ((pdpt_entry_t *) 0) macro
H A Dpmap.c1754 while ((user_pdptp = pmap64_pdpt(p, 0x0)) == PDPT_ENTRY_NULL) {
3113 if (pmap64_pdpt(map, vaddr) != PDPT_ENTRY_NULL) {
3165 while ((pdptp = pmap64_pdpt(map, vaddr)) == PDPT_ENTRY_NULL) {
4676 while ((user_pdptp = pmap64_pdpt(p, 0x0)) == PDPT_ENTRY_NULL) {

Completed in 88 milliseconds