Home
last modified time | relevance | path

Searched refs:tlb_fill_flags (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/core/
H A Dcpu.h242 uint8_t tlb_fill_flags; member
/qemu/target/sparc/
H A Dmmu_helper.c586 full->tlb_fill_flags |= TLB_BSWAP; in get_physical_address_data()
/qemu/target/arm/
H A Dptw.c2121 result->f.tlb_fill_flags = TLB_CHECK_ALIGNED; in get_phys_addr_lpae()
2123 result->f.tlb_fill_flags = 0; in get_phys_addr_lpae()
/qemu/accel/tcg/
H A Dcputlb.c1060 read_flags = full->tlb_fill_flags; in tlb_set_page_full()