Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dibt.h115 #define ENDBR_INSN_SIZE (4*HAS_KERNEL_IBT) macro
/linux/arch/x86/net/
H A Dbpf_jit_comp.c330 #define X86_TAIL_CALL_OFFSET (12 + ENDBR_INSN_SIZE)
678 ip += ENDBR_INSN_SIZE; in bpf_arch_text_poke()
3575 orig_call += ENDBR_INSN_SIZE; in __arch_prepare_bpf_trampoline()
/linux/kernel/trace/
H A Dbpf_trace.c1078 if (is_endbr((void *)(fentry_ip - ENDBR_INSN_SIZE))) in get_entry_ip()
1079 fentry_ip -= ENDBR_INSN_SIZE; in get_entry_ip()