Searched refs:probe_access_full (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | exec-all.h | 379 int probe_access_full(CPUArchState *env, vaddr addr, int size,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mte_helper.c | 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()
|
H A D | helper-a64.c | 1889 int flags = probe_access_full(env, addr, 0, MMU_INST_FETCH, mmu_idx, in is_guarded_page()
|
H A D | sve_helper.c | 5361 flags = probe_access_full(env, addr, 0, access_type, mmu_idx, nofault, in sve_probe_page()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1405 int probe_access_full(CPUArchState *env, vaddr addr, int size, in probe_access_full() function
|