Searched refs:GeneralProtection (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/x86/
H A Dtlb.cc186 return std::make_shared<GeneralProtection>(0);
253 return new GeneralProtection(0);
256 return new GeneralProtection(0);
300 return std::make_shared<GeneralProtection>(0);
305 return std::make_shared<GeneralProtection>(0);
307 return std::make_shared<GeneralProtection>(0);
323 return std::make_shared<GeneralProtection>(0);
326 return std::make_shared<GeneralProtection>(0);
H A Dfaults.hh296 class GeneralProtection : public X86Fault class in namespace:X86ISA
299 GeneralProtection(uint32_t _errorCode) : function in class:X86ISA::GeneralProtection
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc601 return std::make_shared<GeneralProtection>(0);
733 return std::make_shared<GeneralProtection>(0);
742 return std::make_shared<GeneralProtection>(0);
745 return std::make_shared<GeneralProtection>(0);
772 return std::make_shared<GeneralProtection>(0);
775 return std::make_shared<GeneralProtection>(0);

Completed in 13 milliseconds