Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dliveness.c1200 s32 slot_hi, slot_lo; in record_stack_access_off() local
1212 slot_hi = (-fp_off - 1) / STACK_SLOT_SZ; in record_stack_access_off()
1214 spis_or_range(&mask, 0, slot_hi); in record_stack_access_off()
1219 slot_hi = (-fp_off - 1) / STACK_SLOT_SZ; in record_stack_access_off()
1222 spis_or_range(&mask, slot_lo, slot_hi); in record_stack_access_off()
1227 slot_hi = (-fp_off) / STACK_SLOT_SZ - 1; in record_stack_access_off()
1229 if (slot_lo <= slot_hi) { in record_stack_access_off()
1231 spis_or_range(&mask, slot_lo, slot_hi); in record_stack_access_off()