Searched refs:matching_attributes (Results 1 – 1 of 1) sorted by relevance
4035 def match_vm_page_attributes(page, matching_attributes): argument4039 …if "vmp_q_state" in matching_attributes and (page.vmp_q_state == matching_attributes["vmp_q_state"…4041 …if "vm_object" in matching_attributes and (unsigned(unpacked_vm_object) == matching_attributes["vm…4043 …if "vmp_offset" in matching_attributes and (unsigned(page.vmp_offset) == matching_attributes["vmp_…4045 …if "phys_page" in matching_attributes and (unsigned(_vm_page_get_phys_page(page_ptr)) == matching_…4047 …if "bitfield" in matching_attributes and unsigned(page.__getattr__(matching_attributes["bitfield"]…