Home
last modified time | relevance | path

Searched refs:insn_has_ll_or_sc (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dkprobes.c54 * insn_has_ll_or_sc function checks whether instruction is ll or sc
60 static int insn_has_ll_or_sc(union mips_instruction insn) in insn_has_ll_or_sc() function
76 NOKPROBE_SYMBOL(insn_has_ll_or_sc); variable
86 if (insn_has_ll_or_sc(insn)) { in arch_prepare_kprobe()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dkprobes.c43 * insn_has_ll_or_sc function checks whether instruction is ll or sc
49 static int __kprobes insn_has_ll_or_sc(union loongarch_instruction insn) in insn_has_ll_or_sc() function
71 if (insn_has_ll_or_sc(insn)) { in arch_prepare_kprobe()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dkprobes.c51 * insn_has_ll_or_sc function checks whether instruction is ll or sc
57 static int __kprobes insn_has_ll_or_sc(union mips_instruction insn) in insn_has_ll_or_sc() function
82 if (insn_has_ll_or_sc(insn)) { in arch_prepare_kprobe()

Completed in 3 milliseconds