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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/alpha/include/asm/
H A Dsystem.h293 #define __tbi(nr,arg,arg1...) \ macro
298 "call_pal %3 #__tbi" \
304 #define tbi(x,y) __tbi(x,__r17=(y),"1" (__r17))
305 #define tbisi(x) __tbi(1,__r17=(x),"1" (__r17))
306 #define tbisd(x) __tbi(2,__r17=(x),"1" (__r17))
307 #define tbis(x) __tbi(3,__r17=(x),"1" (__r17))
308 #define tbiap() __tbi(-1, /* no second argument */)
309 #define tbia() __tbi(-2, /* no second argument */)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsystem.h293 #define __tbi(nr,arg,arg1...) \ macro
298 "call_pal %3 #__tbi" \
304 #define tbi(x,y) __tbi(x,__r17=(y),"1" (__r17))
305 #define tbisi(x) __tbi(1,__r17=(x),"1" (__r17))
306 #define tbisd(x) __tbi(2,__r17=(x),"1" (__r17))
307 #define tbis(x) __tbi(3,__r17=(x),"1" (__r17))
308 #define tbiap() __tbi(-1, /* no second argument */)
309 #define tbia() __tbi(-2, /* no second argument */)

Completed in 117 milliseconds