Home
last modified time | relevance | path

Searched refs:sub_type (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/mips/nlm/hal/
H A Dfmn.h222 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 Dfmn.c196 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 Dmlx5_eq.c282 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 Dtrc_pkt_decode_etmv4i.cpp838 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 DWatchpoint.cpp322 WatchpointEventType sub_type, const WatchpointSP &new_watchpoint_sp) in WatchpointEventData() argument
323 : EventData(), m_watchpoint_event(sub_type), in WatchpointEventData()
H A DBreakpoint.cpp1044 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 Docsd_code_follower.h192 return m_instr_info.sub_type; in getInstrSubType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h30 WatchpointEventData(lldb::WatchpointEventType sub_type,
H A DBreakpoint.h107 BreakpointEventData(lldb::BreakpointEventType sub_type,
/freebsd-12.1/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp579 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 Dtrc_i_decode.cpp64 instr_info->sub_type = get_instr_subtype(); in DecodeInstruction()
/freebsd-12.1/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h389 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 Dar9300_power.c828 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 DAMDGPUInstructions.td624 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 DObjectFileELF.cpp648 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 Ddevice.h597 u8 sub_type; member