Searched refs:stage2 (Results 1 – 2 of 2) sorted by relevance
543 def PmapDecodeTTEARM64(tte, level, stage2 = False, is_iommu_tte = False): argument561 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 False767 … PmapDecodeTTEARM64(ArgumentStringToInt(cmd_args[0]), ArgumentStringToInt(cmd_args[1]), stage2)[all …]
574 if (__improbable(pt_attr->stage2)) { in pte_is_xs()