63 format_map_.insert(std::make_pair(name, std::make_pair(begin, end)));
70 PTEFormatMap::iterator itr =
format_map_.find(name);
73 cout <<
"Bit Field Name : [" << itr->first <<
"] Position: [" << std::dec << itr->second.first <<
","
74 << std::dec << itr->second.second <<
"]" << endl;
77 cout <<
"Bit Field Name : [" << name <<
"] not founded" << endl;
85 cout <<
"-------PTE Format Details------" << endl;
88 cout <<
"Bit Field Name : [" << itr->first <<
"] Position: [" << itr->second.first <<
"," << itr->second.second
static __inline__ uint32_t
Page Table Entry (PTE) defines the composition of Page Frame Number (PFN) and relavant flags.