Home
last modified time | relevance | path

Searched refs:__noprof (Results 1 – 24 of 24) sorted by relevance

/optee_os/core/arch/riscv/include/
H A Driscv.h132 static inline __noprof void mb(void) in mb()
137 static inline __noprof unsigned long read_gp(void) in read_gp()
145 static inline __noprof unsigned long read_tp(void) in read_tp()
153 static inline __noprof unsigned long read_fp(void) in read_fp()
162 static inline __noprof unsigned long read_pc(void) in read_pc()
171 static inline __noprof void wfi(void) in wfi()
176 static inline __noprof void riscv_cpu_pause(void) in riscv_cpu_pause()
199 static inline __noprof void flush_tlb(void) in flush_tlb()
204 static inline __noprof void flush_tlb_entry(unsigned long va) in flush_tlb_entry()
210 static inline __noprof unsigned long read_satp(void) in read_satp()
[all …]
/optee_os/core/arch/arm/include/
H A Darm32.h172 static inline __noprof void isb(void) in isb()
177 static inline __noprof void dsb(void) in dsb()
182 static inline __noprof void dsb_ish(void) in dsb_ish()
187 static inline __noprof void dsb_ishst(void) in dsb_ishst()
192 static inline __noprof void dmb(void) in dmb()
197 static inline __noprof void sev(void) in sev()
202 static inline __noprof void wfe(void) in wfe()
207 static inline __noprof uint32_t read_cpsr(void) in read_cpsr()
217 static inline __noprof void write_cpsr(uint32_t cpsr) in write_cpsr()
224 static inline __noprof uint32_t read_spsr(void) in read_spsr()
[all …]
H A Darm64.h316 static inline __noprof void isb(void) in isb()
321 static inline __noprof void dsb(void) in dsb()
326 static inline __noprof void dsb_ish(void) in dsb_ish()
331 static inline __noprof void dsb_ishst(void) in dsb_ishst()
336 static inline __noprof void dsb_osh(void) in dsb_osh()
341 static inline __noprof void sev(void) in sev()
346 static inline __noprof void wfe(void) in wfe()
351 static inline __noprof void wfi(void) in wfi()
356 static inline __noprof void write_at_s1e1r(uint64_t va) in write_at_s1e1r()
361 static __always_inline __noprof uint64_t read_pc(void) in read_pc()
[all …]
H A Darm.h144 static inline __noprof uint64_t barrier_read_counter_timer(void) in barrier_read_counter_timer()
/optee_os/lib/libutee/include/
H A Driscv_user_sysreg.h17 static inline __noprof uint64_t read_time(void) in read_time()
38 static inline __noprof void mb(void) in mb()
43 static inline __noprof uint64_t barrier_read_counter_timer(void) in barrier_read_counter_timer()
49 static inline __noprof uint32_t read_cntfrq(void) in read_cntfrq()
H A Darm_user_sysreg.h19 static inline __noprof void isb(void) in isb()
24 static inline __noprof uint64_t barrier_read_counter_timer(void) in barrier_read_counter_timer()
H A Darm64_user_sysreg.h16 static inline __noprof type read_##reg(void) \
25 static inline __noprof void write_##reg(type val) \
/optee_os/lib/libutils/ext/ftrace/
H A Dftrace.c37 static __noprof struct ftrace_buf *get_fbuf(void) in get_fbuf()
69 static void __noprof add_elem(struct ftrace_buf *fbuf, uint8_t level, in add_elem()
90 void __noprof ftrace_enter(unsigned long pc, unsigned long *lr) in ftrace_enter()
119 unsigned long __noprof ftrace_return(void) in ftrace_return()
139 void __noprof ftrace_longjmp(unsigned int *ret_idx) in ftrace_longjmp()
145 void __noprof ftrace_setjmp(unsigned int *ret_idx) in ftrace_setjmp()
/optee_os/core/kernel/
H A Dscall.c156 static void __noprof ftrace_syscall_enter(size_t num) in ftrace_syscall_enter()
175 static void __noprof ftrace_syscall_leave(void) in ftrace_syscall_leave()
183 static void __noprof ftrace_syscall_enter(size_t num __unused) in ftrace_syscall_enter()
187 static void __noprof ftrace_syscall_leave(void) in ftrace_syscall_leave()
H A Dthread.c466 bool __weak __noprof thread_is_in_normal_mode(void) in thread_is_in_normal_mode()
483 short int __noprof thread_get_id_may_fail(void) in thread_get_id_may_fail()
496 short int __noprof thread_get_id(void) in thread_get_id()
690 struct thread_specific_data * __noprof thread_get_tsd(void) in thread_get_tsd()
H A Dpseudo_ta.c249 bool __noprof is_pseudo_ta_ctx(struct ts_ctx *ctx) in is_pseudo_ta_ctx()
H A Dtee_ta_manager.c110 struct tee_ta_session *__noprof to_ta_session(struct ts_session *sess) in to_ta_session()
1158 bool __noprof is_ta_ctx(struct ts_ctx *ctx) in is_ta_ctx()
H A Duser_ta.c439 bool __noprof is_user_ta_ctx(struct ts_ctx *ctx) in is_user_ta_ctx()
/optee_os/core/include/kernel/
H A Dmisc.h16 static inline size_t __noprof get_core_pos(void) in get_core_pos()
H A Duser_ta.h46 static inline bool __noprof is_user_ta_ctx(struct ts_ctx *ctx __unused) in is_user_ta_ctx()
H A Dtee_ta_manager.h166 static inline struct tee_ta_ctx *__noprof to_ta_ctx(struct ts_ctx *ctx) in to_ta_ctx()
/optee_os/core/arch/riscv/include/kernel/
H A Dsecure_partition.h24 static inline struct sp_session *__noprof
/optee_os/core/arch/riscv/kernel/
H A Dtee_time_rdtime.c11 __noprof uint64_t read_time(void) in read_time()
H A Dthread_arch.c290 static void __noprof ftrace_suspend(void) in ftrace_suspend()
298 static void __noprof ftrace_resume(void) in ftrace_resume()
306 static void __maybe_unused __noprof ftrace_suspend(void) in ftrace_suspend()
310 static void __noprof ftrace_resume(void) in ftrace_resume()
/optee_os/core/arch/arm/include/kernel/
H A Dsecure_partition.h62 static inline struct sp_session *__noprof
/optee_os/lib/libutee/arch/arm/gprof/
H A Dgprof.c121 static unsigned long __noprof adjust_pc(unsigned long pc) in adjust_pc()
331 void __noprof __mcount_internal(unsigned long frompc, unsigned long selfpc) in __mcount_internal()
/optee_os/core/arch/arm/kernel/
H A Dthread.c332 static void __noprof ftrace_suspend(void) in ftrace_suspend()
340 static void __noprof ftrace_resume(void) in ftrace_resume()
348 static void __noprof ftrace_suspend(void) in ftrace_suspend()
352 static void __noprof ftrace_resume(void) in ftrace_resume()
442 bool __noprof thread_is_in_normal_mode(void) in thread_is_in_normal_mode()
/optee_os/lib/libutils/ext/include/
H A Dcompiler.h91 #define __noprof __attribute__((no_instrument_function)) macro
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_v7.c770 bool __noprof core_mmu_user_va_range_is_defined(void) in core_mmu_user_va_range_is_defined()