Symbol: _CONST64_
arch/loongarch/include/asm/addrspace.h
114
#define XUVRANGE _CONST64_(0x0000000000000000)
arch/loongarch/include/asm/addrspace.h
115
#define XSPRANGE _CONST64_(0x4000000000000000)
arch/loongarch/include/asm/addrspace.h
116
#define XKPRANGE _CONST64_(0x8000000000000000)
arch/loongarch/include/asm/addrspace.h
117
#define XKVRANGE _CONST64_(0xc000000000000000)
arch/loongarch/include/asm/loongarch.h
945
#define CSR_DMW0_PLV0 _CONST64_(1 << 0)
arch/loongarch/include/asm/loongarch.h
946
#define CSR_DMW0_VSEG _CONST64_(0x8000)
arch/loongarch/include/asm/loongarch.h
950
#define CSR_DMW1_PLV0 _CONST64_(1 << 0)
arch/loongarch/include/asm/loongarch.h
951
#define CSR_DMW1_MAT _CONST64_(1 << 4)
arch/loongarch/include/asm/loongarch.h
952
#define CSR_DMW1_VSEG _CONST64_(0x9000)
arch/loongarch/include/asm/loongarch.h
956
#define CSR_DMW2_PLV0 _CONST64_(1 << 0)
arch/loongarch/include/asm/loongarch.h
957
#define CSR_DMW2_MAT _CONST64_(2 << 4)
arch/loongarch/include/asm/loongarch.h
958
#define CSR_DMW2_VSEG _CONST64_(0xa000)
arch/mips/include/asm/addrspace.h
141
#define TO_PHYS_MASK _CONST64_(0x07ffffffffffffff) /* 2^^59 - 1 */
arch/mips/include/asm/addrspace.h
143
#define COMPAT_K1BASE32 _CONST64_(0xffffffffa0000000)
arch/mips/include/asm/addrspace.h
60
_CONST64_(0x0000ffffffffffff))
arch/mips/include/asm/addrspace.h
69
#define XKUSEG _CONST64_(0x0000000000000000)
arch/mips/include/asm/addrspace.h
70
#define XKSSEG _CONST64_(0x4000000000000000)
arch/mips/include/asm/addrspace.h
71
#define XKPHYS _CONST64_(0x8000000000000000)
arch/mips/include/asm/addrspace.h
72
#define XKSEG _CONST64_(0xc000000000000000)
arch/mips/include/asm/addrspace.h
73
#define CKSEG0 _CONST64_(0xffffffff80000000)
arch/mips/include/asm/addrspace.h
74
#define CKSEG1 _CONST64_(0xffffffffa0000000)
arch/mips/include/asm/addrspace.h
75
#define CKSSEG _CONST64_(0xffffffffc0000000)
arch/mips/include/asm/addrspace.h
76
#define CKSEG3 _CONST64_(0xffffffffe0000000)