Searched refs:PASTE (Results 1 – 5 of 5) sorted by relevance
/linux/arch/ia64/kernel/ |
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)
|
/linux/arch/ia64/lib/ |
A D | idiv32.S | 40 #define PASTE(a,b) PASTE1(a,b) macro 41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
|
A D | idiv64.S | 38 #define PASTE(a,b) PASTE1(a,b) macro 39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
|
/linux/tools/testing/selftests/powerpc/include/ |
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()
|
/linux/Documentation/powerpc/ |
A D | vas-api.rst | 22 Block (CRB) and these CRBs must be submitted to the NX using COPY/PASTE 75 do not go through this device. Refer COPY/PASTE document for more
|
Completed in 11 milliseconds