Home
last modified time | relevance | path

Searched refs:slot_lo (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
1220 slot_lo = max_t(s32, (-fp_off - access_bytes) / STACK_SLOT_SZ, 0); in record_stack_access_off()
1222 spis_or_range(&mask, slot_lo, slot_hi); in record_stack_access_off()
1228 slot_lo = max_t(s32, (-fp_off - access_bytes + STACK_SLOT_SZ - 1) / STACK_SLOT_SZ, 0); 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()