Home
last modified time | relevance | path

Searched refs:GetCpuFeatures (Results 1 – 10 of 10) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp315 CoreFileDebuggerInterface::GetCpuFeatures(uint32& flags) in GetCpuFeatures() function in CoreFileDebuggerInterface
317 return fArchitecture->GetCpuFeatures(flags); in GetCpuFeatures()
H A DCoreFileDebuggerInterface.h71 virtual status_t GetCpuFeatures(uint32& flags);
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h43 virtual status_t GetCpuFeatures(uint32& flags);
H A DArchitectureX8664.cpp395 ArchitectureX8664::GetCpuFeatures(uint32& flags) in GetCpuFeatures() function in ArchitectureX8664
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h42 virtual status_t GetCpuFeatures(uint32& flags);
H A DArchitectureX86.cpp318 ArchitectureX86::GetCpuFeatures(uint32& flags) in GetCpuFeatures() function in ArchitectureX86
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h62 virtual status_t GetCpuFeatures(uint32& flags);
H A DLocalDebuggerInterface.cpp730 LocalDebuggerInterface::GetCpuFeatures(uint32& flags) in GetCpuFeatures() function in LocalDebuggerInterface
732 return fArchitecture->GetCpuFeatures(flags); in GetCpuFeatures()
/haiku/headers/private/debugger/arch/
H A DArchitecture.h78 virtual status_t GetCpuFeatures(uint32& flags) = 0;
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h91 virtual status_t GetCpuFeatures(uint32& flags) = 0;