Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/aarch64/aarch64/
H A Dpmap.c1804 bool need_sync_icache, need_enter_pv; in _pmap_enter() local
1897 need_sync_icache = (prot & VM_PROT_EXECUTE) && !efirt_p; in _pmap_enter()
1929 if (need_sync_icache && l3pte_executable(opte, user)) in _pmap_enter()
1930 need_sync_icache = false; in _pmap_enter()
2032 if (need_sync_icache) { in _pmap_enter()