Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmuv3.c1238 vmid = CMD_VMID(cmd); in smmuv3_range_inval()
1414 vmid = CMD_VMID(&cmd); in smmuv3_cmdq_consume()
1436 vmid = CMD_VMID(&cmd); in smmuv3_cmdq_consume()
1458 int vmid = CMD_VMID(&cmd); in smmuv3_cmdq_consume()
H A Dsmmuv3-internal.h368 #define CMD_VMID(x) extract32((x)->word[1], 0 , 16) macro