Home
last modified time | relevance | path

Searched refs:PASTE (Results 1 – 3 of 3) sorted by relevance

/arch/ia64/lib/
Didiv64.S38 #define PASTE(a,b) PASTE1(a,b) macro
39 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,di3))
Didiv32.S40 #define PASTE(a,b) PASTE1(a,b) macro
41 #define NAME PASTE(PASTE(__,SGN),PASTE(OP,si3))
/arch/ia64/kernel/
Dentry.h15 # define PASTE(x,y) PASTE2(x,y)
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)