Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Duaccess.c13 if (!access_ok_untagged(type, guest_addr, len)) { in lock_user()
H A Dqemu.h176 static inline bool access_ok_untagged(int type, abi_ulong addr, abi_ulong size) in access_ok_untagged() function
189 return access_ok_untagged(type, cpu_untagged_addr(cpu, addr), size); in access_ok()
H A Delfload.c4237 if (!access_ok_untagged(VERIFY_READ, vma->vma_start, TARGET_PAGE_SIZE)) in vma_dump_size()