Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dcputlb.c1171 full->xlat_section = iotlb - addr_page; in tlb_set_page_full()
1330 ram_addr_t ram_addr = mem_vaddr + full->xlat_section; in notdirty_write()
1588 iotlb_to_section(cpu, full->xlat_section & ~TARGET_PAGE_MASK, in tlb_plugin_lookup()
1979 section = io_prepare(&mr_offset, cpu, full->xlat_section, attrs, addr, ra); in do_ld_mmio_beN()
2000 section = io_prepare(&mr_offset, cpu, full->xlat_section, attrs, addr, ra); in do_ld16_mmio_beN()
2520 section = io_prepare(&mr_offset, cpu, full->xlat_section, attrs, addr, ra); in do_st_mmio_leN()
2540 section = io_prepare(&mr_offset, cpu, full->xlat_section, attrs, addr, ra); in do_st16_mmio_leN()
/openbmc/qemu/include/hw/core/
H A Dcpu.h219 hwaddr xlat_section; member