Searched refs:need_sync_icache (Results 1 – 1 of 1) sorted by relevance
1804 bool need_sync_icache, need_enter_pv; in _pmap_enter() local1897 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()