Lines Matching refs:stage2
543 def PmapDecodeTTEARM64(tte, level, stage2 = False, is_iommu_tte = False): argument
561 if not stage2:
569 if stage2:
585 if stage2:
593 if not stage2:
598 if stage2:
628 stage2 = bool(pmap_pt_attr.stage2 if hasattr(pmap_pt_attr, 'stage2') else False)
649 PmapDecodeTTEARM64(tte, level, stage2)
766 stage2 = True if len(cmd_args) > 2 and cmd_args[2] == "s2" else False
767 … PmapDecodeTTEARM64(ArgumentStringToInt(cmd_args[0]), ArgumentStringToInt(cmd_args[1]), stage2)
1059 stage2 = False
1077 stage2 = ptd.pmap.pmap_pt_attr.stage2
1114 …print("maps {}: {:#x}".format("IPA" if stage2 else "VA", int(unsigned(ptd.va[pt_index])) + (pte_pg…
1118 PmapDecodeTTEARM64(pteval, level, stage2)