Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3-internal.h306 static const char *cmd_stringify[] = { variable
336 if (type > SMMU_CMD_NONE && type < ARRAY_SIZE(cmd_stringify)) { in smmu_cmd_string()
337 return cmd_stringify[type] ? cmd_stringify[type] : "UNKNOWN"; in smmu_cmd_string()