Home
last modified time | relevance | path

Searched refs:flds (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/baikal-t1/
H A Dccu-pll.c443 struct ccu_pll_dbgfs_fld *flds; in ccu_pll_debug_init() local
459 flds = kcalloc(CCU_PLL_DBGFS_FLD_NUM, sizeof(*flds), GFP_KERNEL); in ccu_pll_debug_init()
460 if (!flds) in ccu_pll_debug_init()
464 flds[idx] = ccu_pll_flds[idx]; in ccu_pll_debug_init()
465 flds[idx].pll = pll; in ccu_pll_debug_init()
467 debugfs_create_file_unsafe(flds[idx].name, ccu_pll_dbgfs_mode, in ccu_pll_debug_init()
468 dentry, &flds[idx], in ccu_pll_debug_init()
/kernel/linux/linux-6.6/drivers/clk/baikal-t1/
H A Dccu-pll.c443 struct ccu_pll_dbgfs_fld *flds; in ccu_pll_debug_init() local
459 flds = kcalloc(CCU_PLL_DBGFS_FLD_NUM, sizeof(*flds), GFP_KERNEL); in ccu_pll_debug_init()
460 if (!flds) in ccu_pll_debug_init()
464 flds[idx] = ccu_pll_flds[idx]; in ccu_pll_debug_init()
465 flds[idx].pll = pll; in ccu_pll_debug_init()
467 debugfs_create_file_unsafe(flds[idx].name, ccu_pll_dbgfs_mode, in ccu_pll_debug_init()
468 dentry, &flds[idx], in ccu_pll_debug_init()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dexit_on_emulation_failure_test.c19 /* Execute flds with an MMIO address to force KVM to emulate it. */ in guest_code()
20 flds(MMIO_GVA); in guest_code()
H A Dflds_emulation.h10 * flds is an instruction that the KVM instruction emulator is known not to
15 static inline void flds(uint64_t address) in flds() function
39 "Expected a 2-byte opcode for 'flds', got %d bytes", in handle_flds_emulation_failure_exit()
44 "Expected 'flds [eax]', opcode '0xd9 0x00', got opcode 0x%02x 0x%02x\n", in handle_flds_emulation_failure_exit()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_flow.c366 struct ice_flow_fld_info *flds; in ice_flow_xtract_fld() local
370 flds = params->prof->segs[seg].fields; in ice_flow_xtract_fld()
405 flds[fld].xtrct.prot_id = prot_id; in ice_flow_xtract_fld()
406 flds[fld].xtrct.off = (ice_flds_info[fld].off / ese_bits) * in ice_flow_xtract_fld()
408 flds[fld].xtrct.disp = (u8)(ice_flds_info[fld].off % ese_bits); in ice_flow_xtract_fld()
409 flds[fld].xtrct.idx = params->es_cnt; in ice_flow_xtract_fld()
414 cnt = DIV_ROUND_UP(flds[fld].xtrct.disp + ice_flds_info[fld].size, in ice_flow_xtract_fld()
418 off = flds[fld].xtrct.off; in ice_flow_xtract_fld()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_flow.c905 struct ice_flow_fld_info *flds; in ice_flow_xtract_fld() local
911 flds = params->prof->segs[seg].fields; in ice_flow_xtract_fld()
1043 flds[fld].xtrct.prot_id = prot_id; in ice_flow_xtract_fld()
1044 flds[fld].xtrct.off = (ice_flds_info[fld].off / ese_bits) * in ice_flow_xtract_fld()
1046 flds[fld].xtrct.disp = (u8)(ice_flds_info[fld].off % ese_bits); in ice_flow_xtract_fld()
1047 flds[fld].xtrct.idx = params->es_cnt; in ice_flow_xtract_fld()
1048 flds[fld].xtrct.mask = ice_flds_info[fld].mask; in ice_flow_xtract_fld()
1053 cnt = DIV_ROUND_UP(flds[fld].xtrct.disp + ice_flds_info[fld].size, in ice_flow_xtract_fld()
1057 off = flds[fld].xtrct.off; in ice_flow_xtract_fld()
1058 mask = flds[fl in ice_flow_xtract_fld()
[all...]
/kernel/linux/linux-5.10/arch/sh/math-emu/
H A Dmath.c351 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds() function
392 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,
/kernel/linux/linux-6.6/arch/sh/math-emu/
H A Dmath.c351 static int flds(struct sh_fpu_soft_struct *fregs, int n) in flds() function
392 fsts, flds, ffloat, ftrc, fneg, fabs, fsqrt, fsrra,

Completed in 9 milliseconds