Searched defs:regs (Results 1 – 4 of 4) sorted by relevance
28 static int handler_pre(struct kprobe *p, struct pt_regs *regs) in handler_pre()57 static void handler_post(struct kprobe *p, struct pt_regs *regs, in handler_post()87 static int handler_fault(struct kprobe *p, struct pt_regs *regs, int trapnr) in handler_fault()
40 static int entry_handler(struct kretprobe_instance *ri, struct pt_regs *regs) in entry_handler()57 static int ret_handler(struct kretprobe_instance *ri, struct pt_regs *regs) in ret_handler()
33 struct pt_regs *regs) in sample_hbp_handler()
403 char *regs = (void *)&mdev_state->edid_regs; in handle_edid_regs() local