Home
last modified time | relevance | path

Searched refs:check_access (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/kernel/kcsan/
H A Dcore.c210 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip);
223 check_access(scoped_access->ptr, scoped_access->size, in kcsan_check_scoped_accesses()
443 * Pull everything together: check_access() below contains the performance
444 * critical operations; the fast-path (including check_access) functions should
719 check_access(const volatile void *ptr, size_t size, int type, unsigned long ip) in check_access() function
912 check_access(ptr, size, type, _RET_IP_); in kcsan_begin_scoped_access()
952 check_access(sa->ptr, sa->size, sa->type, sa->ip); in kcsan_end_scoped_access()
958 check_access(ptr, size, type, _RET_IP_); in __kcsan_check_access()
995 check_access(ptr, size, 0, _RET_IP_); \
1004 check_access(pt
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dzip.c135 static void *check_access(struct zip_archive *archive, __u32 offset, __u32 size) in check_access() function
152 eocd = check_access(archive, offset, sizeof(*eocd)); in try_parse_end_of_cd()
167 if (!check_access(archive, cd_offset, cd_size)) in try_parse_end_of_cd()
252 lfh = check_access(archive, offset, sizeof(*lfh)); in local_file_header_at_offset()
274 name = check_access(archive, offset, lfh->file_name_length); in get_entry_at_offset()
279 if (!check_access(archive, offset, lfh->extra_field_length)) in get_entry_at_offset()
284 data = check_access(archive, offset, compressed_size); in get_entry_at_offset()
309 cdfh = check_access(archive, offset, sizeof(*cdfh)); in zip_archive_find_entry()
315 cdfh_name = check_access(archive, offset, cdfh_name_length); in zip_archive_find_entry()
/kernel/linux/linux-5.10/kernel/kcsan/
H A Dcore.c335 * Pull everything together: check_access() below contains the performance
336 * critical operations; the fast-path (including check_access) functions should
595 static __always_inline void check_access(const volatile void *ptr, size_t size, in check_access() function
792 check_access(ptr, size, type); in __kcsan_check_access()
813 check_access(ptr, size, 0); \
822 check_access(ptr, size, KCSAN_ACCESS_WRITE); \
831 check_access(ptr, size, \
848 check_access(ptr, size, 0); in __tsan_read_range()
855 check_access(ptr, size, KCSAN_ACCESS_WRITE); in __tsan_write_range()
876 check_access(pt
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_libbpf_get_fd_by_id_opts.c27 int BPF_PROG(check_access, struct bpf_map *map, fmode_t fmode) in BPF_PROG()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_queue.c353 static inline int check_access(struct snd_seq_queue *q, int client) in check_access() function
367 access_ok = check_access(q, client); in queue_access_lock()
394 access_ok = check_access(q, client); in snd_seq_queue_check_access()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_queue.c354 static inline int check_access(struct snd_seq_queue *q, int client) in check_access() function
368 access_ok = check_access(q, client); in queue_access_lock()
395 access_ok = check_access(q, client); in snd_seq_queue_check_access()

Completed in 6 milliseconds