Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dflds_emulation.h15 static inline void flds(u64 address) in flds() function
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flow.c1011 struct ice_flow_fld_info *flds; in ice_flow_xtract_fld() local
1017 flds = params->prof->segs[seg].fields; in ice_flow_xtract_fld()
1149 flds[fld].xtrct.prot_id = prot_id; in ice_flow_xtract_fld()
1150 flds[fld].xtrct.off = (ice_flds_info[fld].off / ese_bits) * in ice_flow_xtract_fld()
1152 flds[fld].xtrct.disp = (u8)(ice_flds_info[fld].off % ese_bits); in ice_flow_xtract_fld()
1153 flds[fld].xtrct.idx = params->es_cnt; in ice_flow_xtract_fld()
1154 flds[fld].xtrct.mask = ice_flds_info[fld].mask; in ice_flow_xtract_fld()
1159 cnt = DIV_ROUND_UP(flds[fld].xtrct.disp + ice_flds_info[fld].size, in ice_flow_xtract_fld()
1163 off = flds[fld].xtrct.off; in ice_flow_xtract_fld()
1164 mask = flds[fld].xtrct.mask; in ice_flow_xtract_fld()
[all …]
/linux/arch/sh/math-emu/
H A Dmath.c353 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds() function
394 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,