Home
last modified time | relevance | path

Searched refs:notrace (Results 1 – 25 of 231) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dirqflags.h14 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
25 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
35 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
47 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
61 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
74 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
89 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
100 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
109 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
114 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dirqflags.h35 static inline notrace void __arch_local_irq_ssm(unsigned long flags) in __arch_local_irq_ssm()
40 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
45 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
50 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
55 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
61 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
68 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
73 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
/OK3568_Linux_fs/kernel/arch/sparc/vdso/
H A Dvclock_gettime.c51 notrace static __always_inline struct vvar_data *get_vvar_data(void) in get_vvar_data()
66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime()
77 notrace static long vdso_fallback_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in vdso_fallback_gettimeofday()
89 notrace static __always_inline u64 vread_tick(void) in vread_tick()
97 notrace static __always_inline u64 vread_tick_stick(void) in vread_tick_stick()
105 notrace static __always_inline u64 vread_tick(void) in vread_tick()
115 notrace static __always_inline u64 vread_tick_stick(void) in vread_tick_stick()
126 notrace static __always_inline u64 vgetsns(struct vvar_data *vvar) in vgetsns()
136 notrace static __always_inline u64 vgetsns_stick(struct vvar_data *vvar) in vgetsns_stick()
146 notrace static __always_inline int do_realtime(struct vvar_data *vvar, in do_realtime()
[all …]
/OK3568_Linux_fs/kernel/arch/nds32/kernel/vdso/
H A Dgettimeofday.c22 static notrace unsigned int __vdso_read_begin(const struct vdso_data *vdata) in __vdso_read_begin()
34 static notrace unsigned int vdso_read_begin(const struct vdso_data *vdata) in vdso_read_begin()
44 static notrace int vdso_read_retry(const struct vdso_data *vdata, u32 start) in vdso_read_retry()
50 static notrace long clock_gettime_fallback(clockid_t _clkid, in clock_gettime_fallback()
66 static notrace int do_realtime_coarse(struct __kernel_old_timespec *ts, in do_realtime_coarse()
81 static notrace int do_monotonic_coarse(struct __kernel_old_timespec *ts, in do_monotonic_coarse()
101 static notrace inline u64 vgetsns(struct vdso_data *vdso) in vgetsns()
116 static notrace int do_realtime(struct __kernel_old_timespec *ts, struct vdso_data *vdata) in do_realtime()
134 static notrace int do_monotonic(struct __kernel_old_timespec *ts, struct vdso_data *vdata) in do_monotonic()
158 notrace int __vdso_clock_gettime(clockid_t clkid, struct __kernel_old_timespec *ts) in __vdso_clock_gettime()
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dirqflags_64.h18 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
30 static inline notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
40 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
50 static inline notrace void arch_local_irq_enable(void) in arch_local_irq_enable()
60 static inline notrace int arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
65 static inline notrace int arch_irqs_disabled(void) in arch_irqs_disabled()
70 static inline notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
H A Dirqflags_32.h23 static inline notrace unsigned long arch_local_save_flags(void) in arch_local_save_flags()
31 static inline notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
36 static inline notrace bool arch_irqs_disabled_flags(unsigned long flags) in arch_irqs_disabled_flags()
41 static inline notrace bool arch_irqs_disabled(void) in arch_irqs_disabled()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_clock.h18 extern u64 notrace trace_clock_local(void);
19 extern u64 notrace trace_clock(void);
20 extern u64 notrace trace_clock_jiffies(void);
21 extern u64 notrace trace_clock_global(void);
22 extern u64 notrace trace_clock_counter(void);
H A Dcompiler_types.h120 #define notrace __attribute__((hotpatch(0, 0))) macro
122 #define notrace __attribute__((patchable_function_entry(0, 0))) macro
124 #define notrace __attribute__((__no_instrument_function__)) macro
133 #define __naked __attribute__((__naked__)) notrace
144 #define inline inline __gnu_inline __inline_maybe_unused notrace
190 # define __no_kasan_or_inline __no_sanitize_address notrace __maybe_unused
198 # define __no_sanitize_or_inline __no_kcsan notrace __maybe_unused
207 noinline notrace __attribute((__section__(".noinstr.text"))) \
/OK3568_Linux_fs/u-boot/lib/
H A Dtime.c24 ulong notrace get_tbclk(void) in get_tbclk()
31 unsigned long notrace timer_read_counter(void) in timer_read_counter()
61 ulong notrace get_tbclk(void) in get_tbclk()
78 uint64_t notrace get_ticks(void) in get_ticks()
104 uint64_t __weak notrace get_ticks(void) in get_ticks()
118 static uint64_t notrace tick_to_time(uint64_t tick) in tick_to_time()
138 unsigned long __weak notrace timer_get_us(void) in timer_get_us()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhibernate.c34 void notrace save_processor_state(void) in save_processor_state()
40 void notrace restore_processor_state(void) in restore_processor_state()
58 static int notrace arch_save_image(unsigned long unused) in arch_save_image()
71 int notrace swsusp_arch_suspend(void) in swsusp_arch_suspend()
81 static void notrace arch_restore_image(void *unused) in arch_restore_image()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_clock.c32 u64 notrace trace_clock_local(void) in trace_clock_local()
57 u64 notrace trace_clock(void) in trace_clock()
70 u64 notrace trace_clock_jiffies(void) in trace_clock_jiffies()
94 u64 notrace trace_clock_global(void) in trace_clock_global()
155 u64 notrace trace_clock_counter(void) in trace_clock_counter()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h73 #define inline inline __attribute__((always_inline)) notrace
74 #define __inline__ __inline__ __attribute__((always_inline)) notrace
75 #define __inline __inline __attribute__((always_inline)) notrace
78 #define inline inline notrace
79 #define __inline__ __inline__ notrace
80 #define __inline __inline notrace
104 #define __naked __attribute__((naked)) noinline __noclone notrace
/OK3568_Linux_fs/kernel/kernel/time/
H A Dsched_clock.c52 static u64 notrace jiffy_sched_clock_read(void) in jiffy_sched_clock_read()
67 static inline u64 notrace cyc_to_ns(u64 cyc, u32 mult, u32 shift) in cyc_to_ns()
72 notrace struct clock_read_data *sched_clock_read_begin(unsigned int *seq) in sched_clock_read_begin()
78 notrace int sched_clock_read_retry(unsigned int seq) in sched_clock_read_retry()
83 unsigned long long notrace sched_clock(void) in sched_clock()
260 static u64 notrace suspended_sched_clock_read(void) in suspended_sched_clock_read()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dhyperv_timer.c329 static u64 notrace read_hv_clock_tsc(void) in read_hv_clock_tsc()
339 static u64 notrace read_hv_clock_tsc_cs(struct clocksource *arg) in read_hv_clock_tsc_cs()
344 static u64 notrace read_hv_sched_clock_tsc(void) in read_hv_sched_clock_tsc()
390 static u64 notrace read_hv_clock_msr(void) in read_hv_clock_msr()
402 static u64 notrace read_hv_clock_msr_cs(struct clocksource *arg) in read_hv_clock_msr_cs()
407 static u64 notrace read_hv_sched_clock_msr(void) in read_hv_sched_clock_msr()
H A Darm_arch_timer.c153 static notrace u64 arch_counter_get_cntpct_stable(void) in arch_counter_get_cntpct_stable()
158 static notrace u64 arch_counter_get_cntpct(void) in arch_counter_get_cntpct()
163 static notrace u64 arch_counter_get_cntvct_stable(void) in arch_counter_get_cntvct_stable()
168 static notrace u64 arch_counter_get_cntvct(void) in arch_counter_get_cntvct()
230 static u32 notrace fsl_a008585_read_cntp_tval_el0(void) in fsl_a008585_read_cntp_tval_el0()
235 static u32 notrace fsl_a008585_read_cntv_tval_el0(void) in fsl_a008585_read_cntv_tval_el0()
240 static u64 notrace fsl_a008585_read_cntpct_el0(void) in fsl_a008585_read_cntpct_el0()
245 static u64 notrace fsl_a008585_read_cntvct_el0(void) in fsl_a008585_read_cntvct_el0()
276 static u32 notrace hisi_161010101_read_cntp_tval_el0(void) in hisi_161010101_read_cntp_tval_el0()
281 static u32 notrace hisi_161010101_read_cntv_tval_el0(void) in hisi_161010101_read_cntv_tval_el0()
[all …]
H A Dingenic-ost.c44 static u64 notrace ingenic_ost_read_cntl(void) in ingenic_ost_read_cntl()
50 static u64 notrace ingenic_ost_read_cnth(void) in ingenic_ost_read_cnth()
56 static u64 notrace ingenic_ost_clocksource_readl(struct clocksource *cs) in ingenic_ost_clocksource_readl()
61 static u64 notrace ingenic_ost_clocksource_readh(struct clocksource *cs) in ingenic_ost_clocksource_readh()
/OK3568_Linux_fs/kernel/arch/mips/lib/
H A Dmips-atomic.c38 notrace void arch_local_irq_disable(void) in arch_local_irq_disable()
60 notrace unsigned long arch_local_irq_save(void) in arch_local_irq_save()
87 notrace void arch_local_irq_restore(unsigned long flags) in arch_local_irq_restore()
H A Dmulti3.c15 static inline long long notrace dmulu(long long a, long long b) in dmulu()
24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu()
33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dsandbox_timer.c23 u64 notrace timer_early_get_count(void) in timer_early_get_count()
28 unsigned long notrace timer_early_get_rate(void) in timer_early_get_rate()
33 static notrace int sandbox_timer_get_count(struct udevice *dev, u64 *count) in sandbox_timer_get_count()
H A Dtimer-uclass.c27 int notrace timer_get_count(struct udevice *dev, u64 *count) in timer_get_count()
37 unsigned long notrace timer_get_rate(struct udevice *dev) in timer_get_rate()
86 int notrace dm_timer_init(void) in dm_timer_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dasm-prototypes.h102 notrace unsigned long syscall_exit_prepare(unsigned long r3, struct pt_regs *regs, long scv);
103 notrace unsigned long interrupt_exit_user_prepare(struct pt_regs *regs, unsigned long msr);
104 notrace unsigned long interrupt_exit_kernel_prepare(struct pt_regs *regs, unsigned long msr);
109 notrace unsigned int __check_irq_replay(void);
110 void notrace restore_interrupts(void);
H A Dhw_irq.h65 static inline notrace unsigned long irq_soft_mask_return(void) in irq_soft_mask_return()
82 static inline notrace void irq_soft_mask_set(unsigned long mask) in irq_soft_mask_set()
110 static inline notrace unsigned long irq_soft_mask_set_return(unsigned long mask) in irq_soft_mask_set_return()
128 static inline notrace unsigned long irq_soft_mask_or_return(unsigned long mask) in irq_soft_mask_or_return()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Darch_timer.h68 static inline notrace u32 arch_timer_read_cntp_tval_el0(void) in arch_timer_read_cntp_tval_el0()
73 static inline notrace u32 arch_timer_read_cntv_tval_el0(void) in arch_timer_read_cntv_tval_el0()
78 static inline notrace u64 arch_timer_read_cntpct_el0(void) in arch_timer_read_cntpct_el0()
83 static inline notrace u64 arch_timer_read_cntvct_el0(void) in arch_timer_read_cntvct_el0()
/OK3568_Linux_fs/kernel/kernel/
H A Dkcov.c154 static notrace bool check_kcov_mode(enum kcov_mode needed_mode, struct task_struct *t) in check_kcov_mode()
177 static notrace unsigned long canonicalize_ip(unsigned long ip) in canonicalize_ip()
189 void notrace __sanitizer_cov_trace_pc(void) in __sanitizer_cov_trace_pc()
211 static void notrace write_comp_data(u64 type, u64 arg1, u64 arg2, u64 ip) in write_comp_data()
244 void notrace __sanitizer_cov_trace_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_cmp1()
250 void notrace __sanitizer_cov_trace_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_cmp2()
256 void notrace __sanitizer_cov_trace_cmp4(u32 arg1, u32 arg2) in __sanitizer_cov_trace_cmp4()
262 void notrace __sanitizer_cov_trace_cmp8(u64 arg1, u64 arg2) in __sanitizer_cov_trace_cmp8()
268 void notrace __sanitizer_cov_trace_const_cmp1(u8 arg1, u8 arg2) in __sanitizer_cov_trace_const_cmp1()
275 void notrace __sanitizer_cov_trace_const_cmp2(u16 arg1, u16 arg2) in __sanitizer_cov_trace_const_cmp2()
[all …]
/OK3568_Linux_fs/u-boot/arch/mips/cpu/
H A Dtime.c11 unsigned long notrace timer_read_counter(void) in timer_read_counter()
16 ulong notrace get_tbclk(void) in get_tbclk()

12345678910