Symbol: pml4_entry_t
stand/efi/loader/arch/amd64/elf64_freebsd.c
119
PT4 = (pml4_entry_t *)G(1);
stand/efi/loader/arch/amd64/elf64_freebsd.c
143
PT4[i] = (pml4_entry_t)PT3;
stand/efi/loader/arch/amd64/elf64_freebsd.c
161
PT4 = (pml4_entry_t *)G(4);
stand/efi/loader/arch/amd64/elf64_freebsd.c
212
PT4[0] = (pml4_entry_t)PT3_l | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
223
PT4[NPML4EPG - 1] = (pml4_entry_t)PT3_u | PG_V | PG_RW;
stand/efi/loader/arch/amd64/elf64_freebsd.c
68
static pml4_entry_t *PT4;
stand/efi/loader/arch/amd64/elf64_freebsd.c
75
uint64_t modulep, pml4_entry_t *pagetable, uint64_t entry);
stand/efi/loader/arch/i386/elf64_freebsd.c
175
PT4 = (pml4_entry_t *)(uintptr_t)ptr;
stand/efi/loader/arch/i386/elf64_freebsd.c
213
PT4 = (pml4_entry_t *)(uintptr_t)ptr;
stand/efi/loader/arch/i386/elf64_freebsd.c
96
pml4_entry_t *PT4;
stand/i386/libi386/elf64_freebsd.c
102
PT4[i] = (pml4_entry_t)VTOP((uintptr_t)&PT3[0]);
stand/i386/libi386/elf64_freebsd.c
61
extern pml4_entry_t PT4[];
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
124
static pml4_entry_t *PT4;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
133
uint64_t modulep, pml4_entry_t *pagetable, uint64_t entry);
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
243
PT4 = (pml4_entry_t *)G(1);
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
267
PT4[i] = (pml4_entry_t)PT3;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
284
PT4 = (pml4_entry_t *)G(4);
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
306
PT4[0] = (pml4_entry_t)PT3_l | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
317
PT4[NPML4EPG - 1] = (pml4_entry_t)PT3_u | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
334
PT4 = (pml4_entry_t *)host_getmem(9 * LOADER_PAGE_SIZE);
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
357
PT4[0] = (pml4_entry_t)pa_pt3_l | PG_V | PG_RW;
stand/kboot/kboot/arch/amd64/elf64_freebsd.c
368
PT4[NPML4EPG - 1] = (pml4_entry_t)pa_pt3_u | PG_V | PG_RW;
stand/userboot/userboot/elf64_freebsd.c
118
PT4[i] = (pml4_entry_t) 0x3000;
stand/userboot/userboot/elf64_freebsd.c
86
pml4_entry_t PT4[512];
sys/amd64/amd64/efirt_machdep.c
120
pml4_entry_t *pml4e;
sys/amd64/amd64/efirt_machdep.c
68
static pml4_entry_t *efi_pml4;
sys/amd64/amd64/kexec_support.c
146
pml4_entry_t *PT4;
sys/amd64/amd64/kexec_support.c
186
PT4[0] = (pml4_entry_t)pa_pdp_l | PG_V | PG_RW;
sys/amd64/amd64/kexec_support.c
67
kexec_generate_page_tables(pml4_entry_t *root, vm_offset_t start,
sys/amd64/amd64/machdep.c
1312
pml4_entry_t *pml4e;
sys/amd64/amd64/machdep.c
1318
pml4e = (pml4_entry_t *)cr3 + pmap_pml4e_index(KERNSTART);
sys/amd64/amd64/mp_machdep.c
368
pml4_entry_t *v_pml4;
sys/amd64/amd64/pmap.c
10448
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
10651
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
11194
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
11557
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
11747
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
11769
pml4e = (pml4_entry_t *)cr3 +
sys/amd64/amd64/pmap.c
11771
*pml4e = (pml4_entry_t)(pa | X86_PG_RW | X86_PG_V);
sys/amd64/amd64/pmap.c
11777
pml4e = (pml4_entry_t *)cr3 +
sys/amd64/amd64/pmap.c
11780
*pml4e = (pml4_entry_t)(pa | X86_PG_RW | X86_PG_V);
sys/amd64/amd64/pmap.c
11785
pml4e = (pml4_entry_t *)cr3 +
sys/amd64/amd64/pmap.c
11788
*pml4e = (pml4_entry_t)(pa | X86_PG_RW | X86_PG_V);
sys/amd64/amd64/pmap.c
11792
pml4e = (pml4_entry_t *)cr3 + pmap_pml4e_index(va);
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
12028
pml4_entry_t pml4e;
sys/amd64/amd64/pmap.c
12195
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
12276
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
1446
static __inline pml4_entry_t *
sys/amd64/amd64/pmap.c
1454
static __inline pml4_entry_t *
sys/amd64/amd64/pmap.c
1462
static __inline pml4_entry_t *
sys/amd64/amd64/pmap.c
1465
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
1473
static __inline pml4_entry_t *
sys/amd64/amd64/pmap.c
1477
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
1492
static __inline pml4_entry_t *
sys/amd64/amd64/pmap.c
1501
pmap_pml4e_to_pdpe(pml4_entry_t *pml4e, vm_offset_t va)
sys/amd64/amd64/pmap.c
1513
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
1778
pml4_entry_t *p4_p, *p4d_p;
sys/amd64/amd64/pmap.c
1849
p4_p = (pml4_entry_t *)KPML4phys;
sys/amd64/amd64/pmap.c
1973
p4d_p = la57 ? (pml4_entry_t *)DMPML4phys : &p4_p[DMPML4I];
sys/amd64/amd64/pmap.c
2505
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
4083
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
4233
pml4_entry_t *pm_pml4;
sys/amd64/amd64/pmap.c
4289
pml4_entry_t *pm_pml4u;
sys/amd64/amd64/pmap.c
4467
static pml4_entry_t *
sys/amd64/amd64/pmap.c
4473
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
4509
pml4_entry_t *pml4;
sys/amd64/amd64/pmap.c
4584
pml4_entry_t *pml4, *pml4u;
sys/amd64/amd64/pmap.c
474
static pml4_entry_t *kernel_pml4;
sys/amd64/amd64/pmap.c
621
static pml4_entry_t *pti_pml4;
sys/amd64/amd64/pmap.c
6316
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
6643
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
7948
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
8040
pml4_entry_t *pml4e;
sys/amd64/amd64/pmap.c
9145
pml4_entry_t *pml4e;
sys/amd64/include/param.h
111
#define NPML4EPG (PAGE_SIZE/(sizeof (pml4_entry_t)))
sys/amd64/include/pmap.h
258
#define addr_P4ML4pml4e (addr_PML4map + (PML4PML4I * sizeof(pml4_entry_t)))
sys/amd64/include/pmap.h
324
pml4_entry_t *pm_pmltop; /* KVA of top level page table */
sys/amd64/include/pmap.h
325
pml4_entry_t *pm_pmltopu; /* KVA of user top page table */