Searched refs:bpf_plt (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 555 struct bpf_plt { struct 560 extern const struct bpf_plt bpf_plt; argument 574 static void bpf_jit_plt(struct bpf_plt *plt, void *ret, void *target) in bpf_jit_plt() 576 memcpy(plt, &bpf_plt, sizeof(*plt)); in bpf_jit_plt() 691 bpf_jit_plt((struct bpf_plt *)(jit->prg_buf + jit->prg), in bpf_jit_epilogue() 693 jit->prg += sizeof(struct bpf_plt); in bpf_jit_epilogue() 2419 struct bpf_plt expected_plt, current_plt, new_plt, *plt; in bpf_arch_text_poke()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 97 struct bpf_plt { struct 103 #define PLT_TARGET_SIZE sizeof_field(struct bpf_plt, target) argument 104 #define PLT_TARGET_OFFSET offsetof(struct bpf_plt, target) 974 struct bpf_plt *plt = NULL; in build_plt() 980 plt = (struct bpf_plt *)(ctx->image + ctx->idx); in build_plt() 2991 struct bpf_plt *plt = NULL; in bpf_arch_text_poke()
|