Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dpmap.c6006 pt_entry_t *xpte, *ypte; in pmap_demote_pde_check() local
6015 for (ypte = firstpte; ypte < firstpte + NPTEPG; ypte++) in pmap_demote_pde_check()
6016 printf("%zd %#lx\n", ypte - firstpte, *ypte); in pmap_demote_pde_check()