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

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c740 * There's also a size miscalculation here: pend is one page less
750 vm_offset_t pend = i386_ptob(pmap_memory_regions[i].end+1); local
753 i, (void *) pbase, (void *) pend);
761 if (pbase >= 0xc0000 && pend <= 0x100000)
763 if (pbase < 0xc0000 && pend > 0x100000) {
772 pend = MIN(pend, 0xc0000);
773 if (pend > 0x100000)
777 (void *) (pend - pbase));
778 ml_static_mfree(ml_static_ptovirt(pbase), pend
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c1066 * There's also a size miscalculation here: pend is one page less
1079 vm_offset_t pend = (vm_offset_t)i386_ptob(pmap_memory_regions[i].end); local
1080 // vm_offset_t pend = i386_ptob(pmap_memory_regions[i].end+1);
1084 (void *) (pend - pbase), i);
1085 ml_static_mfree(ml_static_ptovirt(pbase), pend - pbase);

Completed in 87 milliseconds