Home
last modified time | relevance | path

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

/xnu-10002.1.13/tools/lldbmacros/
H A Dpmap.py543 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)
[all …]
/xnu-10002.1.13/osfmk/arm/pmap/
H A Dpmap.c574 if (__improbable(pt_attr->stage2)) { in pte_is_xs()