Symbol: pdp_entry_t
stand/efi/loader/arch/amd64/elf64_freebsd.c
150
PT3[i] = (pdp_entry_t)PT2;
stand/efi/loader/arch/amd64/elf64_freebsd.c
213
PT3_l[0] = (pdp_entry_t)PT2_l0 | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
214
PT3_l[1] = (pdp_entry_t)PT2_l1 | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
215
PT3_l[2] = (pdp_entry_t)PT2_l2 | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
216
PT3_l[3] = (pdp_entry_t)PT2_l3 | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
224
PT3_u[NPDPEPG - 2] = (pdp_entry_t)PT2_u0 | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
225
PT3_u[NPDPEPG - 1] = (pdp_entry_t)PT2_u1 | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
69
static pdp_entry_t *PT3;
stand/efi/loader/arch/amd64/elf64_freebsd.c
70
static pdp_entry_t *PT3_l, *PT3_u;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
125
static pdp_entry_t *PT3_l, *PT3_u;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
129
static pdp_entry_t *PT3;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
274
PT3[i] = (pdp_entry_t)PT2;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
307
PT3_l[0] = (pdp_entry_t)PT2_l0 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
308
PT3_l[1] = (pdp_entry_t)PT2_l1 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
309
PT3_l[2] = (pdp_entry_t)PT2_l2 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
310
PT3_l[3] = (pdp_entry_t)PT2_l3 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
318
PT3_u[NPDPEPG - 2] = (pdp_entry_t)PT2_u0 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
319
PT3_u[NPDPEPG - 1] = (pdp_entry_t)PT2_u1 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
358
PT3_l[0] = (pdp_entry_t)pa_pt2_l0 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
359
PT3_l[1] = (pdp_entry_t)pa_pt2_l1 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
360
PT3_l[2] = (pdp_entry_t)pa_pt2_l2 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
361
PT3_l[3] = (pdp_entry_t)pa_pt2_l3 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
369
PT3_u[NPDPEPG - 2] = (pdp_entry_t)pa_pt2_u0 | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
370
PT3_u[NPDPEPG - 1] = (pdp_entry_t)pa_pt2_u1 | PG_V | PG_RW;
stand/userboot/userboot/elf64_freebsd.c
122
PT3[i] = (pdp_entry_t) 0x4000;
stand/userboot/userboot/elf64_freebsd.c
87
pdp_entry_t PT3[512];
sys/amd64/amd64/efirt_machdep.c
121
pdp_entry_t *pdpe;
sys/amd64/amd64/kexec_support.c
147
pdp_entry_t *PDP_l;
sys/amd64/amd64/kexec_support.c
187
PDP_l[0] = (pdp_entry_t)pa_pd_l0 | PG_V | PG_RW;
sys/amd64/amd64/kexec_support.c
188
PDP_l[1] = (pdp_entry_t)pa_pd_l1 | PG_V | PG_RW;
sys/amd64/amd64/kexec_support.c
189
PDP_l[2] = (pdp_entry_t)pa_pd_l2 | PG_V | PG_RW;
sys/amd64/amd64/kexec_support.c
190
PDP_l[3] = (pdp_entry_t)pa_pd_l3 | PG_V | PG_RW;
sys/amd64/amd64/kexec_support.c
91
pdp_entry_t *pdp = PHYS_TO_DMAP(root[i] & PG_FRAME);
sys/amd64/amd64/machdep.c
1313
pdp_entry_t *pdpe;
sys/amd64/amd64/machdep.c
1319
pdpe = (pdp_entry_t *)(*pml4e & PG_FRAME) + pmap_pdpe_index(KERNSTART);
sys/amd64/amd64/mp_machdep.c
369
pdp_entry_t *v_pdp;
sys/amd64/amd64/pmap.c
10023
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
10449
pdp_entry_t *pdp;
sys/amd64/amd64/pmap.c
10648
static pdp_entry_t *
sys/amd64/amd64/pmap.c
10673
return ((pdp_entry_t *)PHYS_TO_DMAP(mphys) + pmap_pdpe_index(va));
sys/amd64/amd64/pmap.c
10679
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
10724
pdp_entry_t *pdpe, pdp;
sys/amd64/amd64/pmap.c
10772
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
10855
pdp_entry_t *pdpe, pdp;
sys/amd64/amd64/pmap.c
11143
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
11191
static pdp_entry_t *
sys/amd64/amd64/pmap.c
11195
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
11219
pdpe = (pdp_entry_t *)PHYS_TO_DMAP(mphys) + pmap_pdpe_index(va);
sys/amd64/amd64/pmap.c
11263
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
11558
pdp_entry_t newpdpe, *pdpe;
sys/amd64/amd64/pmap.c
11748
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
11793
pdpe = (pdp_entry_t *)(*pml4e & PG_FRAME) + pmap_pdpe_index(va);
sys/amd64/amd64/pmap.c
11796
*pdpe = (pdp_entry_t)(pa | X86_PG_RW | X86_PG_V);
sys/amd64/amd64/pmap.c
11836
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
11854
*pdpe = (pdp_entry_t)(VM_PAGE_TO_PHYS(m) | X86_PG_RW |
sys/amd64/amd64/pmap.c
11983
vm_offset_t va, pml5_entry_t pml5e, pml4_entry_t pml4e, pdp_entry_t pdpe,
sys/amd64/amd64/pmap.c
12029
pdp_entry_t *pdp, pdpe;
sys/amd64/amd64/pmap.c
12196
pdp_entry_t *pdp;
sys/amd64/amd64/pmap.c
12277
pdp_entry_t *pdp;
sys/amd64/amd64/pmap.c
1350
static bool pmap_demote_pdpe(pmap_t pmap, pdp_entry_t *pdpe,
sys/amd64/amd64/pmap.c
1379
static pdp_entry_t *pmap_pti_pdpe(vm_offset_t va);
sys/amd64/amd64/pmap.c
1500
static __inline pdp_entry_t *
sys/amd64/amd64/pmap.c
1503
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
1510
static __inline pdp_entry_t *
sys/amd64/amd64/pmap.c
1525
pmap_pdpe_to_pde(pdp_entry_t *pdpe, vm_offset_t va)
sys/amd64/amd64/pmap.c
1539
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
1777
pdp_entry_t *pdp_p;
sys/amd64/amd64/pmap.c
1919
pdp_p = (pdp_entry_t *)(KPDPphys + ptoa(KPML4I - KPML4BASE));
sys/amd64/amd64/pmap.c
1928
pdp_p = (pdp_entry_t *)KASANPDPphys;
sys/amd64/amd64/pmap.c
1957
pdp_p = (pdp_entry_t *)DMPDPphys;
sys/amd64/amd64/pmap.c
3751
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
3791
pdp_entry_t pdpe, *pdpep;
sys/amd64/amd64/pmap.c
4084
pdp_entry_t *pdp;
sys/amd64/amd64/pmap.c
4504
static pdp_entry_t *
sys/amd64/amd64/pmap.c
4510
pdp_entry_t *pdp;
sys/amd64/amd64/pmap.c
4585
pdp_entry_t *pdp;
sys/amd64/amd64/pmap.c
4728
pdp_entry_t *pdpe, PG_V;
sys/amd64/amd64/pmap.c
4905
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
4934
pdpe[i] = (pdp_entry_t)(dummypd + ptoa(i) | X86_PG_V |
sys/amd64/amd64/pmap.c
4962
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
4981
*pdpe = (pdp_entry_t)(pa | X86_PG_V | X86_PG_RW |
sys/amd64/amd64/pmap.c
5010
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
5075
*pdpe = (pdp_entry_t)(paddr | X86_PG_V | X86_PG_RW |
sys/amd64/amd64/pmap.c
6317
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
6644
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
7719
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
7949
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
8041
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
9146
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
9535
pmap_demote_pdpe(pmap_t pmap, pdp_entry_t *pdpe, vm_offset_t va, vm_page_t m)
sys/amd64/amd64/pmap.c
9537
pdp_entry_t newpdpe, oldpdpe;
sys/amd64/amd64/pmap.c
9700
pdp_entry_t *pdpe;
sys/amd64/amd64/pmap.c
9948
pdp_entry_t *pdpe;
sys/amd64/include/param.h
105
#define NPDPEPG (PAGE_SIZE/(sizeof (pdp_entry_t)))