Searched refs:address_offset (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/hw/xen/ |
| H A D | xen-mapcache.c | 336 hwaddr address_offset; in xen_map_cache_unlocked() local 344 address_offset = phys_addr & (mc->bucket_size - 1); in xen_map_cache_unlocked() 362 test_bits(address_offset >> XC_PAGE_SHIFT, in xen_map_cache_unlocked() 366 mc->last_entry->vaddr_base + address_offset in xen_map_cache_unlocked() 368 return mc->last_entry->vaddr_base + address_offset; in xen_map_cache_unlocked() 373 cache_size = size + address_offset; in xen_map_cache_unlocked() 385 !test_bits(address_offset >> XC_PAGE_SHIFT, in xen_map_cache_unlocked() 407 !test_bits(address_offset >> XC_PAGE_SHIFT, in xen_map_cache_unlocked() 415 if(!test_bits(address_offset >> XC_PAGE_SHIFT, in xen_map_cache_unlocked() 444 reventry->vaddr_req = mc->last_entry->vaddr_base + address_offset; in xen_map_cache_unlocked() [all …]
|
| /openbmc/qemu/hw/acpi/ |
| H A D | ghes.c | 269 uint64_t address_offset; in build_ghes_v2() local 292 address_offset = table_data->len; in build_ghes_v2() 297 address_offset + GAS_ADDR_OFFSET, in build_ghes_v2() 313 address_offset = table_data->len; in build_ghes_v2() 317 address_offset + GAS_ADDR_OFFSET, in build_ghes_v2()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | pci-quirks.h | 39 uint32_t address_offset; member
|
| H A D | pci-quirks.c | 78 addr + window->address_offset, size); in vfio_generic_window_quirk_address_read() 92 addr + window->address_offset, data, size); in vfio_generic_window_quirk_address_write() 414 window->address_offset = 0; in vfio_probe_ati_bar4_quirk() 427 window->address_offset, in vfio_probe_ati_bar4_quirk() 753 window->address_offset = 0x8; in vfio_probe_nvidia_bar5_quirk() 768 window->address_offset, in vfio_probe_nvidia_bar5_quirk()
|
| /openbmc/qemu/include/hw/ |
| H A D | elf_ops.h.inc | 492 /* address_offset is hack for kernel images that are
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate.c | 5141 int address_offset = 0; in op_addr_ri_post() local 5144 address_offset = a->imm; in op_addr_ri_post() 5146 address_offset = -a->imm; in op_addr_ri_post() 5151 tcg_gen_addi_i32(addr, addr, address_offset); in op_addr_ri_post()
|