Searched refs:tjit (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2103 static int invoke_bpf_prog(struct bpf_tramp_jit *tjit, in invoke_bpf_prog() argument 2107 struct bpf_jit *jit = &tjit->common; in invoke_bpf_prog() 2108 int cookie_off = tjit->run_ctx_off + in invoke_bpf_prog() 2132 EMIT4_DISP(0x41000000, REG_3, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2148 EMIT4_DISP(0x41000000, REG_2, REG_15, tjit->bpf_args_off); in invoke_bpf_prog() 2159 tjit->retval_off); in invoke_bpf_prog() 2177 EMIT4_DISP(0x41000000, REG_4, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2184 static int alloc_stack(struct bpf_tramp_jit *tjit, size_t size) in alloc_stack() argument 2186 int stack_offset = tjit->stack_size; in alloc_stack() 2188 tjit->stack_size += size; in alloc_stack() [all …]
|