Searched refs:OFFS (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/kprobe/ |
| H A D | multiple_kprobes.tc | 9 x86_64|i[3456]86) OFFS=5;; 10 ppc64le) OFFS=8;; 11 *) OFFS=0;; 18 echo p ${i}+${OFFS} >> kprobe_events && N=$((N+1)) ||:
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fit-repack.sh | 11 OFFS="0x1000" 74 ${MKIMAGE} -f ${ITS} -E -p ${OFFS} ${ITB} 81 ${MKIMAGE} -f ${ITS} -E -p ${OFFS} ${IMAGE}
|
| H A D | fit-unpack.sh | 63 OFFS=`fdtget -ti ${ITB} ${NODE} data-position` 65 if [ -z ${OFFS} ]; then 70 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | xor.h | 37 #define OFFS(x) "16*("#x")" macro 40 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" 41 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" 46 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" 47 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n" 48 #define XO3(x, y) " xorps "OFFS(x)"(%[p4]), %%xmm"#y" ;\n" 49 #define XO4(x, y) " xorps "OFFS(x)"(%[p5]), %%xmm"#y" ;\n"
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | make.sh | 590 OFFS=`awk -F "," '/'${MCU_IDX}'=/ { printf $2 }' ${INI} | tr -d ' '` 592 if [ -z ${OFFS} ]; then 596 MCU_ARG=${MCU_ARG}" -m${i} ${OFFS}" 608 OFFS=`awk -F "," '/'${LOAD_IDX}'=/ { printf $2 }' ${INI} | tr -d ' '` 610 if [ -z ${OFFS} ]; then 614 LOAD_ARG=${LOAD_ARG}" -l${i} ${OFFS}"
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkimg | 136 OFFS=$(fdtget -ti ${ITB} ${NODE} data-position) 138 if [ -z ${OFFS} ]; then 143 dd if=${ITB} of=${OUT}/${NAME} bs=${SIZE} count=1 skip=${OFFS} iflag=skip_bytes >/dev/null 2>&1
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | uprobetracer.rst | 49 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*2)(\*3)
|
| H A D | kprobetrace.rst | 56 +|-[u]OFFS(FETCHARG) : Fetch memory at FETCHARG +|- OFFS address.(\*3)(\*4)
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | perf-probe.txt | 160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...] 176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
|