orig_ret_address 402 arch/arc/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 429 arch/arc/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 432 arch/arc/kernel/kprobes.c if (orig_ret_address != trampoline_address) { orig_ret_address 442 arch/arc/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 443 arch/arc/kernel/kprobes.c regs->ret = orig_ret_address; orig_ret_address 419 arch/arm/probes/kprobes/core.c unsigned long flags, orig_ret_address = 0; orig_ret_address 444 arch/arm/probes/kprobes/core.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 446 arch/arm/probes/kprobes/core.c if (orig_ret_address != trampoline_address) orig_ret_address 455 arch/arm/probes/kprobes/core.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 463 arch/arm/probes/kprobes/core.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 474 arch/arm/probes/kprobes/core.c if (orig_ret_address != trampoline_address) orig_ret_address 490 arch/arm/probes/kprobes/core.c return (void *)orig_ret_address; orig_ret_address 480 arch/arm64/kernel/probes/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 506 arch/arm64/kernel/probes/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 508 arch/arm64/kernel/probes/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 517 arch/arm64/kernel/probes/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 525 arch/arm64/kernel/probes/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 536 arch/arm64/kernel/probes/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 551 arch/arm64/kernel/probes/kprobes.c return (void *)orig_ret_address; orig_ret_address 412 arch/ia64/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 437 arch/ia64/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 438 arch/ia64/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 447 arch/ia64/kernel/kprobes.c regs->cr_iip = orig_ret_address; orig_ret_address 457 arch/ia64/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 460 arch/ia64/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 468 arch/ia64/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 494 arch/mips/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 521 arch/mips/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 524 arch/mips/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 533 arch/mips/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 534 arch/mips/kernel/kprobes.c instruction_pointer(regs) = orig_ret_address; orig_ret_address 197 arch/parisc/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 222 arch/parisc/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 224 arch/parisc/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 233 arch/parisc/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 241 arch/parisc/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 252 arch/parisc/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 267 arch/parisc/kernel/kprobes.c instruction_pointer_set(regs, orig_ret_address); orig_ret_address 402 arch/powerpc/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 429 arch/powerpc/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 432 arch/powerpc/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 441 arch/powerpc/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 458 arch/powerpc/kernel/kprobes.c regs->nip = orig_ret_address - 4; orig_ret_address 459 arch/powerpc/kernel/kprobes.c regs->link = orig_ret_address; orig_ret_address 370 arch/s390/kernel/kprobes.c unsigned long flags, orig_ret_address; orig_ret_address 391 arch/s390/kernel/kprobes.c orig_ret_address = 0; orig_ret_address 399 arch/s390/kernel/kprobes.c orig_ret_address = (unsigned long) ri->ret_addr; orig_ret_address 401 arch/s390/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 410 arch/s390/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 418 arch/s390/kernel/kprobes.c orig_ret_address = (unsigned long) ri->ret_addr; orig_ret_address 427 arch/s390/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 436 arch/s390/kernel/kprobes.c regs->psw.addr = orig_ret_address; orig_ret_address 308 arch/sh/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 338 arch/sh/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 341 arch/sh/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 350 arch/sh/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 352 arch/sh/kernel/kprobes.c regs->pc = orig_ret_address; orig_ret_address 360 arch/sh/kernel/kprobes.c return orig_ret_address; orig_ret_address 471 arch/sparc/kernel/kprobes.c unsigned long flags, orig_ret_address = 0; orig_ret_address 498 arch/sparc/kernel/kprobes.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 501 arch/sparc/kernel/kprobes.c if (orig_ret_address != trampoline_address) orig_ret_address 510 arch/sparc/kernel/kprobes.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 511 arch/sparc/kernel/kprobes.c regs->tpc = orig_ret_address; orig_ret_address 512 arch/sparc/kernel/kprobes.c regs->tnpc = orig_ret_address + 4; orig_ret_address 762 arch/x86/kernel/kprobes/core.c unsigned long flags, orig_ret_address = 0; orig_ret_address 824 arch/x86/kernel/kprobes/core.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 829 arch/x86/kernel/kprobes/core.c if (orig_ret_address != trampoline_address) orig_ret_address 838 arch/x86/kernel/kprobes/core.c kretprobe_assert(ri, orig_ret_address, trampoline_address); orig_ret_address 848 arch/x86/kernel/kprobes/core.c orig_ret_address = (unsigned long)ri->ret_addr; orig_ret_address 858 arch/x86/kernel/kprobes/core.c if (orig_ret_address != trampoline_address) orig_ret_address 876 arch/x86/kernel/kprobes/core.c return (void *)orig_ret_address; orig_ret_address 208 include/linux/kprobes.h unsigned long orig_ret_address, unsigned long trampoline_address) orig_ret_address 210 include/linux/kprobes.h if (!orig_ret_address || (orig_ret_address == trampoline_address)) {