Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Dmipsregs.h36 #define _ULCAST_
38 #define _ULCAST_ (unsigned long) macro
122 #define ENTRYLO_G (_ULCAST_(1) << 0)
123 #define ENTRYLO_V (_ULCAST_(1) << 1)
124 #define ENTRYLO_D (_ULCAST_(1) << 2)
126 #define ENTRYLO_C (_ULCAST_(7) << ENTRYLO_C_SHIFT)
129 #define R3K_ENTRYLO_G (_ULCAST_(1) << 8)
130 #define R3K_ENTRYLO_V (_ULCAST_(1) << 9)
131 #define R3K_ENTRYLO_D (_ULCAST_(1) << 10)
132 #define R3K_ENTRYLO_N (_ULCAST_(1) << 11)
[all …]
Dmips-cm.h233 #define CM_GCR_CONFIG_NUMIOCU_MSK (_ULCAST_(0xf) << 8)
235 #define CM_GCR_CONFIG_PCORES_MSK (_ULCAST_(0xff) << 0)
239 #define CM_GCR_BASE_GCRBASE_MSK (_ULCAST_(0x1ffff) << 15)
241 #define CM_GCR_BASE_CMDEFTGT_MSK (_ULCAST_(0x3) << 0)
249 #define CM_GCR_ACCESS_ACCESSEN_MSK (_ULCAST_(0xff) << 0)
253 #define CM_GCR_REV_MAJOR_MSK (_ULCAST_(0xff) << 8)
255 #define CM_GCR_REV_MINOR_MSK (_ULCAST_(0xff) << 0)
267 #define CM_GCR_ERROR_CAUSE_ERRTYPE_MSK (_ULCAST_(0x1f) << 27)
271 #define CM_GCR_ERROR_CAUSE_ERRINGO_MSK (_ULCAST_(0x7ffffff) << 0)
275 #define CM_GCR_ERROR_MULT_ERR2ND_MSK (_ULCAST_(0x1f) << 0)
[all …]
Dmips-cpc.h115 #define CPC_Cx_CMD_MSK (_ULCAST_(0xf) << 0)
116 #define CPC_Cx_CMD_CLOCKOFF (_ULCAST_(0x1) << 0)
117 #define CPC_Cx_CMD_PWRDOWN (_ULCAST_(0x2) << 0)
118 #define CPC_Cx_CMD_PWRUP (_ULCAST_(0x3) << 0)
119 #define CPC_Cx_CMD_RESET (_ULCAST_(0x4) << 0)
123 #define CPC_Cx_STAT_CONF_PWRUPE_MSK (_ULCAST_(0x1) << 23)
125 #define CPC_Cx_STAT_CONF_SEQSTATE_MSK (_ULCAST_(0xf) << 19)
126 #define CPC_Cx_STAT_CONF_SEQSTATE_D0 (_ULCAST_(0x0) << 19)
127 #define CPC_Cx_STAT_CONF_SEQSTATE_U0 (_ULCAST_(0x1) << 19)
128 #define CPC_Cx_STAT_CONF_SEQSTATE_U1 (_ULCAST_(0x2) << 19)
[all …]
Dmipsmtregs.h74 #define MVPCONTROL_EVP (_ULCAST_(1))
77 #define MVPCONTROL_VPC (_ULCAST_(1) << MVPCONTROL_VPC_SHIFT)
80 #define MVPCONTROL_STLB (_ULCAST_(1) << MVPCONTROL_STLB_SHIFT)
85 #define MVPCONF0_PTC ( _ULCAST_(0xff))
87 #define MVPCONF0_PVPE ( _ULCAST_(0xf) << MVPCONF0_PVPE_SHIFT)
89 #define MVPCONF0_TCA ( _ULCAST_(1) << MVPCONF0_TCA_SHIFT)
91 #define MVPCONF0_PTLBE (_ULCAST_(0x3ff) << MVPCONF0_PTLBE_SHIFT)
93 #define MVPCONF0_TLBS (_ULCAST_(1) << MVPCONF0_TLBS_SHIFT)
95 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
100 #define CONFIG3_MT (_ULCAST_(1) << CONFIG3_MT_SHIFT)
[all …]
Dmsa.h254 #define MSA_IR_REVF (_ULCAST_(0xff) << MSA_IR_REVB)
256 #define MSA_IR_PROCF (_ULCAST_(0xff) << MSA_IR_PROCB)
258 #define MSA_IR_WRPF (_ULCAST_(0x1) << MSA_IR_WRPB)
262 #define MSA_CSR_RMF (_ULCAST_(0x3) << MSA_CSR_RMB)
268 #define MSA_CSR_FLAGSF (_ULCAST_(0x1f) << MSA_CSR_FLAGSB)
270 #define MSA_CSR_FLAGS_IF (_ULCAST_(0x1) << MSA_CSR_FLAGS_IB)
272 #define MSA_CSR_FLAGS_UF (_ULCAST_(0x1) << MSA_CSR_FLAGS_UB)
274 #define MSA_CSR_FLAGS_OF (_ULCAST_(0x1) << MSA_CSR_FLAGS_OB)
276 #define MSA_CSR_FLAGS_ZF (_ULCAST_(0x1) << MSA_CSR_FLAGS_ZB)
278 #define MSA_CSR_FLAGS_VF (_ULCAST_(0x1) << MSA_CSR_FLAGS_VB)
[all …]
Dkvm_host.h101 #define CAUSEF_DC (_ULCAST_(1) << 27)
/arch/mips/kvm/
Dinterrupt.h35 #define C_TI (_ULCAST_(1) << 30)