Searched refs:attrs_to_clear (Results 1 – 2 of 2) sorted by relevance
1605 pp_attr_t attrs_to_clear = 0; in pmap_remove_pv() local1607 attrs_to_clear |= PP_ATTR_INTERNAL; in pmap_remove_pv()1610 attrs_to_clear |= PP_ATTR_ALTACCT; in pmap_remove_pv()1612 if (attrs_to_clear != 0) { in pmap_remove_pv()1613 ppattr_modify_bits(pai, attrs_to_clear, 0); in pmap_remove_pv()
849 pp_attr_t attrs_to_clear);7577 pp_attr_t attrs_to_clear = (result ? bits_to_clear : 0); local7581 attrs_to_clear |= PP_ATTR_REUSABLE;7593 if (attrs_to_set | attrs_to_clear) {7594 ppattr_modify_bits(pai, attrs_to_clear, attrs_to_set);7686 pp_attr_t attrs_to_clear) argument7811 if (attrs_to_set | attrs_to_clear) {7812 ppattr_modify_bits(pa_index(pa), attrs_to_clear, attrs_to_set);7942 pp_attr_t attrs_to_clear = 0; local7944 attrs_to_clear |= PP_ATTR_REFFAULT;[all …]