Searched full:pt3 (Results 1 – 14 of 14) sorted by relevance
| /freebsd/stand/userboot/userboot/ |
| H A D | elf64_freebsd.c | 81 pdp_entry_t PT3[512]; in elf64_exec() local 94 bzero(PT3, PAGE_SIZE); in elf64_exec() 100 * PT3 at 0x3000, in elf64_exec() 116 PT3[i] = (pdp_entry_t) 0x4000; in elf64_exec() 117 PT3[i] |= PG_V | PG_RW; in elf64_exec() 135 CALLBACK(copyin, PT3, 0x3000, sizeof(PT3)); in elf64_exec()
|
| /freebsd/sys/amd64/acpica/ |
| H A D | acpi_wakeup.c | 362 uint64_t *pt5, *pt4, *pt3, *pt2_0, *pt2_1, *pt2_2, *pt2_3; in acpi_install_wakeup_handler() local 380 pt3 = wakept_pages[1]; in acpi_install_wakeup_handler() 386 pt3pa = vtophys(pt3); in acpi_install_wakeup_handler() 418 pt3[0] = (uint64_t)pt2_0pa; in acpi_install_wakeup_handler() 419 pt3[0] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler() 420 pt3[1] = (uint64_t)pt2_1pa; in acpi_install_wakeup_handler() 421 pt3[1] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler() 422 pt3[2] = (uint64_t)pt2_2pa; in acpi_install_wakeup_handler() 423 pt3[2] |= PG_V | PG_RW | PG_U; in acpi_install_wakeup_handler() 424 pt3[3] = (uint64_t)pt2_3pa; in acpi_install_wakeup_handler() [all …]
|
| /freebsd/stand/i386/libi386/ |
| H A D | elf64_freebsd.c | 56 extern pdpt_entry_t PT3[]; 87 bzero(PT3, PAGE_SIZE); in elf64_exec() 96 PT4[i] = (pml4_entry_t)VTOP((uintptr_t)&PT3[0]); in elf64_exec() 100 PT3[i] = (pdpt_entry_t)VTOP((uintptr_t)&PT2[0]); in elf64_exec() 101 PT3[i] |= PG_V | PG_RW; in elf64_exec()
|
| H A D | amd64_tramp.S | 48 .globl PT3 49 PT3: label
|
| /freebsd/stand/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 69 static pdp_entry_t *PT3; variable 130 PT3 = &PT4[512]; in elf64_exec() 131 PT2 = &PT3[512]; in elf64_exec() 143 PT4[i] = (pml4_entry_t)PT3; in elf64_exec() 150 PT3[i] = (pdp_entry_t)PT2; in elf64_exec() 151 PT3[i] |= PG_V | PG_RW; in elf64_exec()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | xen-locore.S | 102 /* PT4[i] = VTOP(&PT3[0]) | PG_V | PG_RW | PG_U */ 104 movl $VTOP(PT3), %edx 108 /* PT3[i] = VTOP(&PT2[0]) | PG_V | PG_RW | PG_U */ 109 movl $VTOP(PT3), %ecx 177 PT3: label
|
| /freebsd/stand/efi/loader/arch/i386/ |
| H A D | elf64_freebsd.c | 97 pdpt_entry_t *PT3; in elf64_exec() local 176 PT3 = &PT4[512]; in elf64_exec() 177 PT2 = &PT3[512]; in elf64_exec() 189 PT4[i] = (uintptr_t)PT3 | PG_V | PG_RW; in elf64_exec() 195 PT3[i] = (uintptr_t)PT2 | PG_V | PG_RW; in elf64_exec()
|
| /freebsd/stand/kboot/kboot/arch/amd64/ |
| H A D | elf64_freebsd.c | 129 static pdp_entry_t *PT3; variable 254 PT3 = &PT4[512]; in elf64_exec() 255 PT2 = &PT3[512]; in elf64_exec() 267 PT4[i] = (pml4_entry_t)PT3; in elf64_exec() 274 PT3[i] = (pdp_entry_t)PT2; in elf64_exec() 275 PT3[i] |= PG_V | PG_RW; in elf64_exec()
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | nvidia,tegra20-sdhci.txt | 46 power-gpios = <&gpio 155 0>; /* gpio PT3 */
|
| H A D | nvidia,tegra20-sdhci.yaml | 279 power-gpios = <&gpio 155 0>; /* gpio PT3 */
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 519 # PT3 for template and no example for PageMaker document/publication with PM3 extension 520 !:ext pm3/pt3
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | reg_defs_t4.c | 18200 { "pt3", 3, 1 },
|
| H A D | reg_defs_t6.c | 24176 { "pt3", 3, 1 },
|
| H A D | reg_defs_t5.c | 24430 { "pt3", 3, 1 },
|