Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dregdef.h52 #define jp $25 /* PIC jump register */ macro
95 #define jp $25 /* PIC jump register */ macro
/linux-4.4.14/arch/arm/probes/kprobes/
Dcore.c499 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
585 struct jprobe *jp = container_of(p, struct jprobe, kp); in longjmp_break_handler() local
/linux-4.4.14/arch/avr32/kernel/
Dkprobes.c232 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/x86/kernel/kprobes/
Dcore.c1032 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
1088 struct jprobe *jp = container_of(p, struct jprobe, kp); in longjmp_break_handler() local
/linux-4.4.14/kernel/
Dtest_kprobes.c169 static struct jprobe jp = { variable
Dkprobes.c1720 struct jprobe *jp; in register_jprobes() local
1749 int register_jprobe(struct jprobe *jp) in register_jprobe()
1755 void unregister_jprobe(struct jprobe *jp) in unregister_jprobe()
/linux-4.4.14/arch/powerpc/kernel/
Dkprobes.c502 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/tile/kernel/
Dkprobes.c374 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/include/linux/
Dkprobes.h475 static inline int disable_jprobe(struct jprobe *jp) in disable_jprobe()
479 static inline int enable_jprobe(struct jprobe *jp) in enable_jprobe()
/linux-4.4.14/arch/arc/kernel/
Dkprobes.c391 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/mips/kernel/
Dkprobes.c522 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/sparc/kernel/
Dkprobes.c446 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/fs/reiserfs/
Dprocfs.c305 struct journal_params *jp = &rs->s_v1.s_journal; in show_journal() local
/linux-4.4.14/arch/mn10300/kernel/
Dkprobes.c599 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/sh/kernel/
Dkprobes.c528 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/s390/kernel/
Dkprobes.c679 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/arch/ia64/kernel/
Dkprobes.c1045 struct jprobe *jp = container_of(p, struct jprobe, kp); in setjmp_pre_handler() local
/linux-4.4.14/drivers/media/pci/meye/
Dmeye.c887 static int meyeioc_s_params(struct meye_params *jp) in meyeioc_s_params()