Searched refs:__typefits (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | uaccess.h | 98 __typefits(x,char, \ 99 __typefits(x,short, \ 100 __typefits(x,int, \ 101 __typefits(x,long,0ULL))))) 103 #define __typefits(x,type,not) \ macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H 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 2 milliseconds