Searched refs:vtr_find_overlap (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c345 int vtr_find_overlap(struct kvm_vcpu *vcpu, u64 va, u64 ps, int type) function
H A Dvcpu.h715 extern int vtr_find_overlap(struct kvm_vcpu *vcpu, u64 va,
H A Dvcpu.c1226 while ((index = vtr_find_overlap(vcpu, va, ps, D_TLB)) >= 0)
1238 while ((index = vtr_find_overlap(vcpu, va, ps, I_TLB)) >= 0)

Completed in 31 milliseconds