Searched refs:acc (Results 1 - 18 of 18) sorted by relevance

/gem5/src/arch/alpha/
H A Dremote_gdb.hh53 bool acc(Addr addr, size_t len) override;
H A Dremote_gdb.cc158 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
161 panic("acc function needs to be rewritten for SE mode\n");
171 DPRINTF(GDBAcc, "acc: Mapping is valid K0SEG <= "
175 DPRINTF(GDBAcc, "acc: Mapping invalid %#x "
196 DPRINTF(GDBAcc, "acc: %#x pte is invalid\n", va);
202 DPRINTF(GDBAcc, "acc: %#x mapping is valid\n", va);
/gem5/src/arch/riscv/
H A Dremote_gdb.hh56 bool acc(Addr addr, size_t len);
H A Dremote_gdb.cc157 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
159 panic_if(FullSystem, "acc not implemented for RISCV FS!");
/gem5/src/arch/mips/
H A Dremote_gdb.hh50 bool acc(Addr addr, size_t len);
H A Dremote_gdb.cc163 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
167 panic_if(FullSystem, "acc not implemented for MIPS FS!");
/gem5/src/arch/power/
H A Dremote_gdb.hh51 bool acc(Addr addr, size_t len);
H A Dremote_gdb.cc163 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
166 // space. At the time of this writing, the acc() check is used when
170 panic_if(FullSystem, "acc not implemented for POWER FS!");
/gem5/src/arch/sparc/
H A Dremote_gdb.hh49 bool acc(Addr addr, size_t len);
H A Dremote_gdb.cc155 // RemoteGDB::acc
160 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
/gem5/src/arch/arm/
H A Dremote_gdb.hh67 bool acc(Addr addr, size_t len);
H A Dremote_gdb.cc182 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
187 DPRINTF(GDBAcc, "acc: %#x mapping is invalid\n", va);
192 DPRINTF(GDBAcc, "acc: %#x mapping is valid\n", va);
/gem5/src/arch/x86/
H A Dremote_gdb.hh59 bool acc(Addr addr, size_t len);
H A Dremote_gdb.cc72 RemoteGDB::acc(Addr va, size_t len) function in class:RemoteGDB
/gem5/src/base/
H A Dremote_gdb.hh301 virtual bool acc(Addr addr, size_t len) = 0;
H A Dremote_gdb.cc930 if (!acc(addr, len))
960 if (!acc(addr, len))
/gem5/src/systemc/ext/utils/
H A Dsc_vector.hh310 sc_vector_iter(RawIterator it, Policy acc=Policy()) : argument
311 Policy(acc), it_(it)
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.h265 sc_vector_iter( raw_iterator it, access_policy acc = access_policy() )
266 : access_policy(acc), it_(it) {}

Completed in 29 milliseconds