Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dpmap.h274 extern u_int64_t KPML5phys; /* physical address of kernel level 5 */
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S384 movq KPML5phys,%rcx
H A Dpmap.c456 u_int64_t KPML5phys; /* phys addr of kernel level 5, variable
1749 KPML5phys = allocpages(firstaddr, 1); in pmap_bootstrap_la57()
1752 pt = (pml5_entry_t *)KPML5phys; in pmap_bootstrap_la57()
1759 printf("Calling la57 trampoline at %p, KPML5phys %#lx ...", in pmap_bootstrap_la57()
1760 la57_tramp, KPML5phys); in pmap_bootstrap_la57()
1765 la57_tramp(KPML5phys); in create_pagetables()
1845 KPML5phys = allocpages(firstaddr, 1); in create_pagetables()
1846 p5_p = (pml5_entry_t *)KPML5phys; in create_pagetables()
2027 /* XXXKIB bootstrap KPML5phys page is lost */ in create_pagetables()
2034 p5_p[i] = KPML5phys | X86_PG_R in create_pagetables()
[all...]