Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py3788 def match_vm_page_attributes(page, matching_attributes): argument
3792 …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"]…