| /optee_os/core/arch/riscv/include/ |
| H A D | riscv.h | 132 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 D | arm32.h | 172 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 D | arm64.h | 316 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 D | arm.h | 144 static inline __noprof uint64_t barrier_read_counter_timer(void) in barrier_read_counter_timer()
|
| /optee_os/lib/libutee/include/ |
| H A D | riscv_user_sysreg.h | 17 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 D | arm_user_sysreg.h | 19 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 D | arm64_user_sysreg.h | 16 static inline __noprof type read_##reg(void) \ 25 static inline __noprof void write_##reg(type val) \
|
| /optee_os/lib/libutils/ext/ftrace/ |
| H A D | ftrace.c | 37 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 D | scall.c | 156 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 D | thread.c | 466 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 D | pseudo_ta.c | 249 bool __noprof is_pseudo_ta_ctx(struct ts_ctx *ctx) in is_pseudo_ta_ctx()
|
| H A D | tee_ta_manager.c | 110 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 D | user_ta.c | 439 bool __noprof is_user_ta_ctx(struct ts_ctx *ctx) in is_user_ta_ctx()
|
| /optee_os/core/include/kernel/ |
| H A D | misc.h | 16 static inline size_t __noprof get_core_pos(void) in get_core_pos()
|
| H A D | user_ta.h | 46 static inline bool __noprof is_user_ta_ctx(struct ts_ctx *ctx __unused) in is_user_ta_ctx()
|
| H A D | tee_ta_manager.h | 166 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 D | secure_partition.h | 24 static inline struct sp_session *__noprof
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | tee_time_rdtime.c | 11 __noprof uint64_t read_time(void) in read_time()
|
| H A D | thread_arch.c | 290 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 D | secure_partition.h | 62 static inline struct sp_session *__noprof
|
| /optee_os/lib/libutee/arch/arm/gprof/ |
| H A D | gprof.c | 121 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 D | thread.c | 332 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 D | compiler.h | 91 #define __noprof __attribute__((no_instrument_function)) macro
|
| /optee_os/core/arch/arm/mm/ |
| H A D | core_mmu_v7.c | 770 bool __noprof core_mmu_user_va_range_is_defined(void) in core_mmu_user_va_range_is_defined()
|