Searched refs:pcv (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/ |
H A D | decode.h | 39 static inline void __kprobes bx_write_pc(long pcv, struct pt_regs *regs) in bx_write_pc() argument 42 if (pcv & 0x1) { in bx_write_pc() 44 pcv &= ~0x1; in bx_write_pc() 47 pcv &= ~0x2; /* Avoid UNPREDICTABLE address allignment */ in bx_write_pc() 50 regs->ARM_pc = pcv; in bx_write_pc() 68 static inline void __kprobes load_write_pc(long pcv, struct pt_regs *regs) in load_write_pc() argument 71 bx_write_pc(pcv, regs); in load_write_pc() 73 regs->ARM_pc = pcv; in load_write_pc() 96 static inline void __kprobes alu_write_pc(long pcv, struct pt_regs *regs) in alu_write_pc() argument 99 bx_write_pc(pcv, reg in alu_write_pc() [all...] |
/kernel/linux/linux-6.6/arch/arm/probes/ |
H A D | decode.h | 39 static inline void __kprobes bx_write_pc(long pcv, struct pt_regs *regs) in bx_write_pc() argument 42 if (pcv & 0x1) { in bx_write_pc() 44 pcv &= ~0x1; in bx_write_pc() 47 pcv &= ~0x2; /* Avoid UNPREDICTABLE address allignment */ in bx_write_pc() 50 regs->ARM_pc = pcv; in bx_write_pc() 68 static inline void __kprobes load_write_pc(long pcv, struct pt_regs *regs) in load_write_pc() argument 71 bx_write_pc(pcv, regs); in load_write_pc() 73 regs->ARM_pc = pcv; in load_write_pc() 96 static inline void __kprobes alu_write_pc(long pcv, struct pt_regs *regs) in alu_write_pc() argument 99 bx_write_pc(pcv, reg in alu_write_pc() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/ |
H A D | eeprom.h | 72 u8 pcv; member
|
H A D | eeprom.c | 456 dst->data_64qam = src->pcv; in p54_convert_rev0() 459 dst->data_16qam = SUB(src->pcv, 12); in p54_convert_rev0()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/ |
H A D | eeprom.h | 72 u8 pcv; member
|
H A D | eeprom.c | 456 dst->data_64qam = src->pcv; in p54_convert_rev0() 459 dst->data_16qam = SUB(src->pcv, 12); in p54_convert_rev0()
|
Completed in 5 milliseconds