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

/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c749 vm_offset_t pbase = i386_ptob(pmap_memory_regions[i].base); local
753 i, (void *) pbase, (void *) pend);
761 if (pbase >= 0xc0000 && pend <= 0x100000)
763 if (pbase < 0xc0000 && pend > 0x100000) {
766 (void *) ml_static_ptovirt(pbase),
767 (void *) (0xc0000-pbase));
768 ml_static_mfree(ml_static_ptovirt(pbase),0xc0000-pbase);
769 pbase = 0x100000;
771 if (pbase <
[all...]
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c1078 vm_offset_t pbase = (vm_offset_t)i386_ptob(pmap_memory_regions[i].base); local
1083 (void *) ml_static_ptovirt(pbase),
1084 (void *) (pend - pbase), i);
1085 ml_static_mfree(ml_static_ptovirt(pbase), pend - pbase);

Completed in 28 milliseconds