Searched refs:rw_mappings (Results 1 - 1 of 1) sorted by relevance

/src/sys/arch/arm/arm32/
H A Dpmap.c2036 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 6 milliseconds