Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf_verifier.h95 STACK_ZERO, /* BPF program wrote constant zero */ enumerator
/Linux-v4.19/kernel/bpf/
Dverifier.c359 if (state->stack[i].slot_type[0] == STACK_ZERO) in print_verifier_state()
1100 type = STACK_ZERO; in check_stack_write()
1210 if (stype[(slot - i) % BPF_REG_SIZE] == STACK_ZERO) { in check_stack_read()
1898 if (*stype == STACK_ZERO) { in check_stack_boundary()
4505 cur->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_ZERO) in stacksafe()