Searched refs:vme (Results 1 – 1 of 1) sorted by relevance
1871 for vme in IterateQueue(vme_list_head, vme_ptr_type, "links"):1872 print GetVMEntrySummary(vme, show_pager_info, show_all_shadows)1901 for vme in IterateQueue(vme_list_head, vme_ptr_type, "links"):1902 print GetVMEntrySummary(vme)1929 def GetVMEntrySummary(vme): argument1934 vme_protection = int(vme.protection)1935 vme_max_protection = int(vme.max_protection)1936 vme_extra_info_str ="SC-Ds"[int(vme.inheritance)]1937 if int(vme.is_sub_map) != 0 :1939 elif int(vme.needs_copy) != 0 :[all …]