Lines Matching refs:reg_offset
786 unsigned long *src_ptr = (void *)regs + auprobe->push.reg_offset; in push_emulate_op()
895 u8 opc1 = OPCODE1(insn), reg_offset = 0; in push_setup_xol_ops() local
911 reg_offset = offsetof(struct pt_regs, r8); in push_setup_xol_ops()
914 reg_offset = offsetof(struct pt_regs, r9); in push_setup_xol_ops()
917 reg_offset = offsetof(struct pt_regs, r10); in push_setup_xol_ops()
920 reg_offset = offsetof(struct pt_regs, r11); in push_setup_xol_ops()
923 reg_offset = offsetof(struct pt_regs, r12); in push_setup_xol_ops()
926 reg_offset = offsetof(struct pt_regs, r13); in push_setup_xol_ops()
929 reg_offset = offsetof(struct pt_regs, r14); in push_setup_xol_ops()
932 reg_offset = offsetof(struct pt_regs, r15); in push_setup_xol_ops()
941 reg_offset = offsetof(struct pt_regs, ax); in push_setup_xol_ops()
944 reg_offset = offsetof(struct pt_regs, cx); in push_setup_xol_ops()
947 reg_offset = offsetof(struct pt_regs, dx); in push_setup_xol_ops()
950 reg_offset = offsetof(struct pt_regs, bx); in push_setup_xol_ops()
953 reg_offset = offsetof(struct pt_regs, sp); in push_setup_xol_ops()
956 reg_offset = offsetof(struct pt_regs, bp); in push_setup_xol_ops()
959 reg_offset = offsetof(struct pt_regs, si); in push_setup_xol_ops()
962 reg_offset = offsetof(struct pt_regs, di); in push_setup_xol_ops()
967 auprobe->push.reg_offset = reg_offset; in push_setup_xol_ops()