Searched refs:PT2 (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/stand/userboot/userboot/ |
| HD | elf64_freebsd.c | 95 p2_entry_t PT2[512]; in elf64_exec() local 108 bzero(PT2, PAGE_SIZE); in elf64_exec() 133 PT2[i] = i * (2 * 1024 * 1024); in elf64_exec() 134 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec() 149 CALLBACK(copyin, PT2, 0x4000, sizeof(PT2)); in elf64_exec()
|
| /freebsd-14-stable/stand/i386/libi386/ |
| HD | elf64_freebsd.c | 55 extern p2_entry_t PT2[]; 86 bzero(PT2, PAGE_SIZE); in elf64_exec() 98 PT3[i] = (p3_entry_t)VTOP((uintptr_t)&PT2[0]); in elf64_exec() 102 PT2[i] = i * (2 * 1024 * 1024); in elf64_exec() 103 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
|
| HD | amd64_tramp.S | 51 .globl PT2 52 PT2: label
|
| /freebsd-14-stable/stand/efi/loader/arch/amd64/ |
| HD | elf64_freebsd.c | 74 static pd_entry_t *PT2; variable 137 PT2 = &PT3[512]; in elf64_exec() 156 PT3[i] = (pdp_entry_t)PT2; in elf64_exec() 162 PT2[i] = (pd_entry_t)i * (2 * 1024 * 1024); in elf64_exec() 163 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
|
| /freebsd-14-stable/stand/efi/loader/arch/i386/ |
| HD | elf64_freebsd.c | 88 static p2_entry_t *PT2; variable 180 PT2 = &PT3[512]; in elf64_exec() 198 PT3[i] = (uintptr_t)PT2 | PG_V | PG_RW; in elf64_exec() 203 PT2[i] = (i * M(2)) | PG_V | PG_RW | PG_PS; in elf64_exec()
|
| /freebsd-14-stable/stand/kboot/kboot/arch/amd64/ |
| HD | elf64_freebsd.c | 122 static pd_entry_t *PT2; variable 250 PT2 = &PT3[512]; in elf64_exec() 269 PT3[i] = (pdp_entry_t)PT2; in elf64_exec() 275 PT2[i] = (pd_entry_t)i * (2 * 1024 * 1024); in elf64_exec() 276 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
|
| /freebsd-14-stable/sys/amd64/amd64/ |
| HD | xen-locore.S | 110 movl $VTOP(PT2), %edx 115 movl $VTOP(PT2), %ecx 179 PT2: label
|
| /freebsd-14-stable/share/i18n/esdb/ISO646/ |
| HD | ISO646.alias | 80 PT2 iso-ir-84 81 PT2 pt2
|
| HD | ISO646.part | 19 PT2
|
| /freebsd-14-stable/share/i18n/csmapper/ISO646/ |
| D | ISO646-PT2%UCS.646 | 1 # $NetBSD: ISO646-PT2%UCS.646,v 1.1 2003/06/27 08:40:43 tshiozak Exp $
|
| HD | ISO646.part | 19 PT2
|
| HD | Makefile | 17 ISO646-PT%UCS.646 ISO646-PT2%UCS.646 ISO646-SE%UCS.646 \
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 6088 QualType PT2 = PS2->getInjectedSpecializationType(); in getMoreSpecializedPartialSpecialization() local 6091 return getMoreSpecialized(*this, PT1, PT2, PS1, PS2, Info); in getMoreSpecializedPartialSpecialization() 6120 QualType PT2 = Context.getTemplateSpecializationType( in getMoreSpecializedPartialSpecialization() local 6124 return getMoreSpecialized(*this, PT1, PT2, PS1, PS2, Info); in getMoreSpecializedPartialSpecialization()
|
| HD | SemaOverload.cpp | 10155 auto PT2 = F2->getPrimaryTemplate(); in allowAmbiguity() local 10156 if (PT1 && PT2) { in allowAmbiguity() 10157 if (declaresSameEntity(PT1, PT2) || in allowAmbiguity() 10159 PT2->getInstantiatedFromMemberTemplate())) in allowAmbiguity()
|