Searched refs:tjit (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 2509 static int invoke_bpf_prog(struct bpf_tramp_jit *tjit, in invoke_bpf_prog() argument 2513 struct bpf_jit *jit = &tjit->common; in invoke_bpf_prog() 2514 int cookie_off = tjit->run_ctx_off + in invoke_bpf_prog() 2536 EMIT4_DISP(0x41000000, REG_3, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2550 EMIT4_DISP(0x41000000, REG_2, REG_15, tjit->bpf_args_off); in invoke_bpf_prog() 2561 tjit->retval_off); in invoke_bpf_prog() 2577 EMIT4_DISP(0x41000000, REG_4, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2584 static int alloc_stack(struct bpf_tramp_jit *tjit, size_t size) in alloc_stack() argument 2586 int stack_offset = tjit->stack_size; in alloc_stack() 2588 tjit->stack_size += size; in alloc_stack() [all …]
|