HomeSort by: relevance | last modified time | path
    Searched defs:need_sync_icache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/aarch64/aarch64/
pmap.c 1804 bool need_sync_icache, need_enter_pv; local in function:_pmap_enter
1897 need_sync_icache = (prot & VM_PROT_EXECUTE) && !efirt_p;
1929 if (need_sync_icache && l3pte_executable(opte, user))
1930 need_sync_icache = false;
2032 if (need_sync_icache) {
pmap.c 1804 bool need_sync_icache, need_enter_pv; local in function:_pmap_enter
1897 need_sync_icache = (prot & VM_PROT_EXECUTE) && !efirt_p;
1929 if (need_sync_icache && l3pte_executable(opte, user))
1930 need_sync_icache = false;
2032 if (need_sync_icache) {

Completed in 23 milliseconds