Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dexec-all.h379 int probe_access_full(CPUArchState *env, vaddr addr, int size,
/openbmc/qemu/target/arm/tcg/
H A Dmte_helper.c105 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 Dhelper-a64.c1889 int flags = probe_access_full(env, addr, 0, MMU_INST_FETCH, mmu_idx, in is_guarded_page()
H A Dsve_helper.c5361 flags = probe_access_full(env, addr, 0, access_type, mmu_idx, nofault, in sve_probe_page()
/openbmc/qemu/accel/tcg/
H A Dcputlb.c1405 int probe_access_full(CPUArchState *env, vaddr addr, int size, in probe_access_full() function