Home
last modified time | relevance | path

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

/xnu-8019.80.24/tools/lldbmacros/
H A Dpmap.py760 def PmapDecodeTTEARM64(tte, level, stage2 = False, is_iommu_tte = False): argument
778 if not stage2:
786 if stage2:
802 if stage2:
810 if not stage2:
815 if stage2:
845 stage2 = bool(pmap_pt_attr.stage2 if hasattr(pmap_pt_attr, 'stage2') else False)
866 PmapDecodeTTEARM64(tte, level, stage2)
987 stage2 = True if len(cmd_args) > 2 and cmd_args[2] == "s2" else False
988 … PmapDecodeTTEARM64(ArgumentStringToInt(cmd_args[0]), ArgumentStringToInt(cmd_args[1]), stage2)
[all …]