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

  /src/sys/arch/arm/arm32/
pmap.c 1840 u_int u_cacheable, u_entries; local in function:pmap_vac_me_kpmap
1849 u_cacheable = 0;
1852 u_cacheable++;
1862 if (md->k_mappings == 0 && u_cacheable == u_entries)
pmap.c 1840 u_int u_cacheable, u_entries; local in function:pmap_vac_me_kpmap
1849 u_cacheable = 0;
1852 u_cacheable++;
1862 if (md->k_mappings == 0 && u_cacheable == u_entries)

Completed in 30 milliseconds