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

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_init.c124 uint64_t physmap_base, physmap_max; variable
242 physmap_base = KVADDR(KERNEL_PHYSMAP_PML4_INDEX, phys_random_L3, 0, 0);
243 physmap_max = physmap_base + NPHYSMAP * GB;
244 DBG("Physical address map base: 0x%qx\n", physmap_base);
H A Dpmap.h460 extern uint64_t physmap_base, physmap_max;
469 uint64_t pvaddr = (uint64_t)paddr + physmap_base;
473 pvaddr, physmap_base, physmap_max);

Completed in 20 milliseconds