Lines Matching defs:value
14 static inline void write_mmu_index(int value)
16 mtcr("cr<0, 15>", value);
29 static inline void write_mmu_pagemask(int value)
31 mtcr("cr<6, 15>", value);
39 static inline void write_mmu_entryhi(int value)
41 mtcr("cr<4, 15>", value);
49 static inline void write_mmu_msa0(unsigned long value)
51 mtcr("cr<30, 15>", value);
59 static inline void write_mmu_msa1(unsigned long value)
61 mtcr("cr<31, 15>", value);