Home
last modified time | relevance | path

Searched defs:access_ok (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/
H A Dqemu.h272 static inline bool access_ok(int type, abi_ulong addr, abi_ulong size) in access_ok() function
/openbmc/qemu/linux-user/
H A Dqemu.h189 static inline bool access_ok(CPUState *cpu, int type, in access_ok() function
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c2267 int access_ok = 1; in yaffs_access() local