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

/gem5/src/mem/
H A Dmulti_level_page_table.hh133 template <class Final, class Only>
134 struct WalkWrapper<Final, Only>
138 bool allocate, Final *entry)
144 template <class Final, class First, class Second, class ...Rest>
145 struct WalkWrapper<Final, First, Second, Rest...>
149 bool allocate, Final *entry)
164 WalkWrapper<Final, Second, Rest...>::walk(
184 typedef typename LastType<EntryTypes...>::type Final; typedef in class:MultiLevelPageTable
220 Final entry;
240 Final old_entr
[all...]

Completed in 4 milliseconds