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

/fuchsia/zircon/kernel/arch/x86/page_tables/
H A Dpage_tables.cpp498 uint lower_idx; local
499 for (lower_idx = 0; lower_idx < NO_OF_PT_ENTRIES; ++lower_idx) {
500 if (IS_PAGE_PRESENT(next_table[lower_idx])) {
504 if (lower_idx == NO_OF_PT_ENTRIES) {

Completed in 25 milliseconds