Searched refs:SYM (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/m68k/lib/
H A Dumodsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
87 .globl SYM (__umodsi3)
88 SYM (__umodsi3): label
93 jbsr SYM (__udivsi3)
99 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Dmodsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
89 .globl SYM (__modsi3)
90 SYM (__modsi3): label
95 jbsr SYM (__divsi3)
101 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
H A Ddivsi3.S59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
89 .globl SYM (__divsi3)
90 SYM (__divsi3): label
113 jbsr SYM (__udivsi3) /* divide abs(dividend) by abs(divisor) */
H A Dmulsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
87 .globl SYM (__mulsi3)
88 SYM (__mulsi3): label
H A Dudivsi3.S57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) define
87 .globl SYM (__udivsi3)
88 SYM (__udivsi3): label
/linux-master/tools/perf/tests/
H A Dhists_output.c133 #define SYM(he) (he->ms.sym->name) macro
183 !strcmp(SYM(he), "main") && he->stat.period == 200);
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
195 !strcmp(SYM(he), "main") && he->stat.period == 100);
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100);
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100);
213 !strcmp(SYM(he), "schedule") && he->stat.period == 100);
219 !strcmp(SYM(he), "free") && he->stat.period == 100);
225 !strcmp(SYM(he), "malloc") && he->stat.period == 100);
231 !strcmp(SYM(h
[all...]
H A Dhists_cumulate.c168 #define SYM(he) (he->ms.sym->name) macro
226 !strcmp(SYM(he), expected[i].sym));
/linux-master/lib/
H A Dtest_dynamic_debug.c99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n")
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_common.h30 SYM, enumerator in enum:adf_cfg_service_type
H A Dadf_gen4_hw_data.h149 SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \
151 SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
H A Dadf_sysfs.c270 case SYM:
H A Dadf_gen4_hw_data.c469 rps[rp_group] = SYM;
H A Dadf_tl_debugfs.c551 case SYM:
H A Dadf_rl.c177 return SYM;
/linux-master/scripts/
H A DMakefile.build133 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
336 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
/linux-master/tools/perf/
H A Dbuiltin-script.c491 if (PRINT_FIELD(SYM) &&
498 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) {
576 if (PRINT_FIELD(SYM))
1408 if (PRINT_FIELD(SYM)) {
/linux-master/drivers/media/dvb-frontends/
H A Dstb0899_algo.c420 if (STB0899_GETFIELD(SYM, reg))

Completed in 146 milliseconds