25 format_map_.insert(std::make_pair(name, std::make_pair(begin, end)));
32 PTEFormatMap::iterator itr =
format_map_.find(name);
35 cout <<
"Bit Field Name : [" << itr->first <<
"] Position: [" << std::dec << itr->second.first <<
","
36 << std::dec << itr->second.second <<
"]" << endl;
39 cout <<
"Bit Field Name : [" << name <<
"] not founded" << endl;
47 cout <<
"-------PTE Format Details------" << endl;
50 cout <<
"Bit Field Name : [" << itr->first <<
"] Position: [" << itr->second.first <<
"," << itr->second.second
static __inline__ uint32_t