Searched refs:VM_MEM_SUPERPAGE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dpmap.h587 #define VM_MEM_SUPERPAGE 0x100 /* map a superpage instead of a base page */ macro
H A Dvm_fault.c4773 int superpage = (!object->pager_created && object->phys_contiguous)? VM_MEM_SUPERPAGE : 0;
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dpmap_x86_common.c458 boolean_t superpage = flags & VM_MEM_SUPERPAGE;
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c1506 if (attr & VM_MEM_SUPERPAGE)

Completed in 173 milliseconds