Home
last modified time | relevance | path

Searched refs:RP_CHECK_CHAIN_CALL (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c119 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c213 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/openbmc/linux/arch/riscv/kernel/probes/
H A Duprobes.c123 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/openbmc/linux/arch/arm64/kernel/probes/
H A Duprobes.c143 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/openbmc/linux/arch/loongarch/kernel/
H A Duprobes.c111 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/openbmc/linux/include/linux/
H A Duprobes.h97 RP_CHECK_CHAIN_CALL, enumerator
/openbmc/linux/arch/s390/kernel/
H A Duprobes.c157 if (ctx == RP_CHECK_CHAIN_CALL) in arch_uretprobe_is_alive()
/openbmc/linux/kernel/events/
H A Duprobes.c1846 enum rp_check ctx = chained ? RP_CHECK_CHAIN_CALL : RP_CHECK_CALL; in cleanup_return_instances()