| /freebsd-13.1/sys/mips/nlm/hal/ |
| H A D | fmn.h | 222 extern void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, int intr_val); 223 extern void nlm_cms_level_intr(int node, int sub_type, int intr_val); 224 extern void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, int intr_val); 225 extern void nlm_cms_timer_intr(int node, int en, int sub_type, int intr_val);
|
| H A D | fmn.c | 196 void nlm_cms_per_queue_level_intr(uint64_t base, int qid, int sub_type, in nlm_cms_per_queue_level_intr() argument 205 val |= (((uint64_t)sub_type<<54) | in nlm_cms_per_queue_level_intr() 211 void nlm_cms_per_queue_timer_intr(uint64_t base, int qid, int sub_type, in nlm_cms_per_queue_timer_intr() argument 220 val |= (((uint64_t)sub_type<<49) | in nlm_cms_per_queue_timer_intr()
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_eq.c | 284 switch (eqe->sub_type) { in mlx5_eq_int() 293 dev->event(dev, port_subtype_event(eqe->sub_type), in mlx5_eq_int() 298 port, eqe->sub_type); in mlx5_eq_int() 304 switch (eqe->sub_type) { in mlx5_eq_int() 311 dcbx_subevent(eqe->sub_type), in mlx5_eq_int() 317 port, eqe->sub_type); in mlx5_eq_int() 741 switch (eqe->sub_type) { in mlx5_port_general_notification_event() 753 port, eqe->sub_type); in mlx5_port_general_notification_event()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 332 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument 333 : EventData(), m_watchpoint_event(sub_type), in WatchpointEventData()
|
| H A D | Breakpoint.cpp | 1011 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() argument 1012 : EventData(), m_breakpoint_event(sub_type), in BreakpointEventData()
|
| /freebsd-13.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_code_follower.h | 193 return m_instr_info.sub_type; in getInstrSubType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Watchpoint.h | 29 WatchpointEventData(lldb::WatchpointEventType sub_type,
|
| H A D | Breakpoint.h | 101 BreakpointEventData(lldb::BreakpointEventType sub_type,
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | dbg-tlv.h | 153 u8 sub_type; member
|
| /freebsd-13.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_decode_ptm.cpp | 587 …m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type,m_instr_info… in processAtomRange() 605 …m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type,m_instr_info.instr_si… in processAtomRange()
|
| /freebsd-13.1/contrib/opencsd/decoder/source/i_dec/ |
| H A D | trc_i_decode.cpp | 68 instr_info->sub_type = info.instr_sub_type; in DecodeInstruction()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | error-dump.h | 245 u8 sub_type; member
|
| H A D | dbg.c | 1173 if (reg->sub_type == IWL_FW_INI_REGION_DEVICE_MEMORY_SUBTYPE_HW_SMEM && in iwl_dump_ini_dev_mem_iter() 2163 tlv->sub_type = reg->sub_type;
|
| /freebsd-13.1/contrib/opencsd/decoder/include/opencsd/ |
| H A D | ocsd_if_types.h | 399 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 590 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx, 593 (sub_type (extractelt vec_type:$src, sub_idx)),
|
| /freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/ |
| H A D | ar9300_power.c | 828 u_int32_t sub_type = 0x4; /* Subtype -> Null Data */ in ar9300_wow_create_keep_alive_pattern() local 864 (sub_type << 4) | in ar9300_wow_create_keep_alive_pattern()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 530 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local 532 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications() 1337 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local 1338 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
|
| /freebsd-13.1/sys/dev/mlx5/ |
| H A D | device.h | 625 u8 sub_type; member
|
| /freebsd-13.1/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_decode_etmv4i.cpp | 1085 …elemIn.setLastInstrInfo(executed, m_instr_info.type, m_instr_info.sub_type, m_instr_info.instr_siz… in setElemTraceRange()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 623 switch (region->sub_type) { in iwl_parse_dbg_tlv_assert_tables()
|