/Linux-v4.19/lib/ |
D | test_kasan.c | 30 static noinline void __init kmalloc_oob_right(void) in kmalloc_oob_right() 46 static noinline void __init kmalloc_oob_left(void) in kmalloc_oob_left() 62 static noinline void __init kmalloc_node_oob_right(void) in kmalloc_node_oob_right() 79 static noinline void __init kmalloc_pagealloc_oob_right(void) in kmalloc_pagealloc_oob_right() 98 static noinline void __init kmalloc_pagealloc_uaf(void) in kmalloc_pagealloc_uaf() 114 static noinline void __init kmalloc_pagealloc_invalid_free(void) in kmalloc_pagealloc_invalid_free() 130 static noinline void __init kmalloc_large_oob_right(void) in kmalloc_large_oob_right() 148 static noinline void __init kmalloc_oob_krealloc_more(void) in kmalloc_oob_krealloc_more() 167 static noinline void __init kmalloc_oob_krealloc_less(void) in kmalloc_oob_krealloc_less() 185 static noinline void __init kmalloc_oob_16(void) in kmalloc_oob_16() [all …]
|
/Linux-v4.19/kernel/locking/ |
D | semaphore.c | 37 static noinline void __down(struct semaphore *sem); 38 static noinline int __down_interruptible(struct semaphore *sem); 39 static noinline int __down_killable(struct semaphore *sem); 40 static noinline int __down_timeout(struct semaphore *sem, long timeout); 41 static noinline void __up(struct semaphore *sem); 236 static noinline void __sched __down(struct semaphore *sem) in __down() 241 static noinline int __sched __down_interruptible(struct semaphore *sem) in __down_interruptible() 246 static noinline int __sched __down_killable(struct semaphore *sem) in __down_killable() 251 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() 256 static noinline void __sched __up(struct semaphore *sem) in __up()
|
D | mutex.c | 522 static noinline 694 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip); 1191 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip) in __mutex_unlock_slowpath() 1257 static noinline int __sched 1260 static noinline int __sched 1330 static noinline void __sched 1336 static noinline int __sched 1342 static noinline int __sched 1348 static noinline int __sched 1355 static noinline int __sched
|
/Linux-v4.19/arch/sparc/vdso/ |
D | vclock_gettime.c | 63 static notrace noinline struct vvar_data * 104 static notrace noinline u64 116 static notrace noinline u64 145 static notrace noinline int 165 static notrace noinline int 185 static notrace noinline int 198 static notrace noinline int
|
/Linux-v4.19/arch/nds32/kernel/ |
D | ftrace.c | 13 noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip, in ftrace_stub() 19 noinline void _mcount(unsigned long parent_ip) in _mcount() 41 noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip, in ftrace_stub() 47 noinline void __naked _mcount(unsigned long parent_ip) in _mcount() 239 noinline void ftrace_graph_caller(void) in ftrace_graph_caller() 301 noinline void __trace_hardirqs_off(void) in __trace_hardirqs_off() 305 noinline void __trace_hardirqs_on(void) in __trace_hardirqs_on()
|
/Linux-v4.19/tools/perf/tests/ |
D | dwarf-unwind.c | 93 noinline int test_dwarf_unwind__thread(struct thread *thread) in test_dwarf_unwind__thread() 124 noinline int test_dwarf_unwind__compare(void *p1, void *p2) in test_dwarf_unwind__compare() 143 noinline int test_dwarf_unwind__krava_3(struct thread *thread) in test_dwarf_unwind__krava_3() 162 noinline int test_dwarf_unwind__krava_2(struct thread *thread) in test_dwarf_unwind__krava_2() 167 noinline int test_dwarf_unwind__krava_1(struct thread *thread) in test_dwarf_unwind__krava_1()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_xdp_noinline.c | 58 static __attribute__ ((noinline)) 95 static __attribute__ ((noinline)) 105 static __attribute__ ((noinline)) 242 static __attribute__ ((noinline)) 264 static __attribute__ ((noinline)) 288 static __attribute__ ((noinline)) 331 static __attribute__ ((noinline)) 385 static __attribute__ ((noinline)) 406 static __attribute__ ((noinline)) 424 static __attribute__ ((noinline)) [all …]
|
/Linux-v4.19/tools/include/linux/ |
D | compiler.h | 21 #ifndef noinline 22 #define noinline macro 81 #ifndef noinline 82 # define noinline macro
|
D | compiler-gcc.h | 27 #define noinline __attribute__((noinline)) macro
|
/Linux-v4.19/kernel/trace/ |
D | trace_selftest_dynamic.c | 5 noinline __noclone int DYN_FTRACE_TEST_NAME(void) in DYN_FTRACE_TEST_NAME() 11 noinline __noclone int DYN_FTRACE_TEST_NAME2(void) in DYN_FTRACE_TEST_NAME2()
|
/Linux-v4.19/samples/livepatch/ |
D | livepatch-shadow-mod.c | 107 noinline struct dummy *dummy_alloc(void) in dummy_alloc() 128 noinline void dummy_free(struct dummy *d) in dummy_free() 136 noinline bool dummy_check(struct dummy *d, unsigned long jiffies) in dummy_check()
|
/Linux-v4.19/arch/sh/mm/ |
D | fault.c | 171 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 219 static noinline void 264 static noinline void 286 static noinline void 292 static noinline void 314 static noinline int
|
/Linux-v4.19/arch/s390/kernel/ |
D | early.c | 39 static noinline __init void init_kernel_storage_key(void) in init_kernel_storage_key() 54 static noinline __init void detect_machine_type(void) in detect_machine_type() 92 static noinline __init void setup_arch_string(void) in setup_arch_string() 153 static noinline __init void setup_lowcore_early(void) in setup_lowcore_early() 166 static noinline __init void setup_facility_list(void) in setup_facility_list()
|
/Linux-v4.19/drivers/misc/lkdtm/ |
D | bugs.c | 89 static noinline void __lkdtm_CORRUPT_STACK(void *stack) in __lkdtm_CORRUPT_STACK() 95 noinline void lkdtm_CORRUPT_STACK(void) in lkdtm_CORRUPT_STACK() 106 noinline void lkdtm_CORRUPT_STACK_STRONG(void) in lkdtm_CORRUPT_STACK_STRONG()
|
D | usercopy.c | 31 static noinline unsigned char *trick_compiler(unsigned char *stack) in trick_compiler() 36 static noinline unsigned char *do_usercopy_stack_callee(int value) in do_usercopy_stack_callee() 49 static noinline void do_usercopy_stack(bool to_user, bool bad_frame) in do_usercopy_stack()
|
/Linux-v4.19/tools/testing/selftests/kvm/lib/ |
D | assert.c | 19 static void __attribute__((noinline)) test_dump_stack(void); 64 void __attribute__((noinline))
|
/Linux-v4.19/arch/x86/mm/ |
D | fault.c | 311 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 418 static noinline int vmalloc_fault(unsigned long address) in vmalloc_fault() 677 static noinline void 703 static noinline void 904 static noinline void 931 static noinline void 954 static noinline void 1001 static noinline void 1073 static noinline int 1210 static noinline void
|
/Linux-v4.19/include/linux/ |
D | compiler_types.h | 273 #define noinline __attribute__((noinline)) macro 283 #define noinline_for_stack noinline
|
/Linux-v4.19/arch/s390/mm/ |
D | fault.c | 266 static noinline void do_sigsegv(struct pt_regs *regs, int si_code) in do_sigsegv() 274 static noinline void do_no_context(struct pt_regs *regs) in do_no_context() 300 static noinline void do_low_address(struct pt_regs *regs) in do_low_address() 313 static noinline void do_sigbus(struct pt_regs *regs) in do_sigbus() 324 static noinline int signal_return(struct pt_regs *regs) in signal_return() 344 static noinline void do_fault_error(struct pt_regs *regs, int access, in do_fault_error()
|
/Linux-v4.19/mm/ |
D | page_owner.c | 72 static noinline void register_dummy_stack(void) in register_dummy_stack() 77 static noinline void register_failure_stack(void) in register_failure_stack() 82 static noinline void register_early_stack(void) in register_early_stack() 139 static noinline depot_stack_handle_t save_stack(gfp_t flags) in save_stack() 186 noinline void __set_page_owner(struct page *page, unsigned int order, in __set_page_owner()
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | bp-modify.c | 17 static noinline int bp_1(void) in bp_1() 23 static noinline int bp_2(void) in bp_2()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | idmap.h | 9 #define __idmap __section(.idmap.text) noinline notrace
|
/Linux-v4.19/arch/arc/include/asm/ |
D | stacktrace.h | 32 notrace noinline unsigned int arc_unwind_core(
|
/Linux-v4.19/include/linux/raid/ |
D | pq.h | 56 #define noinline __attribute__((noinline)) macro
|
/Linux-v4.19/arch/arc/kernel/ |
D | stacktrace.c | 113 notrace noinline unsigned int 223 noinline void show_stacktrace(struct task_struct *tsk, struct pt_regs *regs) in show_stacktrace()
|