Home
last modified time | relevance | path

Searched refs:apsize (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/mm/book3s64/
H A Dhash_native.c68 int apsize, int ssize) in ___tlbie() argument
95 sllp = get_sllp_encoding(apsize); in ___tlbie()
103 penc = mmu_psize_defs[psize].penc[apsize]; in ___tlbie()
104 va &= ~((1ul << mmu_psize_defs[apsize].shift) - 1); in ___tlbie()
125 int apsize, int ssize) in fixup_tlbie_vpn() argument
152 ___tlbie(vpn, psize, apsize, ssize); in fixup_tlbie_vpn()
156 static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) in __tlbie() argument
160 rb = ___tlbie(vpn, psize, apsize, ssize); in __tlbie()
164 static inline void __tlbiel(unsigned long vpn, int psize, int apsize, int ssize) in __tlbiel() argument
185 sllp = get_sllp_encoding(apsize); in __tlbiel()
215 tlbie(unsigned long vpn,int psize,int apsize,int ssize,int local) tlbie() argument
263 native_hpte_insert(unsigned long hpte_group,unsigned long vpn,unsigned long pa,unsigned long rflags,unsigned long vflags,int psize,int apsize,int ssize) native_hpte_insert() argument
372 native_hpte_updatepp(unsigned long slot,unsigned long newpp,unsigned long vpn,int bpsize,int apsize,int ssize,unsigned long flags) native_hpte_updatepp() argument
552 native_hpte_invalidate(unsigned long slot,unsigned long vpn,int bpsize,int apsize,int ssize,int local) native_hpte_invalidate() argument
661 hpte_decode(struct hash_pte * hpte,unsigned long slot,int * psize,int * apsize,int * ssize,unsigned long * vpn) hpte_decode() argument
743 int psize, apsize, ssize; native_hpte_clear() local
[all...]
H A Dhash_utils.c968 int bpsize, apsize; in mmu_psize_set_default_penc() local
970 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc()
971 mmu_psize_defs[bpsize].penc[apsize] = -1; in mmu_psize_set_default_penc()
/linux/arch/powerpc/platforms/ps3/
H A Dhtab.c36 int psize, int apsize, int ssize) in ps3_hpte_insert() argument
52 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in ps3_hpte_insert()
53 hpte_r = hpte_encode_r(ps3_mm_phys_to_lpar(pa), psize, apsize) | rflags; in ps3_hpte_insert()
99 unsigned long vpn, int psize, int apsize, in ps3_hpte_updatepp() argument
153 int psize, int apsize, int ssize, int local) in ps3_hpte_invalidate() argument
/linux/drivers/char/agp/
H A Damd64-agp.c276 u16 apsize; in fix_northbridge() local
285 pci_read_config_word(agp, cap+0x14, &apsize); in fix_northbridge()
286 if (apsize == 0xffff) { in fix_northbridge()
292 apsize &= 0xfff; in fix_northbridge()
294 if (apsize & 0xff) in fix_northbridge()
295 apsize |= 0xf00; in fix_northbridge()
296 order = 7 - hweight16(apsize); in fix_northbridge()
/linux/arch/x86/kernel/
H A Daperture_64.c168 u32 apsize; in read_agp() local
186 apsize = apsizereg & 0xfff; in read_agp()
188 if (apsize & 0xff) in read_agp()
189 apsize |= 0xf00; in read_agp()
190 nbits = hweight16(apsize); in read_agp()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dmmu-hash.h138 int bpsize, int apsize,
143 int bpsize, int apsize,
153 int psize, int apsize,
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1209 unsigned long apsize, avpn, pteg, hash; in resize_hpt_rehash_hpte() local
1242 apsize = kvmppc_actual_pgsz(vpte, guest_rpte); in resize_hpt_rehash_hpte()
1243 if (!apsize) in resize_hpt_rehash_hpte()
1247 unsigned long gfn = hpte_rpn(guest_rpte, apsize); in resize_hpt_rehash_hpte()