Searched refs:PT2 (Results 1 – 3 of 3) sorted by relevance
58 extern p2_entry_t PT2[];89 bzero(PT2, PAGE_SIZE); in elf64_exec()101 PT3[i] = (p3_entry_t)VTOP((uintptr_t)&PT2[0]); in elf64_exec()105 PT2[i] = i * (2 * 1024 * 1024); in elf64_exec()106 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()
53 .globl PT254 PT2: label
79 static p2_entry_t *PT2; variable149 PT2 = &PT3[512]; in elf64_exec()162 PT3[i] = (p3_entry_t)PT2; in elf64_exec()166 PT2[i] = i * (2 * 1024 * 1024); in elf64_exec()167 PT2[i] |= PG_V | PG_RW | PG_PS | PG_U; in elf64_exec()