Home
last modified time | relevance | path

Searched refs:PT2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c58 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()
H A Damd64_tramp.S53 .globl PT2
54 PT2: label
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c79 static p2_entry_t *PT2; variable
149 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()