Home
last modified time | relevance | path

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

/freebsd-14-stable/stand/userboot/userboot/
HDelf64_freebsd.c95 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/
HDelf64_freebsd.c55 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()
HDamd64_tramp.S51 .globl PT2
52 PT2: label
/freebsd-14-stable/stand/efi/loader/arch/amd64/
HDelf64_freebsd.c74 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/
HDelf64_freebsd.c88 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/
HDelf64_freebsd.c122 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/
HDxen-locore.S110 movl $VTOP(PT2), %edx
115 movl $VTOP(PT2), %ecx
179 PT2: label
/freebsd-14-stable/share/i18n/esdb/ISO646/
HDISO646.alias80 PT2 iso-ir-84
81 PT2 pt2
HDISO646.part19 PT2
/freebsd-14-stable/share/i18n/csmapper/ISO646/
DISO646-PT2%UCS.6461 # $NetBSD: ISO646-PT2%UCS.646,v 1.1 2003/06/27 08:40:43 tshiozak Exp $
HDISO646.part19 PT2
HDMakefile17 ISO646-PT%UCS.646 ISO646-PT2%UCS.646 ISO646-SE%UCS.646 \
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeduction.cpp6088 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()
HDSemaOverload.cpp10155 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()