Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dmipsregs.h37 #define _ULCAST_
40 #define _ULCAST_ (unsigned long) macro
138 #define ENTRYLO_G (_ULCAST_(1) << 0)
139 #define ENTRYLO_V (_ULCAST_(1) << 1)
140 #define ENTRYLO_D (_ULCAST_(1) << 2)
142 #define ENTRYLO_C (_ULCAST_(7) << ENTRYLO_C_SHIFT)
145 #define R3K_ENTRYLO_G (_ULCAST_(1) << 8)
146 #define R3K_ENTRYLO_V (_ULCAST_(1) << 9)
147 #define R3K_ENTRYLO_D (_ULCAST_(1) << 10)
148 #define R3K_ENTRYLO_N (_ULCAST_(1) << 11)
[all …]
Dmipsmtregs.h75 #define MVPCONTROL_EVP (_ULCAST_(1))
78 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT)
81 #define MVPCONTROL_STLB (_ULCAST_(1) << MVPCONTROL_STLB_SHIFT)
86 #define MVPCONF0_PTC ( _ULCAST_(0xff))
88 #define MVPCONF0_PVPE ( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
90 #define MVPCONF0_TCA ( _ULCAST_(1) << MVPCONF0_TCA_SHIFT)
92 #define MVPCONF0_PTLBE (_ULCAST_(0x3ff) << MVPCONF0_PTLBE_SHIFT)
94 #define MVPCONF0_TLBS (_ULCAST_(1) << MVPCONF0_TLBS_SHIFT)
96 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
101 #define CONFIG3_MT (_ULCAST_(1) << CONFIG3_MT_SHIFT)
[all …]
Dmsa.h222 #define MSA_IR_REVF (_ULCAST_(0xff) << MSA_IR_REVB)
224 #define MSA_IR_PROCF (_ULCAST_(0xff) << MSA_IR_PROCB)
226 #define MSA_IR_WRPF (_ULCAST_(0x1) << MSA_IR_WRPB)
230 #define MSA_CSR_RMF (_ULCAST_(0x3) << MSA_CSR_RMB)
236 #define MSA_CSR_FLAGSF (_ULCAST_(0x1f) << MSA_CSR_FLAGSB)
238 #define MSA_CSR_FLAGS_IF (_ULCAST_(0x1) << MSA_CSR_FLAGS_IB)
240 #define MSA_CSR_FLAGS_UF (_ULCAST_(0x1) << MSA_CSR_FLAGS_UB)
242 #define MSA_CSR_FLAGS_OF (_ULCAST_(0x1) << MSA_CSR_FLAGS_OB)
244 #define MSA_CSR_FLAGS_ZF (_ULCAST_(0x1) << MSA_CSR_FLAGS_ZB)
246 #define MSA_CSR_FLAGS_VF (_ULCAST_(0x1) << MSA_CSR_FLAGS_VB)
[all …]
/kernel/linux/linux-5.10/arch/mips/kvm/
Dinterrupt.h32 #define C_TI (_ULCAST_(1) << 30)