Home
last modified time | relevance | path

Searched refs:attrs_to_clear (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap_data.c1635 pp_attr_t attrs_to_clear = 0; in pmap_remove_pv() local
1637 attrs_to_clear |= PP_ATTR_INTERNAL; in pmap_remove_pv()
1640 attrs_to_clear |= PP_ATTR_ALTACCT; in pmap_remove_pv()
1642 if (attrs_to_clear != 0) { in pmap_remove_pv()
1643 ppattr_modify_bits(pai, attrs_to_clear, 0); in pmap_remove_pv()
H A Dpmap.c882 pp_attr_t attrs_to_clear);
8379 pp_attr_t attrs_to_clear = (result ? bits_to_clear : 0); local
8383 attrs_to_clear |= PP_ATTR_REUSABLE;
8395 if (attrs_to_set | attrs_to_clear) {
8396 ppattr_modify_bits(pai, attrs_to_clear, attrs_to_set);
8488 pp_attr_t attrs_to_clear) argument
8615 if (attrs_to_set | attrs_to_clear) {
8616 ppattr_modify_bits(pa_index(pa), attrs_to_clear, attrs_to_set);
8745 pp_attr_t attrs_to_clear = 0; local
8747 attrs_to_clear |= PP_ATTR_REFFAULT;
[all …]