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

/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c868 * There's also a size miscalculation here: pend is one page less
878 vm_offset_t pend = i386_ptob(pmap_memory_regions[i].end+1); local
881 i, (void *) pbase, (void *) pend);
889 if (pbase >= 0xc0000 && pend <= 0x100000)
891 if (pbase < 0xc0000 && pend > 0x100000) {
900 pend = MIN(pend, 0xc0000);
901 if (pend > 0x100000)
905 (void *) (pend - pbase));
906 ml_static_mfree(ml_static_ptovirt(pbase), pend
[all...]

Completed in 21 milliseconds