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

/netbsd-current/sys/arch/m68k/include/
H A Dpte_coldfire.h148 pte_cached_change(pt_entry_t pt_entry, bool cached) function
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dpte.h166 pte_cached_change(pt_entry_t pt_entry, bool cached) function
/netbsd-current/sys/arch/mips/include/
H A Dpte.h349 pte_cached_change(pt_entry_t pte, bool cached) function
/netbsd-current/sys/arch/aarch64/include/
H A Dpmap_machdep.h305 pte_cached_change(pt_entry_t pte, bool cached) function
/netbsd-current/sys/arch/mips/mips/
H A Dpmap_machdep.c994 *ptep = pte_cached_change(*ptep, false);
998 *ptep = pte_cached_change(*ptep, false);
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_space.c234 pt_entry_t pte = pte_cached_change(*ptep, flags);
/netbsd-current/sys/uvm/pmap/
H A Dpmap.c1378 pte = pte_cached_change(pte, cached);

Completed in 133 milliseconds