Searched refs:PT3 (Results 1 – 3 of 3) sorted by relevance
57 extern p3_entry_t PT3[];88 bzero(PT3, PAGE_SIZE); in elf64_exec()97 PT4[i] = (p4_entry_t)VTOP((uintptr_t)&PT3[0]); in elf64_exec()101 PT3[i] = (p3_entry_t)VTOP((uintptr_t)&PT2[0]); in elf64_exec()102 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
50 .globl PT351 PT3: label
78 static p3_entry_t *PT3; variable148 PT3 = &PT4[512]; in elf64_exec()149 PT2 = &PT3[512]; in elf64_exec()158 PT4[i] = (p4_entry_t)PT3; in elf64_exec()162 PT3[i] = (p3_entry_t)PT2; in elf64_exec()163 PT3[i] |= PG_V | PG_RW | PG_U; in elf64_exec()