/openbmc/u-boot/arch/arc/lib/ |
H A D | _millicodethunk.S | 51 SYM(__st_r13_to_r25): 53 SYM(__st_r13_to_r24): 55 SYM(__st_r13_to_r23): 57 SYM(__st_r13_to_r22): 59 SYM(__st_r13_to_r21): 61 SYM(__st_r13_to_r20): 63 SYM(__st_r13_to_r19): 65 SYM(__st_r13_to_r18): 67 SYM(__st_r13_to_r17): 69 SYM(__st_r13_to_r16): [all …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | hists_output.c | 133 #define SYM(he) (he->ms.sym->name) macro 183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1() 195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1() 201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1() 219 !strcmp(SYM(he), "free") && he->stat.period == 100); in test1() 225 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test1() 548 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5() 555 !strcmp(SYM(he), "malloc") && he->stat.period == 100); in test5() 562 !strcmp(SYM(he), "free") && he->stat.period == 100); in test5() 576 !strcmp(SYM(he), "main") && he->stat.period == 100); in test5() [all …]
|
H A D | hists_cumulate.c | 168 #define SYM(he) (he->ms.sym->name) macro 226 !strcmp(SYM(he), expected[i].sym)); in do_test()
|
/openbmc/linux/arch/m68k/lib/ |
H A D | umodsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__umodsi3) 88 SYM (__umodsi3): label 93 jbsr SYM (__udivsi3) 99 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
|
H A D | modsi3.S | 59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 89 .globl SYM (__modsi3) 90 SYM (__modsi3): label 95 jbsr SYM (__divsi3) 101 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
|
H A D | divsi3.S | 59 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 89 .globl SYM (__divsi3) 90 SYM (__divsi3): label 113 jbsr SYM (__udivsi3) /* divide abs(dividend) by abs(divisor) */
|
H A D | mulsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__mulsi3) 88 SYM (__mulsi3): label
|
H A D | udivsi3.S | 57 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x) macro 87 .globl SYM (__udivsi3) 88 SYM (__udivsi3): label
|
/openbmc/linux/lib/ |
H A D | test_dynamic_debug.c | 99 #define prdbg(SYM) __pr_debug_cls(SYM, #SYM " msg\n") argument
|
/openbmc/linux/Documentation/trace/ |
H A D | kprobetrace.rst | 31 p[:[GRP/][EVENT]] [MOD:]SYM[+offs]|MEMADDR [FETCHARGS] : Set a probe 32 r[MAXACTIVE][:[GRP/][EVENT]] [MOD:]SYM[+0] [FETCHARGS] : Set a return probe 33 p[:[GRP/][EVENT]] [MOD:]SYM[+0]%return [FETCHARGS] : Set a return probe 38 based on SYM+offs or MEMADDR. 39 MOD : Module name which has given SYM. 40 SYM[+offs] : Symbol+offset where the probe is inserted. 41 SYM%return : Return address of the symbol 50 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
|
H A D | fprobetrace.rst | 28 f[:[GRP1/][EVENT1]] SYM [FETCHARGS] : Probe on function entry 29 f[MAXACTIVE][:[GRP1/][EVENT1]] SYM%return [FETCHARGS] : Probe on function exit 47 @SYM[+|-offs] : Fetch memory at SYM +|- offs (SYM should be a data symbol)
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_gen4_hw_data.h | 101 SYM << ADF_CFG_SERV_RING_PAIR_1_SHIFT | \ 103 SYM << ADF_CFG_SERV_RING_PAIR_3_SHIFT)
|
H A D | adf_cfg_common.h | 30 SYM, enumerator
|
/openbmc/linux/Documentation/translations/zh_CN/iio/ |
H A D | ep93xx_adc.rst | 41 | in_voltage4_raw | SYM |
|
/openbmc/linux/Documentation/iio/ |
H A D | ep93xx_adc.rst | 33 | in_voltage4_raw | SYM |
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcurses/libcurses-perl/ |
H A D | 0001-testtyp.c-Use-proper-prototype-for-main-function.patch | 35 typedef SYM c_sym_t;
|
/openbmc/u-boot/doc/ |
H A D | README.virtio | 151 <SYM> 7 bin 152 <SYM> 8 sbin 153 <SYM> 7 lib 154 <SYM> 9 lib64
|
H A D | README.x86 | 647 <SYM> 33 initrd.img 648 <SYM> 30 vmlinuz 650 <SYM> 33 initrd.img.old
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-droid4-xt894.dts | 101 MATRIX_KEY(4, 5, KEY_LEFTALT) /* SYM */
|
/openbmc/linux/Documentation/scsi/ |
H A D | ChangeLog.sym53c8xx_2 | 3 - Initial release of SYM-2. 8 equivalent containing sym or SYM instead.
|
H A D | sym53c8xx_2.rst | 4 SYM-2 driver 72 with the FreeBSD SYM-2 driver. The 'glue' that allows this driver to work
|
/openbmc/linux/scripts/ |
H A D | Makefile.build | 132 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@ 334 quiet_cmd_cc_symtypes_S = SYM $(quiet_modtag) $@
|
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/ |
H A D | adf_4xxx_hw_data.c | 441 rps[j] = SYM; in get_ring_to_svc_map()
|
/openbmc/u-boot/scripts/ |
H A D | Makefile.build | 188 quiet_cmd_cc_symtypes_c = SYM $(quiet_modtag) $@
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 488 if (PRINT_FIELD(SYM) && in evsel__check_attr() 495 if (PRINT_FIELD(SYMOFFSET) && !PRINT_FIELD(SYM)) { in evsel__check_attr() 573 if (PRINT_FIELD(SYM)) in set_print_ip_opts() 1393 if (PRINT_FIELD(SYM)) { in perf_sample__fprintf_addr()
|