Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmu-common.c546 info->stage = SMMU_STAGE_1; in smmu_ptw_64_s1()
716 if (cfg->stage == SMMU_STAGE_1) { in smmu_ptw()
727 info->stage = SMMU_STAGE_1; in smmu_ptw()
773 info->stage = SMMU_STAGE_1; in smmu_translate()
786 SMMU_STAGE_1 : in smmu_translate()
H A Dsmmuv3.c37 #define PTW_RECORD_FAULT(ptw_info, cfg) (((ptw_info).stage == SMMU_STAGE_1 && \
537 cfg->stage = SMMU_STAGE_1; in decode_ste_config()
1178 if (stage == SMMU_STAGE_1) { in smmuv3_notify_iova()
1248 if (stage == SMMU_STAGE_1) { in smmuv3_range_inval()
1271 if (stage == SMMU_STAGE_1) { in smmuv3_range_inval()
1454 smmuv3_range_inval(bs, &cmd, SMMU_STAGE_1); in smmuv3_cmdq_consume()
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h57 SMMU_STAGE_1 = 1, enumerator