Home
last modified time | relevance | path

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

/linux/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.h115 #define ENDBR_INSN_SIZE (4*HAS_KERNEL_IBT) macro
/linux/arch/x86/net/
H A Dbpf_jit_comp.c329 #define X86_TAIL_CALL_OFFSET (12 + ENDBR_INSN_SIZE)
658 ip += ENDBR_INSN_SIZE; in bpf_arch_text_poke()
3311 orig_call += ENDBR_INSN_SIZE; in __arch_prepare_bpf_trampoline()
/linux/kernel/trace/
H A Dbpf_trace.c1048 if (is_endbr((void *)(fentry_ip - ENDBR_INSN_SIZE))) in get_entry_ip()
1049 fentry_ip -= ENDBR_INSN_SIZE; in get_entry_ip()
/linux/arch/x86/kernel/
H A Dalternative.c1891 #define fineibt_prefix_size (fineibt_preamble_size - ENDBR_INSN_SIZE)