Searched refs:_PAGE_ENTRIES (Results 1 – 3 of 3) sorted by relevance
347 #define _PAGE_ENTRIES 256 /* number of page table entries */ macro350 #define _PAGE_TABLE_SIZE (_PAGE_ENTRIES * 8)388 #define PTRS_PER_PTE _PAGE_ENTRIES2048 pgstes = pgt + _PAGE_ENTRIES; in gmap_pgste_get_pgt_addr()
1185 for (i = 0; i < _PAGE_ENTRIES; i++, raddr += PAGE_SIZE) in __gmap_unshadow_pgt()1700 pgstes += _PAGE_ENTRIES; in gmap_pgste_set_pgt_addr()2164 bitmap_fill(bitmap, _PAGE_ENTRIES); in gmap_sync_dirty_log_pmd()2166 for (i = 0; i < _PAGE_ENTRIES; i++, vmaddr += PAGE_SIZE) { in gmap_sync_dirty_log_pmd()
702 DECLARE_BITMAP(bitmap, _PAGE_ENTRIES); in kvm_arch_sync_dirty_log()707 for (; cur_gfn <= last_gfn; cur_gfn += _PAGE_ENTRIES) { in kvm_arch_sync_dirty_log()713 bitmap_zero(bitmap, _PAGE_ENTRIES); in kvm_arch_sync_dirty_log()715 for (i = 0; i < _PAGE_ENTRIES; i++) { in kvm_arch_sync_dirty_log()
Completed in 26 milliseconds