Searched refs:fp_off (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | liveness.c | 904 s16 fp_off, slot; in fill_from_stack() local 906 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) in fill_from_stack() 908 slot = fp_off_to_slot(fp_off); in fill_from_stack() 944 s16 fp_off; in spill_to_stack() local 947 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) in spill_to_stack() 949 slot = fp_off_to_slot(fp_off); in spill_to_stack() 1004 s16 fp_off; in clear_stack_for_all_offs() local 1006 if (arg_add(at_out[reg].off[i], insn->off, &fp_off)) { in clear_stack_for_all_offs() 1010 clear_overlapping_stack_slots(at_stack_out, fp_off, sz, cnt); in clear_stack_for_all_offs() 1197 static int record_stack_access_off(struct func_instance *instance, s64 fp_off, in record_stack_access_off() argument [all …]
|
| /linux/drivers/infiniband/sw/siw/ |
| H A D | siw_qp_tx.c | 471 unsigned int fp_off = (sge->laddr + sge_off) & ~PAGE_MASK; in siw_tx_hdt() local 499 size_t plen = min((int)PAGE_SIZE - fp_off, sge_len); in siw_tx_hdt() 519 iov[seg].iov_base = kaddr + fp_off; in siw_tx_hdt() 530 kaddr + fp_off, plen); in siw_tx_hdt() 550 fp_off = 0; in siw_tx_hdt()
|