Searched refs:bypass_addr (Results 1 – 3 of 3) sorted by relevance
837 poke->bypass_addr = (u8 *)poke->tailcall_target + X86_PATCH_SIZE; in emit_bpf_tail_call_direct()4003 old_bypass_addr = old ? NULL : poke->bypass_addr; in bpf_arch_poke_desc_update()4021 poke->bypass_addr, in bpf_arch_poke_desc_update()4029 poke->bypass_addr); in bpf_arch_poke_desc_update()
839 poke->tailcall_bypass || poke->adj_off || poke->bypass_addr) in bpf_jit_add_poke_descriptor()
1597 void *bypass_addr; member