Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dftrace.h18 # define FTRACE_MCOUNT_MAX_OFFSET ENDBR_INSN_SIZE
39 if (is_endbr((void*)(fentry_ip - ENDBR_INSN_SIZE))) in arch_ftrace_get_symaddr()
40 fentry_ip -= ENDBR_INSN_SIZE; in arch_ftrace_get_symaddr()
H A Dsegment.h279 #define EARLY_IDT_HANDLER_SIZE (9 + ENDBR_INSN_SIZE)
287 #define XEN_EARLY_IDT_HANDLER_SIZE (8 + ENDBR_INSN_SIZE)
H A Dibt.h119 #define ENDBR_INSN_SIZE (4*HAS_KERNEL_IBT) macro
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp.c328 #define X86_TAIL_CALL_OFFSET (12 + ENDBR_INSN_SIZE)
655 ip += ENDBR_INSN_SIZE; in bpf_arch_text_poke()
3171 orig_call += ENDBR_INSN_SIZE; in __arch_prepare_bpf_trampoline()
/linux-6.15/kernel/trace/
H A Dbpf_trace.c1050 if (is_endbr((void *)(fentry_ip - ENDBR_INSN_SIZE))) in get_entry_ip()
1051 fentry_ip -= ENDBR_INSN_SIZE; in get_entry_ip()