Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dcfi.h141 extern bool decode_fineibt_insn(struct pt_regs *regs, unsigned long *target, u32 *type);
144 decode_fineibt_insn(struct pt_regs *regs, unsigned long *target, u32 *type) in decode_fineibt_insn() function
/linux-6.15/arch/x86/kernel/
H A Dcfi.c84 if (!decode_fineibt_insn(regs, &target, &type)) in handle_cfi_failure()
H A Dalternative.c2030 bool decode_fineibt_insn(struct pt_regs *regs, unsigned long *target, u32 *type) in decode_fineibt_insn() function