Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/kernel/
Dkprobes-thumb.c551 DECODE_SIMULATE (0xfff0d7fc, 0xf3a08000, kprobe_simulate_nop),
592 DECODE_SIMULATE (0xfe7ff000, 0xf81ff000, kprobe_simulate_nop),
601 DECODE_SIMULATEX(0xfff0ff00, 0xf910fc00, kprobe_simulate_nop,
607 DECODE_SIMULATEX(0xfff0ffc0, 0xf910f000, kprobe_simulate_nop,
1281 DECODE_SIMULATE (0xffcf, 0xbf00, kprobe_simulate_nop),
Dkprobes-arm.c403 DECODE_SIMULATE (0xfe300000, 0xf4100000, kprobe_simulate_nop),
409 DECODE_SIMULATE (0xfe300010, 0xf6100000, kprobe_simulate_nop),
656 DECODE_SIMULATE (0x0fff00fc, 0x03200000, kprobe_simulate_nop),
Dkprobes.h164 void __kprobes kprobe_simulate_nop(struct kprobe *p, struct pt_regs *regs);
Dkprobes-common.c176 void __kprobes kprobe_simulate_nop(struct kprobe *p, struct pt_regs *regs) in kprobe_simulate_nop() function