Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dunwind_user.h25 .fp_off = -2*(ws), \
31 .fp_off = 0, \
/linux/kernel/unwind/
H A Duser.c57 if (frame->fp_off && get_user_word(&fp, cfa, frame->fp_off, state->ws)) in unwind_user_next_common()
62 if (frame->fp_off) in unwind_user_next_common()
/linux/include/linux/
H A Dunwind_user_types.h31 s32 fp_off; member
/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c471 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()