Searched refs:pabase (Results 1 – 2 of 2) sorted by relevance
331 …vm_offset_t pabase, pa_pt3_l, pa_pt3_u, pa_pt2_l0, pa_pt2_l1, pa_pt2_l2, pa_pt2_l3, pa_pt2_u0, pa_… in elf64_exec() local346 pabase = trampolinebase + LOADER_PAGE_SIZE; in elf64_exec()347 pa_pt3_l = pabase + LOADER_PAGE_SIZE * 1; in elf64_exec()348 pa_pt3_u = pabase + LOADER_PAGE_SIZE * 2; in elf64_exec()349 pa_pt2_l0 = pabase + LOADER_PAGE_SIZE * 3; in elf64_exec()350 pa_pt2_l1 = pabase + LOADER_PAGE_SIZE * 4; in elf64_exec()351 pa_pt2_l2 = pabase + LOADER_PAGE_SIZE * 5; in elf64_exec()352 pa_pt2_l3 = pabase + LOADER_PAGE_SIZE * 6; in elf64_exec()353 pa_pt2_u0 = pabase + LOADER_PAGE_SIZE * 7; in elf64_exec()354 pa_pt2_u1 = pabase + LOADER_PAGE_SIZE * 8; in elf64_exec()
11696 pmap_san_enter_early_alloc_4k(uint64_t pabase) in pmap_san_enter_early_alloc_4k() argument11707 pa = pabase + ((vm_offset_t)&data[offset] - KERNSTART); in pmap_san_enter_early_alloc_4k()