platform_allocate_region_below
if (platform_allocate_region_below(&trampolinePage, B_PAGE_SIZE,
if (platform_allocate_region_below((void**)&pml4, B_PAGE_SIZE, UINT32_MAX) != B_OK)
extern status_t platform_allocate_region_below(void **_address,