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

  /src/sys/arch/arm/arm32/
pmap.c 2036 rw_mappings = md->urw_mappings + md->krw_mappings, local in function:pmap_vac_me_harder
2059 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2075 if (rw_mappings > 0) {
2129 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2134 if (rw_mappings == 0) {
2154 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2164 | (rw_mappings > 0 ? PVF_WRITE : 0);
2166 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2170 if (rw_mappings > 0) {
2195 if (rw_mappings >
    [all...]
pmap.c 2036 rw_mappings = md->urw_mappings + md->krw_mappings, local in function:pmap_vac_me_harder
2059 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2075 if (rw_mappings > 0) {
2129 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2134 if (rw_mappings == 0) {
2154 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2164 | (rw_mappings > 0 ? PVF_WRITE : 0);
2166 KASSERT((rw_mappings == 0) == !(md->pvh_attrs & PVF_WRITE));
2170 if (rw_mappings > 0) {
2195 if (rw_mappings >
    [all...]

Completed in 25 milliseconds