Searched refs:_RET_IP_ (Results 1 - 25 of 123) sorted by relevance

12345

/linux-master/include/linux/
H A Dinstruction_pointer.h7 #define _RET_IP_ (unsigned long)__builtin_return_address(0) macro
H A Drwlock_api_smp.h122 rwlock_acquire_read(&lock->dep_map, 0, 1, _RET_IP_);
133 rwlock_acquire(&lock->dep_map, 0, 1, _RET_IP_);
150 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
160 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
169 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
175 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET);
176 rwlock_acquire_read(&lock->dep_map, 0, 0, _RET_IP_);
186 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_);
195 rwlock_acquire(&lock->dep_map, 0, 0, _RET_IP_);
201 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSE
[all...]
H A Dspinlock_api_smp.h90 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
110 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
119 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
125 __local_bh_disable_ip(_RET_IP_, SOFTIRQ_LOCK_OFFSET);
126 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
133 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
141 spin_release(&lock->dep_map, _RET_IP_);
149 spin_release(&lock->dep_map, _RET_IP_);
157 spin_release(&lock->dep_map, _RET_IP_);
165 spin_release(&lock->dep_map, _RET_IP_);
[all...]
H A Dpercpu-rwsem.h51 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
92 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_);
99 rwsem_release(&sem->dep_map, _RET_IP_);
H A Dkasan.h184 return __kasan_slab_free(s, object, _RET_IP_, init);
192 __kasan_kfree_large(ptr, _RET_IP_);
257 return __kasan_mempool_poison_pages(page, order, _RET_IP_);
279 __kasan_mempool_unpoison_pages(page, order, _RET_IP_);
311 return __kasan_mempool_poison_object(ptr, _RET_IP_);
339 __kasan_mempool_unpoison_object(ptr, size, _RET_IP_);
350 return __kasan_check_byte(addr, _RET_IP_);
/linux-master/kernel/locking/
H A Dww_rt_mutex.c29 mutex_acquire_nest(&rtm->dep_map, 0, 1, &ww_ctx->dep_map, _RET_IP_);
81 return __ww_rt_mutex_lock(lock, ctx, TASK_UNINTERRUPTIBLE, _RET_IP_);
88 return __ww_rt_mutex_lock(lock, ctx, TASK_INTERRUPTIBLE, _RET_IP_);
98 mutex_release(&rtm->dep_map, _RET_IP_);
H A Dspinlock_rt.c56 spin_acquire(&lock->dep_map, 0, 0, _RET_IP_);
64 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
72 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_);
80 spin_release(&lock->dep_map, _RET_IP_);
109 spin_acquire(&lock->dep_map, 0, 1, _RET_IP_);
206 rwlock_acquire_read(&rwlock->dep_map, 0, 1, _RET_IP_);
220 rwlock_acquire(&rwlock->dep_map, 0, 1, _RET_IP_);
231 rwlock_acquire_read(&rwlock->dep_map, 0, 0, _RET_IP_);
241 rwlock_acquire(&rwlock->dep_map, 0, 0, _RET_IP_);
252 rwlock_acquire(&rwlock->dep_map, subclass, 0, _RET_IP_);
[all...]
H A Drtmutex_api.c30 mutex_acquire_nest(&lock->dep_map, subclass, 0, nest_lock, _RET_IP_);
33 mutex_release(&lock->dep_map, _RET_IP_);
127 mutex_acquire(&lock->dep_map, 0, 1, _RET_IP_);
140 mutex_release(&lock->dep_map, _RET_IP_);
523 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_);
530 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, nest_lock, _RET_IP_);
537 return __mutex_lock_common(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_);
544 return __mutex_lock_common(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_);
555 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_);
564 __mutex_lock_common(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_);
[all...]
H A Dmutex.c548 __mutex_unlock_slowpath(lock, _RET_IP_);
792 mutex_acquire_nest(&ww->base.dep_map, 0, 1, &ww_ctx->dep_map, _RET_IP_);
804 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, subclass, NULL, _RET_IP_);
812 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, nest, _RET_IP_);
819 return __mutex_lock(lock, TASK_KILLABLE, subclass, NULL, _RET_IP_);
826 return __mutex_lock(lock, TASK_INTERRUPTIBLE, subclass, NULL, _RET_IP_);
839 subclass, NULL, _RET_IP_, NULL, 0);
877 0, _RET_IP_, ctx);
892 0, _RET_IP_, ctx);
1040 __mutex_lock(lock, TASK_UNINTERRUPTIBLE, 0, NULL, _RET_IP_);
[all...]
H A Drwsem.c1526 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
1535 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
1538 rwsem_release(&sem->dep_map, _RET_IP_);
1549 rwsem_acquire_read(&sem->dep_map, 0, 0, _RET_IP_);
1552 rwsem_release(&sem->dep_map, _RET_IP_);
1568 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_);
1579 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
1590 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
1594 rwsem_release(&sem->dep_map, _RET_IP_);
1610 rwsem_acquire(&sem->dep_map, 0, 1, _RET_IP_);
[all...]
H A Dpercpu-rwsem.c229 rwsem_acquire(&sem->dep_map, 0, 0, _RET_IP_);
261 rwsem_release(&sem->dep_map, _RET_IP_);
H A Dspinlock.c378 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
390 spin_acquire(&lock->dep_map, subclass, 0, _RET_IP_);
400 spin_acquire_nest(&lock->dep_map, 0, 0, nest_lock, _RET_IP_);
/linux-master/drivers/tty/
H A Dtty_ldsem.c300 rwsem_acquire_read(&sem->dep_map, subclass, 0, _RET_IP_);
304 lock_contended(&sem->dep_map, _RET_IP_);
306 rwsem_release(&sem->dep_map, _RET_IP_);
310 lock_acquired(&sem->dep_map, _RET_IP_);
319 rwsem_acquire(&sem->dep_map, subclass, 0, _RET_IP_);
323 lock_contended(&sem->dep_map, _RET_IP_);
325 rwsem_release(&sem->dep_map, _RET_IP_);
329 lock_acquired(&sem->dep_map, _RET_IP_);
352 rwsem_acquire_read(&sem->dep_map, 0, 1, _RET_IP_);
353 lock_acquired(&sem->dep_map, _RET_IP_);
[all...]
/linux-master/kernel/bpf/
H A Dmmap_unlock_work.h60 rwsem_release(&mm->mmap_lock.dep_map, _RET_IP_);
/linux-master/include/asm-generic/
H A Dio.h191 log_read_mmio(8, addr, _THIS_IP_, _RET_IP_);
195 log_post_read_mmio(val, 8, addr, _THIS_IP_, _RET_IP_);
206 log_read_mmio(16, addr, _THIS_IP_, _RET_IP_);
210 log_post_read_mmio(val, 16, addr, _THIS_IP_, _RET_IP_);
221 log_read_mmio(32, addr, _THIS_IP_, _RET_IP_);
225 log_post_read_mmio(val, 32, addr, _THIS_IP_, _RET_IP_);
237 log_read_mmio(64, addr, _THIS_IP_, _RET_IP_);
241 log_post_read_mmio(val, 64, addr, _THIS_IP_, _RET_IP_);
251 log_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_);
255 log_post_write_mmio(value, 8, addr, _THIS_IP_, _RET_IP_);
[all...]
/linux-master/mm/kasan/
H A Dshadow.c31 return kasan_check_range((void *)p, size, false, _RET_IP_);
37 return kasan_check_range((void *)p, size, true, _RET_IP_);
53 if (!kasan_check_range(addr, len, true, _RET_IP_))
63 if (!kasan_check_range(src, len, false, _RET_IP_) ||
64 !kasan_check_range(dest, len, true, _RET_IP_))
74 if (!kasan_check_range(src, len, false, _RET_IP_) ||
75 !kasan_check_range(dest, len, true, _RET_IP_))
84 if (!kasan_check_range(addr, len, true, _RET_IP_))
94 if (!kasan_check_range(src, len, false, _RET_IP_) ||
95 !kasan_check_range(dest, len, true, _RET_IP_))
[all...]
H A Dsw_tags.c138 kasan_check_range(addr, size, false, _RET_IP_); \
143 kasan_check_range(addr, size, true, _RET_IP_); \
155 kasan_check_range(addr, size, false, _RET_IP_);
161 kasan_check_range(addr, size, true, _RET_IP_);
H A Dreport_generic.c367 kasan_report(addr, size, false, _RET_IP_); \
374 kasan_report(addr, size, true, _RET_IP_); \
391 kasan_report(addr, size, false, _RET_IP_);
397 kasan_report(addr, size, true, _RET_IP_);
/linux-master/kernel/kcsan/
H A Dcore.c912 check_access(ptr, size, type, _RET_IP_);
920 sa->ip = _RET_IP_;
958 check_access(ptr, size, type, _RET_IP_);
995 check_access(ptr, size, 0, _RET_IP_); \
1004 check_access(ptr, size, KCSAN_ACCESS_WRITE, _RET_IP_); \
1015 _RET_IP_); \
1031 check_access(ptr, size, 0, _RET_IP_);
1038 check_access(ptr, size, KCSAN_ACCESS_WRITE, _RET_IP_);
1060 _RET_IP_); \
1076 _RET_IP_); \
[all...]
/linux-master/fs/bcachefs/
H A Derrcode.c61 trace_error_downcast(bch_err, std_err, _RET_IP_);
/linux-master/fs/xfs/
H A Dxfs_buf.c275 trace_xfs_buf_init(bp, _RET_IP_);
318 trace_xfs_buf_free(bp, _RET_IP_);
612 trace_xfs_buf_find(bp, flags, _RET_IP_);
785 trace_xfs_buf_get(bp, flags, _RET_IP_);
864 trace_xfs_buf_read(bp, flags, _RET_IP_);
1024 trace_xfs_buf_get_uncached(bp, _RET_IP_);
1042 trace_xfs_buf_hold(bp, _RET_IP_);
1067 trace_xfs_buf_rele(bp, _RET_IP_);
1144 trace_xfs_buf_rele(bp, _RET_IP_);
1170 trace_xfs_buf_trylock(bp, _RET_IP_);
[all...]
/linux-master/fs/iomap/
H A Diter.c86 trace_iomap_iter(iter, ops, _RET_IP_);
/linux-master/drivers/gpu/drm/i915/
H A Di915_utils.c58 taint, (void *)_RET_IP_);
/linux-master/kernel/
H A Dkcov.c203 unsigned long ip = canonicalize_ip(_RET_IP_);
266 write_comp_data(KCOV_CMP_SIZE(0), arg1, arg2, _RET_IP_);
272 write_comp_data(KCOV_CMP_SIZE(1), arg1, arg2, _RET_IP_);
278 write_comp_data(KCOV_CMP_SIZE(2), arg1, arg2, _RET_IP_);
284 write_comp_data(KCOV_CMP_SIZE(3), arg1, arg2, _RET_IP_);
291 _RET_IP_);
298 _RET_IP_);
305 _RET_IP_);
312 _RET_IP_);
341 write_comp_data(type, cases[i + 2], val, _RET_IP_);
[all...]
/linux-master/fs/ext4/
H A Dext4_jbd2.c100 _RET_IP_);
104 _RET_IP_);
154 jbd2_handle_buffer_credits(handle), _RET_IP_);

Completed in 245 milliseconds

12345