Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/include/asm/
Daddrspace.h22 #define _CONST64_(x) x macro
28 #define _CONST64_(x) x ## L macro
30 #define _CONST64_(x) x ## LL macro
/Linux-v6.6/arch/loongarch/include/asm/
Daddrspace.h75 #define _CONST64_(x) _UL(x) macro
77 #define _CONST64_(x) _ULL(x) macro