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

  /src/sys/arch/arm/include/arm32/
pmap.h 187 uint32_t cs_all; member in union:pmap_cache_state
197 * Assigned to cs_all to force cacheops to work for a particular pmap
  /src/sys/arch/arm/arm32/
pmap.c 242 .pm_cstate.cs_all = PMAP_CACHE_STATE_ALL,
3018 * curpm->pm_cstate.cs_all is reset. Our callers are not
3056 pm->pm_cstate.cs_all = 0;
3438 is_cached, pm->pm_cstate.cs_all, 0, 0);
3648 if (pm->pm_cstate.cs_all != 0) {
5177 npm->pm_cstate.cs_all = PMAP_CACHE_STATE_ALL;
5281 pm->pm_cstate.cs_all = PMAP_CACHE_STATE_ALL;
5400 pm->pm_cstate.cs_all = PMAP_CACHE_STATE_ALL;

Completed in 20 milliseconds