thermopshere: interrupt refactoring
This commit is contained in:
@@ -24,17 +24,11 @@ namespace ams::hvisor {
|
||||
|
||||
HwBreakpointManager HwBreakpointManager::instance{};
|
||||
|
||||
void HwBreakpointManager::ReloadOnAllCoresSgiHandler()
|
||||
void HwBreakpointManager::Reload() const
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
void HwBreakpointManager::ReloadOnAllCores() const
|
||||
{
|
||||
cpu::dmb();
|
||||
// TODO
|
||||
}
|
||||
|
||||
bool HwBreakpointManager::FindPredicate(const cpu::DebugRegisterPair &pair, uintptr_t addr, size_t, cpu::DebugRegisterPair::LoadStoreControl) const
|
||||
{
|
||||
return pair.vr == addr;
|
||||
|
||||
Reference in New Issue
Block a user