Searched refs:ITLB_MR_MASK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | head.S | 1053 #define ITLB_MR_MASK 0xfffff001 define 1100 l.movhi r5,hi(ITLB_MR_MASK) // r5 <- ffff:0000.x000 1101 l.ori r5,r5,lo(ITLB_MR_MASK) // r5 <- ffff:1111.x001 - apply ITLB_MR_MASK 1121 l.ori r5,r5,lo(ITLB_TR_MASK) // r5 <- ffff:1111.x050 - apply ITLB_MR_MASK
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | head.S | 1057 #define ITLB_MR_MASK 0xfffff001 define 1104 l.movhi r5,hi(ITLB_MR_MASK) // r5 <- ffff:0000.x000 1105 l.ori r5,r5,lo(ITLB_MR_MASK) // r5 <- ffff:1111.x001 - apply ITLB_MR_MASK 1125 l.ori r5,r5,lo(ITLB_TR_MASK) // r5 <- ffff:1111.x050 - apply ITLB_MR_MASK
|
Completed in 4 milliseconds