Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dkvm_host.h101 #define VHPT_SHIFT 16 macro
102 #define VHPT_SIZE (__IA64_UL_CONST(1) << VHPT_SHIFT)
103 #define VHPT_NUM_ENTRIES (__IA64_UL_CONST(1) << (VHPT_SHIFT-5))
107 #define VTLB_NUM_ENTRIES (1UL << (VHPT_SHIFT-5))
/linux-2.6.39/arch/ia64/kvm/
Dvtlb.c631 thash_init(&v->arch.vhpt, VHPT_SHIFT); in kvm_init_vhpt()
Dprocess.c971 thash_init(&vcpu->arch.vhpt, VHPT_SHIFT); in vcpu_do_resume()