Searched refs:SYM_FUNC_START_LOCAL_NOALIGN (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dlinkage.h30 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ macro
/linux-master/arch/loongarch/include/asm/
H A Dlinkage.h20 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ macro
/linux-master/arch/x86/include/asm/
H A Dlinkage.h135 /* SYM_FUNC_START_LOCAL_NOALIGN -- use for local functions, w/o alignment */
136 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ macro
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S141 SYM_FUNC_START_LOCAL_NOALIGN(.Lrelocated)
H A Dhead_64.S448 SYM_FUNC_START_LOCAL_NOALIGN(.Lrelocated)
585 SYM_FUNC_START_LOCAL_NOALIGN(.Lno_longmode)
/linux-master/arch/x86/boot/
H A Dpmjump.S49 SYM_FUNC_START_LOCAL_NOALIGN(.Lin_pm32)
/linux-master/include/linux/
H A Dlinkage.h229 /* SYM_FUNC_START_LOCAL_NOALIGN -- use for local functions, w/o alignment */
230 #ifndef SYM_FUNC_START_LOCAL_NOALIGN
231 #define SYM_FUNC_START_LOCAL_NOALIGN(name) \ macro

Completed in 324 milliseconds