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

/freebsd-current/contrib/openpam/bin/pamtest/
H A Dpamtest.c233 pt_end(int pame) function
463 (void)pt_end(pame);
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c3207 pt_entry_t *pt_end, *pte; local
3211 for (pt_end = pte + Ln_ENTRIES; pte < pt_end; pte++) {
/freebsd-current/sys/i386/i386/
H A Dpmap.c3943 pt_entry_t *pt_end, *pte; local
3947 for (pt_end = pte + NPTEPG; pte < pt_end; pte++) {
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c5433 pt_entry_t *pt_end, *pte; local
5437 for (pt_end = pte + Ln_ENTRIES; pte < pt_end; pte++) {
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c7456 pt_entry_t *pt_end, *pte; local
7460 for (pt_end = pte + NPTEPG; pte < pt_end; pte++) {

Completed in 285 milliseconds