Searched refs:is_endbr (Results 1 – 5 of 5) sorted by relevance
68 static inline bool is_endbr(u32 val) in is_endbr() function101 static inline bool is_endbr(u32 val) { return false; } in is_endbr() function
665 if (!is_endbr(endbr)) { in poison_endbr()722 while (unlikely(is_endbr(hash) || is_endbr(-hash))) { in cfi_rehash()
304 if (is_endbr(*(u32 *)addr)) { in arch_adjust_kprobe_addr()
411 if (is_endbr(*(u32 *)ip)) in bpf_arch_text_poke()2200 if (is_endbr(*(u32 *)orig_call)) in arch_prepare_bpf_trampoline()
1042 if (is_endbr(instr)) in get_entry_ip()
Completed in 20 milliseconds