Searched refs:tjit (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2468 static int invoke_bpf_prog(struct bpf_tramp_jit *tjit, in invoke_bpf_prog() argument 2472 struct bpf_jit *jit = &tjit->common; in invoke_bpf_prog() 2473 int cookie_off = tjit->run_ctx_off + in invoke_bpf_prog() 2497 EMIT4_DISP(0x41000000, REG_3, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2513 EMIT4_DISP(0x41000000, REG_2, REG_15, tjit->bpf_args_off); in invoke_bpf_prog() 2524 tjit->retval_off); in invoke_bpf_prog() 2542 EMIT4_DISP(0x41000000, REG_4, REG_15, tjit->run_ctx_off); in invoke_bpf_prog() 2549 static int alloc_stack(struct bpf_tramp_jit *tjit, size_t size) in alloc_stack() argument 2551 int stack_offset = tjit->stack_size; in alloc_stack() 2553 tjit->stack_size += size; in alloc_stack() [all …]
|