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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm.h58 #define KVM_NUM_MMU_PAGES 256 macro
293 struct kvm_mmu_page page_header_buf[KVM_NUM_MMU_PAGES];
365 struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES];
H A Dmmu.c576 index = kvm_page_table_hashfn(gfn) % KVM_NUM_MMU_PAGES;
614 index = kvm_page_table_hashfn(gfn) % KVM_NUM_MMU_PAGES;
708 index = kvm_page_table_hashfn(gfn) % KVM_NUM_MMU_PAGES;
1165 index = kvm_page_table_hashfn(gfn) % KVM_NUM_MMU_PAGES;
1263 for (i = 0; i < KVM_NUM_MMU_PAGES; i++) {

Completed in 56 milliseconds