| /freebsd-12.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-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_eq.c | 282 switch (eqe->sub_type) { in mlx5_eq_int() 291 dev->event(dev, port_subtype_event(eqe->sub_type), in mlx5_eq_int() 296 port, eqe->sub_type); in mlx5_eq_int() 302 switch (eqe->sub_type) { in mlx5_eq_int() 309 dcbx_subevent(eqe->sub_type), in mlx5_eq_int() 315 port, eqe->sub_type); in mlx5_eq_int() 725 switch (eqe->sub_type) { in mlx5_port_general_notification_event() 737 port, eqe->sub_type); in mlx5_port_general_notification_event()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_decode_etmv4i.cpp | 838 m_output_elem.setLastInstrInfo((atom == ATOM_E),m_instr_info.type, m_instr_info.sub_type); in processAtom() 852 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processAtom() 974 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processException() 988 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processException()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | Watchpoint.cpp | 322 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument 323 : EventData(), m_watchpoint_event(sub_type), in WatchpointEventData()
|
| H A D | Breakpoint.cpp | 1044 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() argument 1045 : EventData(), m_breakpoint_event(sub_type), in BreakpointEventData()
|
| /freebsd-12.1/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_code_follower.h | 192 return m_instr_info.sub_type; in getInstrSubType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | Watchpoint.h | 30 WatchpointEventData(lldb::WatchpointEventType sub_type,
|
| H A D | Breakpoint.h | 107 BreakpointEventData(lldb::BreakpointEventType sub_type,
|
| /freebsd-12.1/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_decode_ptm.cpp | 579 m_output_elem.setLastInstrInfo((A == ATOM_E),m_instr_info.type, m_instr_info.sub_type); in processAtomRange() 597 m_output_elem.setLastInstrInfo(true,m_instr_info.type, m_instr_info.sub_type); in processAtomRange()
|
| /freebsd-12.1/contrib/opencsd/decoder/source/i_dec/ |
| H A D | trc_i_decode.cpp | 64 instr_info->sub_type = get_instr_subtype(); in DecodeInstruction()
|
| /freebsd-12.1/contrib/opencsd/decoder/include/opencsd/ |
| H A D | ocsd_if_types.h | 389 ocsd_instr_subtype sub_type; /**< Decoder : current instruction sub-type if known */ member
|
| /freebsd-12.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-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 624 class Extract_Element <ValueType sub_type, ValueType vec_type, int sub_idx, 627 (sub_type (extractelt vec_type:$src, sub_idx)),
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 648 const uint32_t sub_type = subTypeFromElfHeader(header); in GetModuleSpecifications() local 650 eArchTypeELF, header.e_machine, sub_type, header.e_ident[EI_OSABI]); in GetModuleSpecifications() 1501 const uint32_t sub_type = subTypeFromElfHeader(header); in GetSectionHeaderInfo() local 1502 arch_spec.SetArchitecture(eArchTypeELF, header.e_machine, sub_type, in GetSectionHeaderInfo()
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | device.h | 597 u8 sub_type; member
|