Searched refs:pteg (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c63 volatile u32 *pteg; local
66 pteg = (u32*)pte->slot;
67 pteg[0] = 0;
115 ulong pteg = htab; local
125 pteg |= hash;
127 dprintk_mmu("htab: %lx | hash: %x | htabmask: %x | pteg: %lx\n",
128 htab, hash, htabmask, pteg);
130 return (u32*)pteg;
141 volatile u32 *pteg; local
177 pteg
[all...]
H A Dbook3s_32_mmu.c93 u32 page, hash, pteg, htabmask; local
104 pteg = (vcpu_book3s->sdr1 & 0xffff0000) | hash;
106 dprintk("MMU: pc=0x%lx eaddr=0x%lx sdr1=0x%llx pteg=0x%x vsid=0x%x\n",
107 vcpu_book3s->vcpu.arch.pc, eaddr, vcpu_book3s->sdr1, pteg,
110 r = gfn_to_hva(vcpu_book3s->vcpu.kvm, pteg >> PAGE_SHIFT);
113 return r | (pteg & ~PAGE_MASK);
185 u32 pteg[16]; local
205 if(copy_from_user(pteg, (void __user *)ptegp, sizeof(pteg))) {
211 if (ptem == pteg[
[all...]
H A Dbook3s_64_mmu.c111 u64 hash, pteg, htabsize; local
125 pteg = vcpu_book3s->sdr1 & 0xfffffffffffc0000ULL;
126 pteg |= hash;
128 dprintk("MMU: page=0x%x sdr1=0x%llx pteg=0x%llx vsid=0x%llx\n",
129 page, vcpu_book3s->sdr1, pteg, slbe->vsid);
131 r = gfn_to_hva(vcpu_book3s->vcpu.kvm, pteg >> PAGE_SHIFT);
134 return r | (pteg & ~PAGE_MASK);
159 u64 pteg[16]; local
178 if(copy_from_user(pteg, (void __user *)ptegp, sizeof(pteg))) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_native_64.c389 unsigned long vpi, vsid, pteg; local
391 pteg = slot / HPTES_PER_GROUP;
393 pteg = ~pteg;
396 vpi = ((avpn >> 28) ^ pteg) & htab_hash_mask;
400 vpi = (vsid ^ (vsid << 25) ^ pteg) & htab_hash_mask;

Completed in 59 milliseconds