Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c1443 TEST_F(iommufd, map_cmd) in TEST_F() argument
1445 struct vfio_iommu_type1_dma_map map_cmd = { in TEST_F() local
1451 map_cmd.argsz = 1; in TEST_F()
1454 map_cmd.argsz = sizeof(map_cmd); in TEST_F()
1455 map_cmd.flags = 1 << 31; in TEST_F()
1712 struct vfio_iommu_type1_dma_map map_cmd = { in TEST_F() local
1713 .argsz = sizeof(map_cmd), in TEST_F()
1744 map_cmd.iova = pages_iova[i] = in TEST_F()
1747 map_cmd.size = PAGE_SIZE; in TEST_F()
1764 .argsz = sizeof(map_cmd), in TEST_F()
[all …]
/openbmc/qemu/
H A Dqemu-io-cmds.c2303 static const cmdinfo_t map_cmd = { variable
2758 qemuio_add_command(&map_cmd); in init_qemuio_commands()