Lines Matching refs:pcv
71 static inline void __kprobes bx_write_pc(long pcv, struct pt_regs *regs) in bx_write_pc() argument
74 if (pcv & 0x1) { in bx_write_pc()
76 pcv &= ~0x1; in bx_write_pc()
79 pcv &= ~0x2; /* Avoid UNPREDICTABLE address allignment */ in bx_write_pc()
82 regs->ARM_pc = pcv; in bx_write_pc()
100 static inline void __kprobes load_write_pc(long pcv, struct pt_regs *regs) in load_write_pc() argument
103 bx_write_pc(pcv, regs); in load_write_pc()
105 regs->ARM_pc = pcv; in load_write_pc()
128 static inline void __kprobes alu_write_pc(long pcv, struct pt_regs *regs) in alu_write_pc() argument
131 bx_write_pc(pcv, regs); in alu_write_pc()
133 regs->ARM_pc = pcv; in alu_write_pc()