Home
last modified time | relevance | path

Searched refs:reg_val_types (Results 1 – 1 of 1) sorted by relevance

/arch/mips/net/
Debpf_jit.c107 u64 *reg_val_types; member
122 return (ctx->reg_val_types[index] >> (reg * 3)) & 7; in get_reg_val_type()
1529 if ((ctx->reg_val_types[i] & RVT_VISITED_MASK) == 0) { in build_int_body()
1568 u64 *rvt = ctx->reg_val_types; in reg_val_propagate_range()
1769 u64 rvt = ctx->reg_val_types[i]; in reg_val_propagate()
1843 ctx.reg_val_types = kcalloc(prog->len + 1, sizeof(*ctx.reg_val_types), GFP_KERNEL); in bpf_int_jit_compile()
1844 if (ctx.reg_val_types == NULL) in bpf_int_jit_compile()
1924 kfree(ctx.reg_val_types); in bpf_int_jit_compile()