Home
last modified time | relevance | path

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

/kernel/bpf/
Dverifier.c195 struct bpf_reg_state *reg; in print_verifier_state() local
654 struct bpf_reg_state *reg = &regs[regno]; in check_packet_access() local
686 const struct bpf_reg_state *reg) in __is_pointer_value()
707 const struct bpf_reg_state *reg = &env->cur_state.regs[regno]; in is_ctx_reg() local
713 struct bpf_reg_state *reg, int off, int size) in check_ptr_alignment()
755 struct bpf_reg_state *reg = &state->regs[regno]; in check_mem_access() local
975 struct bpf_reg_state *regs = env->cur_state.regs, *reg = &regs[regno]; in check_func_arg() local
1183 struct bpf_reg_state *regs = state->regs, *reg; in clear_all_pkt_pointers() local
1208 struct bpf_reg_state *reg; in check_call() local
1579 static void check_reg_overflow(struct bpf_reg_state *reg) in check_reg_overflow()
[all …]
/kernel/trace/
Dtrace.h1550 int (*reg)(char *glob, member