Home
last modified time | relevance | path

Searched refs:__naked (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dftrace.c12 noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip, in ftrace_stub()
40 noinline void __naked ftrace_stub(unsigned long ip, unsigned long parent_ip, in ftrace_stub()
46 noinline void __naked _mcount(unsigned long parent_ip) in _mcount()
228 void __naked return_to_handler(void) in return_to_handler()
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dtest-core.c240 static void __used __naked __arm_kprobes_test_func(void) in __arm_kprobes_test_func()
261 static void __used __naked __thumb_kprobes_test_funcs(void) in __thumb_kprobes_test_funcs()
438 static void __naked benchmark_nop(void) in benchmark_nop()
452 static void __naked benchmark_pushpop1(void) in benchmark_pushpop1()
460 static void __naked benchmark_pushpop2(void) in benchmark_pushpop2()
468 static void __naked benchmark_pushpop3(void) in benchmark_pushpop3()
476 static void __naked benchmark_pushpop4(void) in benchmark_pushpop4()
487 static void __naked benchmark_pushpop_thumb(void) in benchmark_pushpop_thumb()
918 void __naked __kprobes_test_case_start(void) in __kprobes_test_case_start()
935 void __naked __kprobes_test_case_end_32(void) in __kprobes_test_case_end_32()
[all …]
H A Dcore.c397 void __naked __kprobes kretprobe_trampoline(void) in kretprobe_trampoline()
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dmcpm-exynos.c206 static void __naked exynos_pm_power_up_setup(unsigned int affinity_level) in exynos_pm_power_up_setup()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h104 #define __naked __attribute__((naked)) noinline __noclone notrace macro
/OK3568_Linux_fs/kernel/arch/arm/mach-vexpress/
H A Dtc2_pm.c194 static void __naked tc2_pm_power_up_setup(unsigned int affinity_level) in tc2_pm_power_up_setup()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger_arm.c90 static void __naked get_mode_regs(struct mode_regs *regs) in get_mode_regs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_types.h133 #define __naked __attribute__((__naked__)) notrace macro
/OK3568_Linux_fs/kernel/drivers/bus/
H A Darm-cci.c298 asmlinkage void __naked cci_enable_port_for_self(void) in cci_enable_port_for_self()
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch132 - * it doesn't make sense on ARM (currently the only user of __naked) to trace
136 + * it doesn't make sense on ARM (currently the only user of __naked)
150 -#define __naked __attribute__((naked)) noinline __noclone notrace
151 +#define __naked __attribute__((naked)) noinline __noclone notrace