Lines Matching full:instruction
28 ; hence extra instruction to clean
50 lr r0,[eret] /* instruction address */
55 lr r0,[eret] /* instruction address */
56 and r0,r0,PAGE_MASK /* VPN of instruction address */
59 or r0,r0,r1 /* Instruction address + Data ASID */
62 sr r0,[ARC_REG_TLBPD0] /* write instruction address to TLBPD0 */
63 sr TLBProbe, [ARC_REG_TLBCOMMAND] /* Look for instruction */
64 lr r0,[ARC_REG_TLBINDEX] /* r0 = index where instruction is, if at all */
77 ; Always checks whether instruction will be kicked out by dtlb miss
80 lr r0,[eret] /* instruction address */
81 and r0,r0,PAGE_MASK /* VPN of instruction address */
83 or_s r0,r0,r1 /* Instruction address + Data ASID */
85 sr r0,[ARC_REG_TLBPD0] /* write instruction address to TLBPD0 */
86 sr TLBProbe, [ARC_REG_TLBCOMMAND] /* Look for instruction */
87 lr r0,[ARC_REG_TLBINDEX] /* r0 = index where instruction is, if at all */