Lines Matching refs:pcv
63 static inline void __kprobes bx_write_pc(long pcv, struct pt_regs *regs) in bx_write_pc() argument
66 if (pcv & 0x1) { in bx_write_pc()
68 pcv &= ~0x1; in bx_write_pc()
71 pcv &= ~0x2; /* Avoid UNPREDICTABLE address allignment */ in bx_write_pc()
74 regs->ARM_pc = pcv; in bx_write_pc()
92 static inline void __kprobes load_write_pc(long pcv, struct pt_regs *regs) in load_write_pc() argument
95 bx_write_pc(pcv, regs); in load_write_pc()
97 regs->ARM_pc = pcv; in load_write_pc()
120 static inline void __kprobes alu_write_pc(long pcv, struct pt_regs *regs) in alu_write_pc() argument
123 bx_write_pc(pcv, regs); in alu_write_pc()
125 regs->ARM_pc = pcv; in alu_write_pc()