Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dhelper.c788 if (access_type & ACCESS_STORE) { in get_physical_address()
815 if (access_type & ACCESS_STORE) { in get_physical_address()
842 if (access_type & ACCESS_STORE) { in get_physical_address()
887 if (access_type & ACCESS_STORE) { in get_physical_address()
979 access_type |= ACCESS_STORE; in m68k_cpu_tlb_fill()
1019 if (!(access_type & ACCESS_STORE)) { in m68k_cpu_tlb_fill()
1471 access_type |= ACCESS_STORE; in HELPER()
H A Dcpu.h569 ACCESS_STORE = 0x02, enumerator