Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Dkprobes.c476 struct kprobe *other_kp; in prepare_booster() local
485 other_kp = get_kprobe((void *)addr); in prepare_booster()
486 if (other_kp) in prepare_booster()
487 other_kp->ainsn.inst_flag &= ~INST_FLAG_BOOSTABLE; in prepare_booster()