Home
last modified time | relevance | path

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

/src/sys/amd64/amd64/
H A Dpmap.c460 static uint64_t KASANPDPphys; variable
1853 KASANPDPphys = allocpages(firstaddr, NKASANPML4E); in create_pagetables()
1928 pdp_p = (pdp_entry_t *)KASANPDPphys; in create_pagetables()
2001 p4_p[KASANPML4I + i] = KASANPDPphys + ptoa(i); in create_pagetables()
4244 pm_pml4[KASANPML4I + i] = (KASANPDPphys + ptoa(i)) | X86_PG_RW | in pmap_pinit_pml4()