Searched refs:PT2 (Results 1 – 14 of 14) sorted by relevance
| /freebsd/stand/userboot/userboot/ |
| H A D | elf64_freebsd.c | 88 pd_entry_t PT2[512]; in elf64_exec() local 101 bzero(PT2, PAGE_SIZE); in elf64_exec() 126 PT2[i] = i * (2 * 1024 * 1024); in elf64_exec() 127 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec() 142 CALLBACK(copyin, PT2, 0x4000, sizeof(PT2)); in elf64_exec()
|
| /freebsd/stand/i386/libi386/ |
| H A D | elf64_freebsd.c | 63 extern pd_entry_t PT2[]; 94 bzero(PT2, PAGE_SIZE); in elf64_exec() 106 PT3[i] = (pdpt_entry_t)VTOP((uintptr_t)&PT2[0]); in elf64_exec() 110 PT2[i] = i * (2 * 1024 * 1024); in elf64_exec() 111 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
|
| H A D | amd64_tramp.S | 51 .globl PT2 52 PT2: label
|
| /freebsd/stand/efi/loader/arch/amd64/ |
| H A D | elf64_freebsd.c | 71 static pd_entry_t *PT2; variable 131 PT2 = &PT3[512]; in elf64_exec() 150 PT3[i] = (pdp_entry_t)PT2; in elf64_exec() 156 PT2[i] = (pd_entry_t)i * M(2); in elf64_exec() 157 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
|
| /freebsd/stand/efi/loader/arch/i386/ |
| H A D | elf64_freebsd.c | 98 pd_entry_t *PT2; in elf64_exec() local 177 PT2 = &PT3[512]; in elf64_exec() 195 PT3[i] = (uintptr_t)PT2 | PG_V | PG_RW; in elf64_exec() 200 PT2[i] = (i * M(2)) | PG_V | PG_RW | PG_PS; in elf64_exec()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | xen-locore.S | 110 movl $VTOP(PT2), %edx 115 movl $VTOP(PT2), %ecx 179 PT2: label
|
| /freebsd/stand/kboot/kboot/arch/amd64/ |
| H A D | elf64_freebsd.c | 130 static pd_entry_t *PT2; variable 255 PT2 = &PT3[512]; in elf64_exec() 274 PT3[i] = (pdp_entry_t)PT2; in elf64_exec() 280 PT2[i] = (pd_entry_t)i * M(2); in elf64_exec() 281 PT2[i] |= PG_V | PG_RW | PG_PS; in elf64_exec()
|
| /freebsd/share/i18n/esdb/ISO646/ |
| H A D | ISO646.alias | 80 PT2 iso-ir-84 81 PT2 pt2
|
| H A D | ISO646.part | 19 PT2
|
| /freebsd/share/i18n/csmapper/ISO646/ |
| H A D | ISO646-PT2%UCS.646 | 1 # $NetBSD: ISO646-PT2%UCS.646,v 1.1 2003/06/27 08:40:43 tshiozak Exp $
|
| H A D | ISO646.part | 19 PT2
|
| H A D | Makefile | 17 ISO646-PT%UCS.646 ISO646-PT2%UCS.646 ISO646-SE%UCS.646 \
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | 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()
|
| H A D | 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()
|