Home
last modified time | relevance | path

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

/freebsd/stand/userboot/userboot/
H A Delf64_freebsd.c88 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 Delf64_freebsd.c63 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 Damd64_tramp.S51 .globl PT2
52 PT2: label
/freebsd/stand/efi/loader/arch/amd64/
H A Delf64_freebsd.c71 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 Delf64_freebsd.c98 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 Dxen-locore.S110 movl $VTOP(PT2), %edx
115 movl $VTOP(PT2), %ecx
179 PT2: label
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c130 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 DISO646.alias80 PT2 iso-ir-84
81 PT2 pt2
H A DISO646.part19 PT2
/freebsd/share/i18n/csmapper/ISO646/
H A DISO646-PT2%UCS.6461 # $NetBSD: ISO646-PT2%UCS.646,v 1.1 2003/06/27 08:40:43 tshiozak Exp $
H A DISO646.part19 PT2
H A DMakefile17 ISO646-PT%UCS.646 ISO646-PT2%UCS.646 ISO646-SE%UCS.646 \
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.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()
H A DSemaOverload.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()