Searched refs:EPT_PAGETABLE_ENTRIES (Results 1 – 3 of 3) sorted by relevance
248 for ( i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_set_middle_entry()267 for ( int i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_free_entry()297 for ( i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_split_super_page()353 ASSERT(index < EPT_PAGETABLE_ENTRIES); in ept_next_level()399 for ( i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_invalidate_emt()471 i = (last_gfn >> (i * EPT_TABLE_ORDER)) & (EPT_PAGETABLE_ENTRIES - 1); in ept_invalidate_emt_range()522 i = (gfn >> (level * EPT_TABLE_ORDER)) & (EPT_PAGETABLE_ENTRIES - 1); in resolve_misconfig()534 for ( gfn -= i, i = 0; i < EPT_PAGETABLE_ENTRIES; ++i ) in resolve_misconfig()
152 (EPT_PAGETABLE_ENTRIES - 1); in ept_lvl_table_offset()
625 #define EPT_PAGETABLE_ENTRIES 512 macro
Completed in 8 milliseconds