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

  /src/sys/arch/aarch64/aarch64/
pmap.c 1798 const bool efirt_p = pm == pmap_efirt(); local in function:_pmap_enter
1800 const bool efirt_p = false; local in function:_pmap_enter
1803 const bool user = !kernel_p && !efirt_p;
1897 need_sync_icache = (prot & VM_PROT_EXECUTE) && !efirt_p;
2019 if (VM_MAXUSER_ADDRESS > va && !efirt_p)
  /src/sys/arch/arm/arm32/
pmap.c 3101 const bool efirt_p = pm == pmap_efirt(); local in function:pmap_enter
3103 const bool efirt_p = false; local in function:pmap_enter
3327 if (efirt_p) {

Completed in 18 milliseconds