Searched refs:pgsize (Results 1 – 4 of 4) sorted by relevance
46 unsigned int pgsize = get_tlb_size(tlbe); in get_tlb_bytes() local47 return 1 << 10 << (pgsize << 1); in get_tlb_bytes()
70 unsigned int pgsize = get_tlb_size(tlbe); in get_tlb_bytes() local71 return 1ULL << 10 << pgsize; in get_tlb_bytes()
108 static inline unsigned long hpte0_pgsize_encoding(unsigned long pgsize) in hpte0_pgsize_encoding() argument110 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() argument116 return (pgsize == 0x10000) ? 0x1000 : 0; in hpte1_pgsize_encoding()211 unsigned long s, pgsize; in kvmppc_get_guest_page() local226 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()
164 #define SET_ONE_RR(num, pgsize, _tmp1, _tmp2, vhpt) \ argument166 mov _tmp2=((ia64_rid(IA64_REGION_ID_KERNEL, (num<<61)) << 8) | (pgsize << 2) | vhpt);; \