Home
last modified time | relevance | path

Searched refs:bpf_plt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c519 struct bpf_plt { struct
524 extern const struct bpf_plt bpf_plt; argument
538 static void bpf_jit_plt(struct bpf_plt *plt, void *ret, void *target) in bpf_jit_plt()
540 memcpy(plt, &bpf_plt, sizeof(*plt)); in bpf_jit_plt()
665 bpf_jit_plt((struct bpf_plt *)(jit->prg_buf + jit->prg), in bpf_jit_epilogue()
667 jit->prg += sizeof(struct bpf_plt); in bpf_jit_epilogue()
2013 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c83 struct bpf_plt { struct
89 #define PLT_TARGET_SIZE sizeof_field(struct bpf_plt, target) argument
90 #define PLT_TARGET_OFFSET offsetof(struct bpf_plt, target)
641 struct bpf_plt *plt = NULL; in build_plt()
647 plt = (struct bpf_plt *)(ctx->image + ctx->idx); in build_plt()
2191 struct bpf_plt *plt = NULL; in bpf_arch_text_poke()