Searched refs:OFFS (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/tools/testing/selftests/ftrace/test.d/kprobe/ |
D | multiple_kprobes.tc | 10 x86_64|i[3456]86) OFFS=5;; 11 ppc64le) OFFS=8;; 12 *) OFFS=0;; 24 echo p ${i}+${OFFS} >> kprobe_events && N=$((N+1)) ||:
|
/Linux-v4.19/arch/x86/include/asm/ |
D | xor.h | 45 #define OFFS(x) "16*("#x")" macro 48 #define LD(x, y) " movaps "OFFS(x)"(%[p1]), %%xmm"#y" ;\n" 49 #define ST(x, y) " movaps %%xmm"#y", "OFFS(x)"(%[p1]) ;\n" 54 #define XO1(x, y) " xorps "OFFS(x)"(%[p2]), %%xmm"#y" ;\n" 55 #define XO2(x, y) " xorps "OFFS(x)"(%[p3]), %%xmm"#y" ;\n" 56 #define XO3(x, y) " xorps "OFFS(x)"(%[p4]), %%xmm"#y" ;\n" 57 #define XO4(x, y) " xorps "OFFS(x)"(%[p5]), %%xmm"#y" ;\n"
|
/Linux-v4.19/tools/perf/Documentation/ |
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…
|