Searched refs:ptr_access (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 55 uint64_t ptr, MMUAccessType ptr_access, in allocation_tag_mem_probe() argument 67 if (!(flags & (ptr_access == MMU_DATA_STORE ? PAGE_WRITE_ORG : PAGE_READ))) { in allocation_tag_mem_probe() 71 cpu_loop_exit_sigsegv(env_cpu(env), ptr, ptr_access, in allocation_tag_mem_probe() 105 flags = probe_access_full(env, ptr, 0, ptr_access, ptr_mmu_idx, in allocation_tag_mem_probe() 144 flags |= probe_access_full(env, ptr + in_page, 0, ptr_access, in allocation_tag_mem_probe() 151 int wp = ptr_access == MMU_DATA_LOAD ? BP_MEM_READ : BP_MEM_WRITE; in allocation_tag_mem_probe() 193 uint64_t ptr, MMUAccessType ptr_access, in allocation_tag_mem() argument 197 return allocation_tag_mem_probe(env, ptr_mmu_idx, ptr, ptr_access, in allocation_tag_mem()
|
H A D | mte_helper.h | 47 uint64_t ptr, MMUAccessType ptr_access,
|