Home
last modified time | relevance | path

Searched refs:pcv (Results 1 – 1 of 1) sorted by relevance

/arch/arm/kernel/
Dkprobes.h98 static inline void __kprobes bx_write_pc(long pcv, struct pt_regs *regs) in bx_write_pc() argument
101 if (pcv & 0x1) { in bx_write_pc()
103 pcv &= ~0x1; in bx_write_pc()
106 pcv &= ~0x2; /* Avoid UNPREDICTABLE address allignment */ in bx_write_pc()
109 regs->ARM_pc = pcv; in bx_write_pc()
127 static inline void __kprobes load_write_pc(long pcv, struct pt_regs *regs) in load_write_pc() argument
130 bx_write_pc(pcv, regs); in load_write_pc()
132 regs->ARM_pc = pcv; in load_write_pc()
155 static inline void __kprobes alu_write_pc(long pcv, struct pt_regs *regs) in alu_write_pc() argument
158 bx_write_pc(pcv, regs); in alu_write_pc()
[all …]