Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h278 SMMU_CMD_NONE = 0x00, enumerator
336 if (type > SMMU_CMD_NONE && type < ARRAY_SIZE(cmd_stringify)) { in smmu_cmd_string()