Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/net/
Dbpf_jit_comp.c524 struct bpf_plt { struct
529 extern const struct bpf_plt bpf_plt; argument
543 static void bpf_jit_plt(struct bpf_plt *plt, void *ret, void *target) in bpf_jit_plt()
545 memcpy(plt, &bpf_plt, sizeof(*plt)); in bpf_jit_plt()
683 bpf_jit_plt((struct bpf_plt *)(jit->prg_buf + jit->prg), in bpf_jit_epilogue()
685 jit->prg += sizeof(struct bpf_plt); in bpf_jit_epilogue()
2378 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke()
/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c90 struct bpf_plt { struct
96 #define PLT_TARGET_SIZE sizeof_field(struct bpf_plt, target) argument
97 #define PLT_TARGET_OFFSET offsetof(struct bpf_plt, target)
845 struct bpf_plt *plt = NULL; in build_plt()
851 plt = (struct bpf_plt *)(ctx->image + ctx->idx); in build_plt()
2516 struct bpf_plt *plt = NULL; in bpf_arch_text_poke()