Home
last modified time | relevance | path

Searched refs:SYM_FUNC_ALIAS (Results 1 – 25 of 34) sorted by relevance

12

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dcache.S14 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
25 SYM_FUNC_ALIAS(icache_inval_pou, __pi_icache_inval_pou)
/linux/tools/perf/util/include/linux/
H A Dlinkage.h97 #ifndef SYM_FUNC_ALIAS
98 #define SYM_FUNC_ALIAS(alias, name) \ macro
119 #define SYM_FUNC_ALIAS_MEMFUNC SYM_FUNC_ALIAS
/linux/arch/riscv/lib/
H A Dmemcpy.S109 SYM_FUNC_ALIAS(__pi_memcpy, __memcpy)
110 SYM_FUNC_ALIAS(__pi___memcpy, __memcpy)
H A Dmemset.S114 SYM_FUNC_ALIAS(__pi_memset, __memset)
115 SYM_FUNC_ALIAS(__pi___memset, __memset)
H A Dmemmove.S316 SYM_FUNC_ALIAS(__pi_memmove, __memmove)
317 SYM_FUNC_ALIAS(__pi___memmove, __memmove)
H A Duaccess.S25 SYM_FUNC_ALIAS(__asm_copy_from_user, __asm_copy_to_user)
52 SYM_FUNC_ALIAS(__asm_copy_from_user_sum_enabled, __asm_copy_to_user_sum_enabled)
H A Dstrcmp.S124 SYM_FUNC_ALIAS(__pi_strcmp, strcmp)
H A Dstrncmp.S140 SYM_FUNC_ALIAS(__pi_strncmp, strncmp)
H A Dstrnlen.S163 SYM_FUNC_ALIAS(__pi_strnlen, strnlen)
/linux/arch/arm/mm/
H A Dcache-v4.S31 SYM_FUNC_ALIAS(v4_flush_user_cache_all, v4_flush_kern_cache_all)
H A Dcache-v4wt.S59 SYM_FUNC_ALIAS(v4wt_flush_user_cache_all, v4wt_flush_kern_cache_all)
H A Dcache-v4wb.S69 SYM_FUNC_ALIAS(v4wb_flush_user_cache_all, v4wb_flush_kern_cache_all)
H A Dcache-fa.S55 SYM_FUNC_ALIAS(fa_flush_user_cache_all, fa_flush_kern_cache_all)
H A Dproc-arm1022.S133 SYM_FUNC_ALIAS(arm1022_flush_user_cache_all, arm1022_flush_kern_cache_all)
H A Dproc-arm922.S123 SYM_FUNC_ALIAS(arm922_flush_user_cache_all, arm922_flush_kern_cache_all)
H A Dproc-arm1026.S133 SYM_FUNC_ALIAS(arm1026_flush_user_cache_all, arm1026_flush_kern_cache_all)
H A Dproc-arm940.S90 SYM_FUNC_ALIAS(arm940_flush_user_cache_all, arm940_flush_kern_cache_all)
H A Dproc-arm1020e.S133 SYM_FUNC_ALIAS(arm1020e_flush_user_cache_all, arm1020e_flush_kern_cache_all)
H A Dproc-arm1020.S133 SYM_FUNC_ALIAS(arm1020_flush_user_cache_all, arm1020_flush_kern_cache_all)
/linux/arch/x86/include/asm/
H A Dlinkage.h112 # define SYM_FUNC_ALIAS_MEMFUNC SYM_FUNC_ALIAS
/linux/arch/loongarch/lib/
H A Dmemset.S29 SYM_FUNC_ALIAS(__memset, memset)
H A Dmemmove.S20 SYM_FUNC_ALIAS(__memmove, memmove)
H A Dmemcpy.S23 SYM_FUNC_ALIAS(__memcpy, memcpy)
/linux/arch/x86/lib/
H A Dretpoline.S164 SYM_FUNC_ALIAS(__x86_indirect_its_thunk_array, __x86_indirect_its_thunk_rax)
/linux/Documentation/core-api/
H A Dasm-annotations.rst134 * ``SYM_FUNC_ALIAS``, ``SYM_FUNC_ALIAS_LOCAL``, and ``SYM_FUNC_ALIAS_WEAK`` can
140 SYM_FUNC_ALIAS(memset, __memset)

12