Searched refs:attrs_to_clear (Results 1 – 2 of 2) sorted by relevance
1622 pp_attr_t attrs_to_clear = 0; in pmap_remove_pv() local1624 attrs_to_clear |= PP_ATTR_INTERNAL; in pmap_remove_pv()1627 attrs_to_clear |= PP_ATTR_ALTACCT; in pmap_remove_pv()1629 if (attrs_to_clear != 0) { in pmap_remove_pv()1630 ppattr_modify_bits(pai, attrs_to_clear, 0); in pmap_remove_pv()
882 pp_attr_t attrs_to_clear);7952 pp_attr_t attrs_to_clear = (result ? bits_to_clear : 0); local7956 attrs_to_clear |= PP_ATTR_REUSABLE;7968 if (attrs_to_set | attrs_to_clear) {7969 ppattr_modify_bits(pai, attrs_to_clear, attrs_to_set);8061 pp_attr_t attrs_to_clear) argument8188 if (attrs_to_set | attrs_to_clear) {8189 ppattr_modify_bits(pa_index(pa), attrs_to_clear, attrs_to_set);8318 pp_attr_t attrs_to_clear = 0; local8320 attrs_to_clear |= PP_ATTR_REFFAULT;[all …]