Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c1778 pml4_entry_t *p4_p, *p4d_p; in create_pagetables() local
1849 p4_p = (pml4_entry_t *)KPML4phys; in create_pagetables()
1973 p4d_p = la57 ? (pml4_entry_t *)DMPML4phys : &p4_p[DMPML4I]; in create_pagetables()
2001 p4_p[KASANPML4I + i] = KASANPDPphys + ptoa(i); in create_pagetables()
2002 p4_p[KASANPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()
2009 p4_p[KMSANSHADPML4I + i] = KMSANSHADPDPphys + ptoa(i); in create_pagetables()
2010 p4_p[KMSANSHADPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()
2015 p4_p[KMSANORIGPML4I + i] = KMSANORIGPDPphys + ptoa(i); in create_pagetables()
2016 p4_p[KMSANORIGPML4I + i] |= X86_PG_RW | X86_PG_V | pg_nx; in create_pagetables()
2022 p4_p[KPML4BASE + i] = KPDPphys + ptoa(i); in create_pagetables()
[all …]