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

/gem5/src/arch/alpha/
H A Dosfpal.cc34 PAL::name(int index)
36 static const char *strings[PAL::NumCodes] = {
37 // Priviledged PAL instructions
167 // Unpriviledged PAL instructions
H A Dosfpal.hh34 struct PAL struct
37 // Privileged PAL functions
H A Dkernel_stats.cc72 for (int i = 0; i < PAL::NumCodes; ++i) {
73 const char *str = PAL::name(i);
210 if (!PAL::name(code))

Completed in 11 milliseconds