Searched refs:reg_info (Results 151 - 163 of 163) sorted by relevance

1234567

/freebsd-11-stable/usr.sbin/cxgbetool/
H A Dreg_defs_t5.c6 struct reg_info t5_sge_regs[] = {
2138 struct reg_info t5_pcie_regs[] = {
20423 struct reg_info t5_dbg_regs[] = {
20896 struct reg_info t5_ma_regs[] = {
21447 struct reg_info t5_cim_regs[] = {
22127 struct reg_info t5_tp_regs[] = {
22882 struct reg_info t5_ulp_tx_regs[] = {
23185 struct reg_info t5_pm_rx_regs[] = {
23268 struct reg_info t5_pm_tx_regs[] = {
23362 struct reg_info t5_mps_reg
[all...]
H A Dcxgbetool.c64 struct reg_info { struct
72 const struct reg_info *ri;
271 dump_block_regs(const struct reg_info *reg_array, const uint32_t *regs)
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y1438 (struct reg_info *)malloc(sizeof(struct reg_info));
1444 sizeof(struct reg_info));
/freebsd-11-stable/contrib/gcc/
H A Dregclass.c245 /* Linked list of reg_info structures allocated for reg_n_info array.
250 struct reg_info_data *next; /* next set of reg_info structures */
254 reg_info data[1]; /* beginning of the reg_info data */
2229 size_info = (regno_allocated - old_allocated) * sizeof (reg_info)
2230 + sizeof (struct reg_info_data) - sizeof (reg_info);
2242 reg_info pages, and set up the pointers, zero the pages, etc. */
2262 sizeof (reg_info) * (max - min_index - local_min + 1));
H A Ddf-problems.c603 struct df_reg_info *reg_info = DF_REG_USE_GET (df, regno);
604 if (reg_info->n_refs > DF_SPARSE_THRESHOLD)
609 reg_info->begin, reg_info->n_refs);
1127 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno);
1128 if (reg_info->n_refs > DF_SPARSE_THRESHOLD)
1135 reg_info->begin, reg_info->n_refs);
601 struct df_reg_info *reg_info = DF_REG_USE_GET (df, regno); local
1124 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno); local
H A Dloop-iv.c283 struct df_reg_info *reg_info = DF_REG_DEF_GET (df, regno); local
286 for (adef = reg_info->reg_chain; adef; adef = adef->next_reg)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1517 const RegisterInfo *reg_info = local
1519 if (!reg_info) {
1629 auto clobbered_reg_matcher = [reg_info](const Instruction::Operand &op) {
1630 return MatchRegOp(*reg_info)(op) && op.m_clobbered;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp170 const RegisterInfo *reg_info = local
173 if (reg_ctx->ReadRegister(reg_info, reg_value)) {
177 const_cast<RegisterInfo *>(reg_info));
187 reg_info->name);
192 reg_info->name);
/freebsd-11-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2457 * @reg_info (OUT): store the payload region info.
2464 * @reg_info->exist to true. Otherwise, set @reg_info->exist to false.
2469 struct struct_region_info *reg_info)
2525 reg_info->exist = false;
2534 reg_info->exist = true;
2536 reg_info->start = payload.base - mem_region.base;
2538 reg_info->start = 0;
2541 reg_info->end = payload.limit - mem_region.base;
2543 reg_info
2467 get_payload_range(struct adapter *padap, u8 mem_type, unsigned long mem_tot_len, u8 payload_type, struct struct_region_info *reg_info) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.h142 RegisterInfo &reg_info) override;
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.c3713 void *reg_info = ifr_data_get_ptr(ifr); local
3766 vpath = &(vdev->vpaths[*((u32 *) reg_info + 1)]);
3773 vpath = &(vdev->vpaths[*((u32 *) reg_info + 1)]);
3778 *((u32 *) reg_info) = vdev->no_of_vpath;
3798 *((u64 *) ((u64 *) reg_info + i)) = value;
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c71 struct reg_info { struct
245 dump_block_regs(const struct reg_info *reg_array, uint32_t *regs)
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c18865 bxe_is_reg_in_chip(struct bxe_softc *sc, const struct reg_addr *reg_info) argument
18868 return IS_E1_REG(reg_info->chips);
18870 return IS_E1H_REG(reg_info->chips);
18872 return IS_E2_REG(reg_info->chips);
18874 return IS_E3A0_REG(reg_info->chips);
18876 return IS_E3B0_REG(reg_info->chips);

Completed in 281 milliseconds

1234567