Home
last modified time | relevance | path

Searched refs:__typefits (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/include/asm/
H A Duaccess.h69 __typefits(x, char, \
70 __typefits(x, short, \
71 __typefits(x, int, \
72 __typefits(x, long, 0ULL)))))
74 #define __typefits(x, type, not) \ macro