Searched refs:writing_zero (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c4632 bool writing_zero = false; local
4646 writing_zero = true;
4684 /* If writing_zero and the spi slot contains a spill of value 0,
4687 if (writing_zero && *stype == STACK_SPILL &&
4702 if (writing_zero && *stype == STACK_ZERO) {

Completed in 205 milliseconds