Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c77 static p4_entry_t *PT4; variable
143 PT4 = (p4_entry_t *)0x0000000040000000; in elf64_exec()
145 (EFI_PHYSICAL_ADDRESS *)&PT4); in elf64_exec()
146 bzero(PT4, 3 * EFI_PAGE_SIZE); in elf64_exec()
148 PT3 = &PT4[512]; in elf64_exec()
158 PT4[i] = (p4_entry_t)PT3; in elf64_exec()
159 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
181 trampoline(trampstack, efi_copy_finish, kernend, modulep, PT4, in elf64_exec()
/illumos-gate/usr/src/boot/i386/libi386/
H A Delf64_freebsd.c56 extern p4_entry_t PT4[];
87 bzero(PT4, PAGE_SIZE); in elf64_exec()
97 PT4[i] = (p4_entry_t)VTOP((uintptr_t)&PT3[0]); in elf64_exec()
98 PT4[i] |= PG_V | PG_RW | PG_U; in elf64_exec()
H A Damd64_tramp.S47 .globl PT4
48 PT4: label
91 movl $VTOP(PT4), %eax