Home
last modified time | relevance | path

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

/linux/drivers/hid/bpf/
H A Dhid_bpf_struct_ops.c127 return NOT_INIT; in hid_bpf_ops_btf_struct_access()
/linux/net/bpf/
H A Dbpf_dummy_struct_ops.c261 return NOT_INIT; in bpf_dummy_ops_btf_struct_access()
/linux/kernel/bpf/
H A Dverifier.c2515 reg->type = NOT_INIT; in bpf_mark_reg_not_init()
3461 if (reg->type == NOT_INIT) { in __check_reg_arg()
3800 state->stack[spi].spilled_ptr.type = NOT_INIT; in scrub_special_slot()
8088 if (expected == NOT_INIT) in check_reg_type()
10564 regs[BPF_REG_0].type = NOT_INIT; in check_helper_call()
17368 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()
/linux/include/linux/
H A Dbpf.h990 NOT_INIT = 0, /* nothing was written into register */ enumerator