Home
last modified time | relevance | path

Searched refs:EPT_PAGETABLE_ENTRIES (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/mm/
A Dp2m-ept.c216 for ( i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_set_middle_entry()
243 for ( int i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_free_entry()
273 for ( i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_split_super_page()
294 iommu_sync_cache(table, EPT_PAGETABLE_ENTRIES * sizeof(ept_entry_t)); in ept_split_super_page()
332 ASSERT(index < EPT_PAGETABLE_ENTRIES); in ept_next_level()
356 iommu_sync_cache(next, EPT_PAGETABLE_ENTRIES * sizeof(ept_entry_t)); in ept_next_level()
390 for ( i = 0; i < EPT_PAGETABLE_ENTRIES; i++ ) in ept_invalidate_emt_subtree()
465 i = (last_gfn >> (i * EPT_TABLE_ORDER)) & (EPT_PAGETABLE_ENTRIES - 1); in ept_invalidate_emt_range()
516 i = (gfn >> (level * EPT_TABLE_ORDER)) & (EPT_PAGETABLE_ENTRIES - 1); in resolve_misconfig()
528 for ( gfn -= i, i = 0; i < EPT_PAGETABLE_ENTRIES; ++i ) in resolve_misconfig()
/xen/xen/arch/x86/mm/hap/
A Dnested_ept.c147 (EPT_PAGETABLE_ENTRIES - 1); in ept_lvl_table_offset()
/xen/xen/include/asm-x86/hvm/vmx/
A Dvmx.h638 #define EPT_PAGETABLE_ENTRIES 512 macro

Completed in 9 milliseconds