Searched refs:pabase (Results 1 – 2 of 2) sorted by relevance
324 …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() local339 pabase = trampolinebase + LOADER_PAGE_SIZE; in elf64_exec()340 pa_pt3_l = pabase + LOADER_PAGE_SIZE * 1; in elf64_exec()341 pa_pt3_u = pabase + LOADER_PAGE_SIZE * 2; in elf64_exec()342 pa_pt2_l0 = pabase + LOADER_PAGE_SIZE * 3; in elf64_exec()343 pa_pt2_l1 = pabase + LOADER_PAGE_SIZE * 4; in elf64_exec()344 pa_pt2_l2 = pabase + LOADER_PAGE_SIZE * 5; in elf64_exec()345 pa_pt2_l3 = pabase + LOADER_PAGE_SIZE * 6; in elf64_exec()346 pa_pt2_u0 = pabase + LOADER_PAGE_SIZE * 7; in elf64_exec()347 pa_pt2_u1 = pabase + LOADER_PAGE_SIZE * 8; in elf64_exec()
11717 pmap_san_enter_early_alloc_4k(uint64_t pabase) in pmap_san_enter_early_alloc_4k() argument11728 pa = pabase + ((vm_offset_t)&data[offset] - KERNSTART); in pmap_san_enter_early_alloc_4k()