Searched defs:_CONST64_ (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/loongarch/include/asm/
H A Daddrspace.h76 #define _CONST64_(x) _UL(x) macro
78 #define _CONST64_(x) _ULL(x) macro
/linux-master/arch/mips/include/asm/
H A Daddrspace.h22 #define _CONST64_(x) x macro
28 #define _CONST64_(x) x ## L macro
30 #define _CONST64_(x) x ## LL macro
[all...]

Completed in 136 milliseconds