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

/gem5/src/arch/x86/bios/
H A Dacpi.cc52 const char X86ISA::ACPI::RSDP::signature[] = "RSD PTR ";
54 X86ISA::ACPI::RSDP::RSDP(Params *p) : SimObject(p), oemID(p->oem_id), function in class:X86ISA::ACPI::RSDP
74 X86ISA::ACPI::RSDP *
77 return new X86ISA::ACPI::RSDP(this);
H A Dacpi.hh67 class RSDP : public SimObject class in namespace:X86ISA::ACPI
81 RSDP(Params *p);
/gem5/src/arch/x86/
H A Dsystem.hh96 X86ISA::ACPI::RSDP * rsdp;

Completed in 4 milliseconds