Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dibt.h81 extern __noendbr bool is_endbr(u32 *val);
106 static inline bool is_endbr(u32 *val) { return false; } in is_endbr() function
H A Dftrace.h39 if (is_endbr((void*)(fentry_ip - ENDBR_INSN_SIZE))) in arch_ftrace_get_symaddr()
/linux-6.15/arch/x86/kernel/
H A Dalternative.c1102 __noendbr bool is_endbr(u32 *val) in is_endbr() function
1134 if (WARN_ON_ONCE(!is_endbr(addr))) in poison_endbr()
1622 if (!is_endbr(addr + 16)) in cfi_rewrite_preamble()
1859 if (!is_endbr(addr)) in poison_cfi()
/linux-6.15/arch/x86/kernel/kprobes/
H A Dcore.c376 if (is_endbr((u32 *)addr)) { in arch_adjust_kprobe_addr()
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c654 if (is_endbr(ip)) in bpf_arch_text_poke()
3170 if (is_endbr(orig_call)) in __arch_prepare_bpf_trampoline()
/linux-6.15/arch/x86/events/
H A Dcore.c2852 if (user_64bit_mode(regs) && is_endbr((u32 *)auprobe->insn)) in is_uprobe_at_func_entry()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1050 if (is_endbr((void *)(fentry_ip - ENDBR_INSN_SIZE))) in get_entry_ip()