Searched defs:pcv (Results 1 - 1 of 1) sorted by relevance

/arch/arm/kernel/
H A Dprobes.h70 static inline void __kprobes bx_write_pc(long pcv, struct pt_regs *regs) argument
73 if (pcv & 0x1) {
75 pcv &= ~0x1;
78 pcv &= ~0x2; /* Avoid UNPREDICTABLE address allignment */
81 regs->ARM_pc = pcv;
99 static inline void __kprobes load_write_pc(long pcv, struct pt_regs *regs) argument
102 bx_write_pc(pcv, regs);
104 regs->ARM_pc = pcv;
127 static inline void __kprobes alu_write_pc(long pcv, struct pt_regs *regs) argument
130 bx_write_pc(pcv, reg
[all...]

Completed in 48 milliseconds