Searched refs:Hardware (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DContext.h51 SmallVector<std::unique_ptr<HardwareUnit>, 4> Hardware; member in class:llvm::mca::Context
64 Hardware.push_back(std::move(H));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h88 enum class OptionNames : uint32_t { Names = 0, Hardware, LastOptionName }; member in class:lldb_private::Breakpoint::OptionNames
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp160 StringRef Hardware; local
164 if (Lines[I].startswith("Hardware"))
165 Hardware = Lines[I].substr(8).ltrim("\t :");
171 if (Hardware.endswith("MSM8994") || Hardware.endswith("MSM8996"))
/freebsd-11-stable/stand/i386/libi386/
H A Dpxe.h468 uint8_t Hardware; /* hardware type */ member in struct:__anon165
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp45 Breakpoint::OptionNames::LastOptionName)]{"Names", "Hardware"};
92 Breakpoint::GetKey(OptionNames::Hardware), m_hardware);
188 Breakpoint::GetKey(OptionNames::Hardware), hardware);
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S423 * Protected Mode Hardware interrupt jump table.
515 cmpl $-1,%eax # Hardware interrupt?
539 * Hardware interrupts store a NULL btx_v86 pointer and use the
963 * Real Mode Hardware interrupt jump table.
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S397 * Protected Mode Hardware interrupt jump table.
489 cmpl $-1,%eax # Hardware interrupt?
513 * Hardware interrupts store a NULL btx_v86 pointer and use the
941 * Real Mode Hardware interrupt jump table.

Completed in 191 milliseconds