Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmu-common.c405 cfg->stage = SMMU_STAGE_2; in translate_table_addr_ipa()
416 info->stage = SMMU_STAGE_2; in translate_table_addr_ipa()
569 const SMMUStage stage = SMMU_STAGE_2; in smmu_ptw_64_s2()
670 info->stage = SMMU_STAGE_2; in smmu_ptw_64_s2()
718 } else if (cfg->stage == SMMU_STAGE_2) { in smmu_ptw()
764 if (cfg->stage == SMMU_STAGE_2) { in smmu_translate()
787 SMMU_STAGE_2; in smmu_translate()
H A Dsmmuv3.c39 ((ptw_info).stage == SMMU_STAGE_2 && \
541 cfg->stage |= SMMU_STAGE_2; in decode_ste_config()
846 if (cfg->aborted || cfg->bypassed || (cfg->stage == SMMU_STAGE_2)) { in smmuv3_decode_config()
939 cfg->stage = SMMU_STAGE_2; in smmuv3_do_translate()
951 event->u.f_walk_eabt.s2 = (ptw_info.stage == SMMU_STAGE_2); in smmuv3_do_translate()
970 event->u.f_walk_eabt.class = (ptw_info.stage == SMMU_STAGE_2) ? in smmuv3_do_translate()
1164 if ((stage == SMMU_STAGE_2) && (cfg->stage == SMMU_NESTED)) in smmuv3_notify_iova()
1479 smmuv3_range_inval(bs, &cmd, SMMU_STAGE_2); in smmuv3_cmdq_consume()
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h58 SMMU_STAGE_2, enumerator