Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Duaccess.h49 #define __inttype(x) __typeof__( \ macro
79 register __inttype(*(ptr)) __val_gu asm("%"_ASM_DX); \
537 __inttype(*(ptr)) __gu_val; \
545 __inttype(*(ptr)) __gu_val; \
/linux/arch/riscv/include/asm/
H A Duaccess.h68 #define __inttype(x) __typeof__( \ macro
477 __inttype(*(ptr)) __gu_val; \
/linux/arch/arm/include/asm/
H A Duaccess.h96 #define __inttype(x) \ macro
185 register __inttype(x) __r2 asm("r2"); \