Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c85 uint64_t ptr, MMUAccessType ptr_access, in allocation_tag_mem_probe() argument
97 if (!(flags & (ptr_access == MMU_DATA_STORE ? PAGE_WRITE_ORG : PAGE_READ))) { in allocation_tag_mem_probe()
98 cpu_loop_exit_sigsegv(env_cpu(env), ptr, ptr_access, in allocation_tag_mem_probe()
132 flags = probe_access_full(env, ptr, 0, ptr_access, ptr_mmu_idx, in allocation_tag_mem_probe()
171 flags |= probe_access_full(env, ptr + in_page, 0, ptr_access, in allocation_tag_mem_probe()
178 int wp = ptr_access == MMU_DATA_LOAD ? BP_MEM_READ : BP_MEM_WRITE; in allocation_tag_mem_probe()
220 uint64_t ptr, MMUAccessType ptr_access, in allocation_tag_mem() argument
224 return allocation_tag_mem_probe(env, ptr_mmu_idx, ptr, ptr_access, in allocation_tag_mem()