Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds