Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Dcpu.h359 #define MBIT_ULL(bit) (1ULL << (bit)) macro
364 #define MIPS_CPU_TLB MBIT_ULL( 0) /* CPU has TLB */
365 #define MIPS_CPU_4KEX MBIT_ULL( 1) /* "R4K" exception model */
366 #define MIPS_CPU_3K_CACHE MBIT_ULL( 2) /* R3000-style caches */
367 #define MIPS_CPU_4K_CACHE MBIT_ULL( 3) /* R4000-style caches */
368 #define MIPS_CPU_TX39_CACHE MBIT_ULL( 4) /* TX3900-style caches */
369 #define MIPS_CPU_FPU MBIT_ULL( 5) /* CPU has FPU */
370 #define MIPS_CPU_32FPR MBIT_ULL( 6) /* 32 dbl. prec. FP registers */
371 #define MIPS_CPU_COUNTER MBIT_ULL( 7) /* Cycle count/compare */
372 #define MIPS_CPU_WATCH MBIT_ULL( 8) /* watchpoint registers */
[all …]