Home
last modified time | relevance | path

Searched defs:bpf_tramp_jit (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c2061 struct bpf_tramp_jit { struct
2062 struct bpf_jit common;
2063 int orig_stack_args_off;/* Offset of arguments placed on stack by the
2066 int stack_size; /* Trampoline stack size */
2067 int backchain_off; /* Offset of backchain */
2068 int stack_args_off; /* Offset of stack arguments for calling
2071 int reg_args_off; /* Offset of register arguments for calling
2074 int ip_off; /* For bpf_get_func_ip(), has to be at
2077 int arg_cnt_off; /* For bpf_get_func_arg_cnt(), has to be at
2103 static int invoke_bpf_prog(struct bpf_tramp_jit *tjit, in invoke_bpf_prog() argument