Searched refs:DispatchEntry (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v3_its.hh469 struct DispatchEntry struct
473 DispatchEntry(std::string _name, ExecFn _exec) function in struct:Gicv3Its::ItsCommand::DispatchEntry
482 std::underlying_type<enum CommandType>::type, DispatchEntry>;
H A Dgic_v3_its.cc51 #define COMMAND(x, method) { x, DispatchEntry(#x, method) }

Completed in 10 milliseconds