Home
last modified time | relevance | path

Searched refs:pgsize (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/kvm/
D44x_tlb.h46 unsigned int pgsize = get_tlb_size(tlbe); in get_tlb_bytes() local
47 return 1 << 10 << (pgsize << 1); in get_tlb_bytes()
De500_tlb.h70 unsigned int pgsize = get_tlb_size(tlbe); in get_tlb_bytes() local
71 return 1ULL << 10 << pgsize; in get_tlb_bytes()
Dbook3s_64_mmu_hv.c108 static inline unsigned long hpte0_pgsize_encoding(unsigned long pgsize) in hpte0_pgsize_encoding() argument
110 return (pgsize > 0x1000) ? HPTE_V_LARGE : 0; in hpte0_pgsize_encoding()
114 static inline unsigned long hpte1_pgsize_encoding(unsigned long pgsize) in hpte1_pgsize_encoding() argument
116 return (pgsize == 0x10000) ? 0x1000 : 0; in hpte1_pgsize_encoding()
211 unsigned long s, pgsize; in kvmppc_get_guest_page() local
226 pgsize = psize; in kvmppc_get_guest_page()
260 pgsize = s; in kvmppc_get_guest_page()
271 npages = pgsize >> PAGE_SHIFT; in kvmppc_get_guest_page()
/arch/ia64/kernel/
Dhead.S164 #define SET_ONE_RR(num, pgsize, _tmp1, _tmp2, vhpt) \ argument
166 mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \