Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/arm/include/arm32/
Dpmap.h500 #define PMAP_NEEDS_PTE_SYNC 1 macro
502 #define PMAP_NEEDS_PTE_SYNC 0 macro
511 #ifndef PMAP_NEEDS_PTE_SYNC
512 #define PMAP_NEEDS_PTE_SYNC pmap_needs_pte_sync macro
519 if (PMAP_NEEDS_PTE_SYNC) { in pmap_ptesync()
/netbsd/src/sys/arch/arm/arm32/
Dpmap.c952 if (PMAP_NEEDS_PTE_SYNC && pmap_is_cached(pm)) in pmap_pte_sync_current()