Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/include/asm/
H A Duaccess.h13 #define access_ok(addr, size) 1 macro
/openbmc/linux/include/asm-generic/
H A Daccess_ok.h45 #define access_ok(addr, size) likely(__access_ok(addr, size)) macro
/openbmc/linux/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.h34 struct mutex access_ok; member
/openbmc/linux/arch/arm64/include/asm/
H A Duaccess.h38 static inline int access_ok(const void __user *addr, unsigned long size) in access_ok() function
51 #define access_ok access_ok macro
/openbmc/linux/sound/core/seq/
H A Dseq_queue.c365 int access_ok; in queue_access_lock() local
389 int access_ok; in snd_seq_queue_check_access() local
/openbmc/linux/include/video/
H A Dmmp_disp.h157 struct mutex access_ok; member
228 struct mutex access_ok; member
/openbmc/qemu/bsd-user/
H A Dqemu.h283 static inline bool access_ok(int type, abi_ulong addr, abi_ulong size) in access_ok() function
/openbmc/qemu/linux-user/
H A Dqemu.h188 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
/openbmc/linux/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h1405 struct mutex access_ok; member