Home
last modified time | relevance | path

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

/qemu/hw/misc/
H A Domap_tap.c114 memory_region_init_io(&mpu->tap_iomem, NULL, &omap_tap_ops, mpu, "omap.tap", in omap_tap_init()
116 omap_l4_attach(ta, 0, &mpu->tap_iomem); in omap_tap_init()
/qemu/include/hw/arm/
H A Domap.h873 MemoryRegion tap_iomem; member