Searched refs:io_offset (Results 1 – 3 of 3) sorted by relevance
/qemu/target/i386/tcg/system/ |
H A D | seg_helper.c | 231 uint32_t io_offset, val, mask; in helper_check_io() local 239 io_offset = cpu_lduw_kernel_ra(env, env->tr.base + 0x66, retaddr); in helper_check_io() 240 io_offset += (addr >> 3); in helper_check_io() 242 if ((io_offset + 1) > env->tr.limit) { in helper_check_io() 245 val = cpu_lduw_kernel_ra(env, env->tr.base + io_offset, retaddr); in helper_check_io()
|
/qemu/include/hw/acpi/ |
H A D | aml-build.h | 482 Aml *build_crs(PCIHostState *host, CrsRangeSet *range_set, uint32_t io_offset,
|
/qemu/hw/acpi/ |
H A D | aml-build.c | 2416 Aml *build_crs(PCIHostState *host, CrsRangeSet *range_set, uint32_t io_offset, in build_crs() argument 2533 0, entry->base, entry->limit, io_offset, in build_crs()
|