Searched refs:SYM_FUNC_ALIAS (Results 1 - 18 of 18) sorted by relevance

/linux-master/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-master/arch/arm64/mm/
H A Dcache.S59 SYM_FUNC_ALIAS(__pi_caches_clean_inval_pou, caches_clean_inval_pou)
115 SYM_FUNC_ALIAS(dcache_clean_inval_poc, __pi_dcache_clean_inval_poc)
164 SYM_FUNC_ALIAS(dcache_inval_poc, __pi_dcache_inval_poc)
179 SYM_FUNC_ALIAS(dcache_clean_poc, __pi_dcache_clean_poc)
197 SYM_FUNC_ALIAS(dcache_clean_pop, __pi_dcache_clean_pop)
H A Dproc.S198 SYM_FUNC_ALIAS(__pi_idmap_cpu_replace_ttbr1, idmap_cpu_replace_ttbr1)
/linux-master/tools/perf/util/include/linux/
H A Dlinkage.h95 * SYM_FUNC_ALIAS -- define a global alias for an existing function
97 #ifndef SYM_FUNC_ALIAS
98 #define SYM_FUNC_ALIAS(alias, name) \ macro
119 #define SYM_FUNC_ALIAS_MEMFUNC SYM_FUNC_ALIAS
/linux-master/arch/arm64/lib/
H A Dclear_page.S39 SYM_FUNC_ALIAS(clear_page, __pi_clear_page)
H A Dmemcpy.S243 SYM_FUNC_ALIAS(__memcpy, __pi_memcpy)
248 SYM_FUNC_ALIAS(__pi_memmove, __pi_memcpy)
250 SYM_FUNC_ALIAS(__memmove, __pi_memmove)
H A Dcopy_page.S68 SYM_FUNC_ALIAS(copy_page, __pi_copy_page)
H A Dmemset.S206 SYM_FUNC_ALIAS(__memset, __pi_memset)
/linux-master/arch/riscv/lib/
H A Dstrlen.S133 SYM_FUNC_ALIAS(__pi_strlen, strlen)
H A Dmemcpy.S109 SYM_FUNC_ALIAS(__pi_memcpy, __memcpy)
110 SYM_FUNC_ALIAS(__pi___memcpy, __memcpy)
H A Dmemmove.S316 SYM_FUNC_ALIAS(__pi_memmove, __memmove)
317 SYM_FUNC_ALIAS(__pi___memmove, __memmove)
H A Duaccess.S195 SYM_FUNC_ALIAS(__asm_copy_from_user, __asm_copy_to_user)
/linux-master/arch/x86/include/asm/
H A Dlinkage.h112 # define SYM_FUNC_ALIAS_MEMFUNC SYM_FUNC_ALIAS
/linux-master/arch/s390/lib/
H A Dmem.S53 SYM_FUNC_ALIAS(memmove, __memmove)
118 SYM_FUNC_ALIAS(memset, __memset)
150 SYM_FUNC_ALIAS(memcpy, __memcpy)
/linux-master/include/linux/
H A Dlinkage.h257 * SYM_FUNC_ALIAS -- define a global alias for an existing function
259 #ifndef SYM_FUNC_ALIAS
260 #define SYM_FUNC_ALIAS(alias, name) \ macro
/linux-master/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)

Completed in 311 milliseconds