Searched refs:matching_attributes (Results 1 – 1 of 1) sorted by relevance
4073 def match_vm_page_attributes(page, matching_attributes): argument4077 …if "vmp_q_state" in matching_attributes and (page.vmp_q_state == matching_attributes["vmp_q_state"…4079 …if "vm_object" in matching_attributes and (unsigned(unpacked_vm_object) == unsigned(matching_attri…4081 …if "vmp_offset" in matching_attributes and (unsigned(page.vmp_offset) == unsigned(matching_attribu…4083 …if "phys_page" in matching_attributes and (unsigned(_vm_page_get_phys_page(page_ptr)) == unsigned(…4085 …if "bitfield" in matching_attributes and unsigned(page.__getattr__(matching_attributes["bitfield"]…