Searched refs:tjit (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2105 static int invoke_bpf_prog(struct bpf_tramp_jit *tjit, in invoke_bpf_prog() argument 2109 struct bpf_jit *jit = &tjit->common; in invoke_bpf_prog() 2110 int cookie_off = tjit->run_ctx_off + in invoke_bpf_prog() 2134 EMIT4_DISP(0x41000000, REG_3, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2150 EMIT4_DISP(0x41000000, REG_2, REG_15, tjit->bpf_args_off); in invoke_bpf_prog() 2161 tjit->retval_off); in invoke_bpf_prog() 2179 EMIT4_DISP(0x41000000, REG_4, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2186 static int alloc_stack(struct bpf_tramp_jit *tjit, size_t size) in alloc_stack() argument 2188 int stack_offset = tjit->stack_size; in alloc_stack() 2190 tjit in alloc_stack() 2204 __arch_prepare_bpf_trampoline(struct bpf_tramp_image *im, struct bpf_tramp_jit *tjit, const struct btf_func_model *m, u32 flags, struct bpf_tramp_links *tlinks, void *func_addr) __arch_prepare_bpf_trampoline() argument 2506 struct bpf_tramp_jit tjit; arch_prepare_bpf_trampoline() local [all...] |
Completed in 4 milliseconds