Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.h208 FP(mod, 0, 0, 0, OTX2_TIM_BKT_MOD | OTX2_TIM_ENA_DFB) \
209 FP(mod_fb, 0, 0, 1, OTX2_TIM_BKT_MOD | OTX2_TIM_ENA_FB) \
210 FP(and, 0, 1, 0, OTX2_TIM_BKT_AND | OTX2_TIM_ENA_DFB) \
211 FP(and_fb, 0, 1, 1, OTX2_TIM_BKT_AND | OTX2_TIM_ENA_FB) \
212 FP(stats_mod, 1, 0, 0, OTX2_TIM_ENA_STATS | OTX2_TIM_BKT_MOD | \
214 FP(stats_mod_fb, 1, 0, 1, OTX2_TIM_ENA_STATS | OTX2_TIM_BKT_MOD | \
216 FP(stats_and, 1, 1, 0, OTX2_TIM_ENA_STATS | OTX2_TIM_BKT_AND | \
221 #define FP(_name, _f4, _f3, _f2, _f1, flags) \ macro
227 #undef FP
229 #define FP(_name, _f3, _f2, _f1, flags) \ macro
[all …]
H A Dotx2_tim_worker.c139 #define FP(_name, _f4, _f3, _f2, _f1, _flags) \ macro
148 #undef FP
150 #define FP(_name, _f3, _f2, _f1, _flags) \ macro
162 #undef FP
H A Dotx2_tim_evdev.c39 #define FP(_name, _f4, _f3, _f2, _f1, flags) \ in tim_set_fp_ops() macro
42 #undef FP in tim_set_fp_ops()
46 #define FP(_name, _f3, _f2, _f1, flags) \ in tim_set_fp_ops() macro
49 #undef FP in tim_set_fp_ops()
/f-stack/freebsd/arm/arm/
H A Ddb_trace.c87 state->registers[SP], state->registers[FP]); in db_stack_trace_cmd()
91 ~((1 << SP) | (1 << FP) | (1 << LR) | (1 << PC)); in db_stack_trace_cmd()
160 state.registers[FP] = ctx->pcb_regs.sf_r11; in db_trace_thread()
180 state.registers[FP] = (uint32_t)__builtin_frame_address(0); in db_trace_self()
H A Dstack_machdep.c61 state.registers[FP] = (uint32_t)__builtin_frame_address(0); in stack_save()
81 state.registers[FP] = td->td_pcb->pcb_regs.sf_r11; in stack_save_td()
H A Dunwind.c487 state->registers[FP], state->registers[SP], state->registers[LR], in unwind_exec_insn()
/f-stack/freebsd/crypto/des/
H A Ddes_enc.c162 FP(r,l); in des_encrypt1()
274 FP(r,l); in des_encrypt3()
294 FP(r,l); in des_decrypt3()
H A Ddes_locl.h355 #define FP(l,r) \ macro
/f-stack/freebsd/arm/include/
H A Dstack.h53 #define FP 11 macro
/f-stack/dpdk/lib/librte_eal/arm/
H A Drte_cpuflags.c89 FEAT_DEF(FP, REG_HWCAP, 0)
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Daspeed-bmc-quanta-q71l.dts185 /* FP FRU */
/f-stack/freebsd/contrib/device-tree/src/powerpc/
H A Dxpedite5200.dts99 * 1: BRD_CFG1 (1: FP ethernet present)
H A Dxpedite5200_xmon.dts103 * 1: BRD_CFG1 (1: FP ethernet present)
/f-stack/freebsd/mips/mips/
H A Dexception.S1115 cfc1 t1, MIPS_FPU_CSR # stall til FP done
1173 cfc1 a2, MIPS_FPU_CSR # code = FP execptions
H A Dfp.S2219 move a2, a1 # code = FP CSR
2228 move a2, a0 # code = FP instruction
/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c854 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64PFR0, FP, NONE, IMPL),
894 MRS_FIELD(ID_AA64PFR0, FP, true, MRS_LOWER, id_aa64pfr0_fp),
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h111 UINT64 FP; member