Searched refs:__tbi (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
H A Dpal.h97 #define __tbi(nr,arg,arg1...) \ macro
102 "call_pal %3 #__tbi" \
108 #define tbi(x,y) __tbi(x,__r17=(y),"1" (__r17))
109 #define tbisi(x) __tbi(1,__r17=(x),"1" (__r17))
110 #define tbisd(x) __tbi(2,__r17=(x),"1" (__r17))
111 #define tbis(x) __tbi(3,__r17=(x),"1" (__r17))
112 #define tbiap() __tbi(-1, /* no second argument */)
113 #define tbia() __tbi(-2, /* no second argument */)

Completed in 102 milliseconds