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