/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 8 #define PASTE(a, b) __PASTE(a, b) macro 10 #define NAME(name, idx) PASTE(name, idx) 18 F(body, PASTE(name, idx), 0) F(body, PASTE(name, idx), 1) F(body, PASTE(name, idx), 2) \ 19 F(body, PASTE(name, idx), 3) F(body, PASTE(name, idx), 4) F(body, PASTE(name, idx), 5) \ 20 F(body, PASTE(name, idx), 6) F(body, PASTE(nam [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | entry.h | 15 # define PASTE(x,y) PASTE2(x,y) macro 17 # define pLvSys PASTE(p,PRED_LEAVE_SYSCALL) 18 # define pKStk PASTE(p,PRED_KERNEL_STACK) 19 # define pUStk PASTE(p,PRED_USER_STACK) 20 # define pSys PASTE(p,PRED_SYSCALL) 21 # define pNonSys PASTE(p,PRED_NON_SYSCALL)
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | entry.h | 15 # define PASTE(x,y) PASTE2(x,y) macro 17 # define pLvSys PASTE(p,PRED_LEAVE_SYSCALL) 18 # define pKStk PASTE(p,PRED_KERNEL_STACK) 19 # define pUStk PASTE(p,PRED_USER_STACK) 20 # define pSys PASTE(p,PRED_SYSCALL) 21 # define pNonSys PASTE(p,PRED_NON_SYSCALL)
|
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | idiv32.S | 40 #define PASTE(a,b) PASTE1(a,b) define 41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
|
H A D | idiv64.S | 38 #define PASTE(a,b) PASTE1(a,b) define 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | idiv32.S | 40 #define PASTE(a,b) PASTE1(a,b) define 41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
|
H A D | idiv64.S | 38 #define PASTE(a,b) PASTE1(a,b) define 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 35 #define PASTE(RA, RB, L, RC) \ macro 42 asm volatile(str(PASTE(0, %1, 0, 0))";" in paste() 55 asm volatile(str(PASTE(0, %1, 1, 1))";" in paste_last()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/ |
H A D | instructions.h | 35 #define PASTE(RA, RB, L, RC) \ macro 42 asm volatile(str(PASTE(0, %1, 0, 0))";" in paste() 55 asm volatile(str(PASTE(0, %1, 1, 1))";" in paste_last()
|