Searched refs:matching_attributes (Results 1 – 1 of 1) sorted by relevance
3788 def match_vm_page_attributes(page, matching_attributes): argument3792 …if "vmp_q_state" in matching_attributes and (page.vmp_q_state == matching_attributes["vmp_q_state"…3794 …if "vm_object" in matching_attributes and (unsigned(unpacked_vm_object) == unsigned(matching_attri…3796 …if "vmp_offset" in matching_attributes and (unsigned(page.vmp_offset) == unsigned(matching_attribu…3798 …if "phys_page" in matching_attributes and (unsigned(_vm_page_get_phys_page(page_ptr)) == unsigned(…3800 …if "bitfield" in matching_attributes and unsigned(page.__getattr__(matching_attributes["bitfield"]…