Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dhelper.c790 if (access_type & ACCESS_STORE) { in get_physical_address()
817 if (access_type & ACCESS_STORE) { in get_physical_address()
844 if (access_type & ACCESS_STORE) { in get_physical_address()
889 if (access_type & ACCESS_STORE) { in get_physical_address()
981 access_type |= ACCESS_STORE; in m68k_cpu_tlb_fill()
1021 if (!(access_type & ACCESS_STORE)) { in m68k_cpu_tlb_fill()
1473 access_type |= ACCESS_STORE; in HELPER()
H A Dcpu.h571 ACCESS_STORE = 0x02, enumerator