Searched refs:xl3p (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/arm64/arm64/
H A Dpmap.c8135 pt_entry_t *xl3p, *yl3p; local
8137 for (xl3p = firstl3p; xl3p < firstl3p + Ln_ENTRIES;
8138 xl3p++, newl3e += PAGE_SIZE) {
8139 if (PTE_TO_PHYS(pmap_load(xl3p)) != PTE_TO_PHYS(newl3e)) {
8142 xl3p - firstl3p, pmap_load(xl3p), newl3e);

Completed in 139 milliseconds