Searched refs:__typefits (Results 1 – 2 of 2) sorted by relevance
| /arch/riscv/include/asm/ |
| A D | uaccess.h | 69 __typefits(x, char, \ 70 __typefits(x, short, \ 71 __typefits(x, int, \ 72 __typefits(x, long, 0ULL))))) 74 #define __typefits(x, type, not) \ macro
|
| /arch/x86/include/asm/ |
| A D | uaccess.h | 50 __typefits(x,char, \ 51 __typefits(x,short, \ 52 __typefits(x,int, \ 53 __typefits(x,long,0ULL))))) 55 #define __typefits(x,type,not) \ macro
|
Completed in 10 milliseconds