Searched refs:BPF_PLT_SIZE (Results 1 – 1 of 1) sorted by relevance
523 #define BPF_PLT_SIZE 32 macro540 memcpy(plt, bpf_plt, BPF_PLT_SIZE); in bpf_jit_plt()667 jit->prg += BPF_PLT_SIZE; in bpf_jit_epilogue()1904 if (WARN_ON_ONCE(bpf_plt_end - bpf_plt != BPF_PLT_SIZE)) in bpf_int_jit_compile()2016 char expected_plt[BPF_PLT_SIZE]; in bpf_arch_text_poke()2017 char current_plt[BPF_PLT_SIZE]; in bpf_arch_text_poke()2018 char new_plt[BPF_PLT_SIZE]; in bpf_arch_text_poke()2039 err = copy_from_kernel_nofault(current_plt, plt, BPF_PLT_SIZE); in bpf_arch_text_poke()2044 if (memcmp(current_plt, expected_plt, BPF_PLT_SIZE)) in bpf_arch_text_poke()