Searched refs:PHYSMAP_BASE (Results 1 – 2 of 2) sorted by relevance
17 #define PHYSMAP_BASE (KERNEL_ASPACE_BASE) macro33 return ((uintptr_t)addr >= PHYSMAP_BASE && in is_physmap_addr()34 (uintptr_t)addr - PHYSMAP_BASE < PHYSMAP_SIZE); in is_physmap_addr()49 return (void*)(pa - PHYSMAP_BASE_PHYS + PHYSMAP_BASE); in paddr_to_physmap()56 return (uintptr_t)addr - PHYSMAP_BASE + PHYSMAP_BASE_PHYS; in physmap_to_paddr()
170 aspace->ReserveSpace("physmap", PHYSMAP_SIZE, PHYSMAP_BASE); in vm_init()180 …zx_status_t status = aspace->ReserveSpace("random_padding", random_size, PHYSMAP_BASE + PHYSMAP_SI… in vm_init()
Completed in 7 milliseconds