Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h28 #define _ULCAST_ macro
30 #define _ULCAST_ (unsigned long) macro
195 #define IE_SW0 (_ULCAST_(1) << 8)
196 #define IE_SW1 (_ULCAST_(1) << 9)
207 #define C_SW0 (_ULCAST_(1) << 8)
208 #define C_SW1 (_ULCAST_(1) << 9)
209 #define C_IRQ0 (_ULCAST_(1) << 10)
210 #define C_IRQ1 (_ULCAST_(1) << 11)
211 #define C_IRQ2 (_ULCAST_(1) << 12)
212 #define C_IRQ3 (_ULCAST_(1) << 13)
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Dloongarch.h391 #define CSR_STLBPGSIZE_PS (_ULCAST_(0x3f))
395 #define CSR_RVACFG_RDVA (_ULCAST_(0xf))
400 #define CSR_CPUID_COREID _ULCAST_(0x1ff)
410 #define CSR_CONF1_KSNUM _ULCAST_(0xf)
464 #define CSR_TCFG_EN (_ULCAST_(0x1))
538 #define CSR_GINTC_VIP (_ULCAST_(0xff))
1254 #define ENTRYLO_V (_ULCAST_(1) << 0)
1255 #define ENTRYLO_D (_ULCAST_(1) << 1)
1260 #define ENTRYLO_G (_ULCAST_(1) << 6)
1261 #define ENTRYLO_NR (_ULCAST_(1) << 61)
[all …]
H A Dpgtable-bits.h31 #define _PAGE_PRESENT (_ULCAST_(1) << _PAGE_PRESENT_SHIFT)
33 #define _PAGE_WRITE (_ULCAST_(1) << _PAGE_WRITE_SHIFT)
37 #define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT)
43 #define _PAGE_VALID (_ULCAST_(1) << _PAGE_VALID_SHIFT)
44 #define _PAGE_DIRTY (_ULCAST_(1) << _PAGE_DIRTY_SHIFT)
45 #define _PAGE_PLV (_ULCAST_(3) << _PAGE_PLV_SHIFT)
46 #define _PAGE_GLOBAL (_ULCAST_(1) << _PAGE_GLOBAL_SHIFT)
47 #define _PAGE_HUGE (_ULCAST_(1) << _PAGE_HUGE_SHIFT)
51 #define _PAGE_RPLV (_ULCAST_(1) << _PAGE_RPLV_SHIFT)
52 #define _CACHE_MASK (_ULCAST_(3) << _CACHE_SHIFT)
[all …]
H A Dtypes.h12 #define _ULCAST_
15 #define _ULCAST_ (unsigned long) macro
H A Dnuma.h17 #define nid_to_addrbase(nid) (_ULCAST_(nid) << NODE_ADDRSPACE_SHIFT)
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h36 #define _ULCAST_
39 #define _ULCAST_ (unsigned long) macro
257 #define IE_SW0 (_ULCAST_(1) << 8)
258 #define IE_SW1 (_ULCAST_(1) << 9)
269 #define C_SW0 (_ULCAST_(1) << 8)
270 #define C_SW1 (_ULCAST_(1) << 9)
271 #define C_IRQ0 (_ULCAST_(1) << 10)
272 #define C_IRQ1 (_ULCAST_(1) << 11)
273 #define C_IRQ2 (_ULCAST_(1) << 12)
274 #define C_IRQ3 (_ULCAST_(1) << 13)
[all …]
H A Dmipsmtregs.h74 #define MVPCONTROL_EVP (_ULCAST_(1))
85 #define MVPCONF0_PTC ( _ULCAST_(0xff))
95 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
100 #define CONFIG3_MT (_ULCAST_(1) << CONFIG3_MT_SHIFT)
104 #define VPECONTROL_TARGTC (_ULCAST_(0xff))
141 #define TCSTATUS_TASID (_ULCAST_(0xff))
147 #define TCSTATUS_A (_ULCAST_(1) << TCSTATUS_A_SHIFT)
149 #define TCSTATUS_DA (_ULCAST_(1) << TCSTATUS_DA_SHIFT)
151 #define TCSTATUS_DT (_ULCAST_(1) << TCSTATUS_DT_SHIFT)
170 #define TCBIND_CURVPE (_ULCAST_(0xf))
[all …]
H A Dmsa.h234 #define MSA_IR_REVF (_ULCAST_(0xff) << MSA_IR_REVB)
236 #define MSA_IR_PROCF (_ULCAST_(0xff) << MSA_IR_PROCB)
238 #define MSA_IR_WRPF (_ULCAST_(0x1) << MSA_IR_WRPB)
242 #define MSA_CSR_RMF (_ULCAST_(0x3) << MSA_CSR_RMB)
248 #define MSA_CSR_FLAGSF (_ULCAST_(0x1f) << MSA_CSR_FLAGSB)
250 #define MSA_CSR_FLAGS_IF (_ULCAST_(0x1) << MSA_CSR_FLAGS_IB)
252 #define MSA_CSR_FLAGS_UF (_ULCAST_(0x1) << MSA_CSR_FLAGS_UB)
254 #define MSA_CSR_FLAGS_OF (_ULCAST_(0x1) << MSA_CSR_FLAGS_OB)
272 #define MSA_CSR_CAUSEF (_ULCAST_(0x3f) << MSA_CSR_CAUSEB)
286 #define MSA_CSR_NXF (_ULCAST_(0x1) << MSA_CSR_NXB)
[all …]
/openbmc/linux/arch/mips/kvm/
H A Dinterrupt.h32 #define C_TI (_ULCAST_(1) << 30)