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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstart.s363 ALLOCPAGES(NPGPTD)
383 movl $(NPGPTD), %ecx
401 movl $(NPGPTD),%ecx
407 movl $(NPGPTD), %ecx
443 movl $(NPGPTD), %ecx
446 /* copy the NPGPTD pages of pdes */
449 movl $((PTEMASK+1)*NPGPTD),%ecx
H A Dpmap.h107 #define NPGPTD 4 macro
122 #define NBPTD (NPGPTD << PAGE_SHIFT)
H A Dgenassym.c348 DECLARE("NPGPTD", NPGPTD);
H A Dpmap.c1165 for (i = 0; i< NPGPTD; i++, pdpt++) {
1445 _vm_object_allocate((vm_object_size_t)(NPGPTD*NPTDPG), kptobj);
1628 if (NULL == (p->pm_obj = vm_object_allocate((vm_object_size_t)(NPGPTD*NPTDPG))))
1637 for (i = 0; i< NPGPTD; i++, pdpt++ ) {

Completed in 47 milliseconds