Home
last modified time | relevance | path

Searched defs:jp (Results 1 – 16 of 16) sorted by relevance

/linux-3.3/arch/mips/include/asm/
Dregdef.h52 #define jp $25 /* PIC jump register */ macro
95 #define jp $25 /* PIC jump register */ macro
/linux-3.3/arch/arm/kernel/
Dkprobes.c502 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
588 struct jprobe *jp = container_of(p, struct jprobe, kp); in longjmp_break_handler() local
/linux-3.3/arch/avr32/kernel/
Dkprobes.c232 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/include/linux/
Dkprobes.h430 static inline int disable_jprobe(struct jprobe *jp) in disable_jprobe()
434 static inline int enable_jprobe(struct jprobe *jp) in enable_jprobe()
/linux-3.3/kernel/
Dtest_kprobes.c178 static struct jprobe jp = { variable
Dkprobes.c1593 struct jprobe *jp; in register_jprobes() local
1622 int __kprobes register_jprobe(struct jprobe *jp) in register_jprobe()
1628 void __kprobes unregister_jprobe(struct jprobe *jp) in unregister_jprobe()
/linux-3.3/arch/powerpc/kernel/
Dkprobes.c522 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/arch/sparc/kernel/
Dkprobes.c441 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/arch/mips/kernel/
Dkprobes.c519 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/arch/mn10300/kernel/
Dkprobes.c599 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/arch/x86/kernel/
Dkprobes.c1041 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
1085 struct jprobe *jp = container_of(p, struct jprobe, kp); in longjmp_break_handler() local
/linux-3.3/arch/sh/kernel/
Dkprobes.c528 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/arch/s390/kernel/
Dkprobes.c616 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/fs/reiserfs/
Dprocfs.c299 struct journal_params *jp = &rs->s_v1.s_journal; in show_journal() local
/linux-3.3/arch/ia64/kernel/
Dkprobes.c1045 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-3.3/drivers/media/video/
Dmeye.c885 static int meyeioc_s_params(struct meye_params *jp) in meyeioc_s_params()