Searched refs:apsize (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_native_64.c | 48 static inline void __tlbie(unsigned long vpn, int psize, int apsize, int ssize) in __tlbie() argument 74 sllp = ((mmu_psize_defs[apsize].sllp & SLB_VSID_L) >> 6) | in __tlbie() 75 ((mmu_psize_defs[apsize].sllp & SLB_VSID_LP) >> 4); in __tlbie() 83 penc = mmu_psize_defs[psize].penc[apsize]; in __tlbie() 84 va &= ~((1ul << mmu_psize_defs[apsize].shift) - 1); in __tlbie() 103 static inline void __tlbiel(unsigned long vpn, int psize, int apsize, int ssize) in __tlbiel() argument 123 sllp = ((mmu_psize_defs[apsize].sllp & SLB_VSID_L) >> 6) | in __tlbiel() 124 ((mmu_psize_defs[apsize].sllp & SLB_VSID_LP) >> 4); in __tlbiel() 131 penc = mmu_psize_defs[psize].penc[apsize]; in __tlbiel() 132 va &= ~((1ul << mmu_psize_defs[apsize].shift) - 1); in __tlbiel() [all …]
|
D | hash_utils_64.c | 448 int bpsize, apsize; in mmu_psize_set_default_penc() local 450 for (apsize = 0; apsize < MMU_PAGE_COUNT; apsize++) in mmu_psize_set_default_penc() 451 mmu_psize_defs[bpsize].penc[apsize] = -1; in mmu_psize_set_default_penc()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | htab.c | 49 int psize, int apsize, int ssize) in ps3_hpte_insert() argument 65 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in ps3_hpte_insert() 66 hpte_r = hpte_encode_r(ps3_mm_phys_to_lpar(pa), psize, apsize) | rflags; in ps3_hpte_insert() 112 unsigned long vpn, int psize, int apsize, in ps3_hpte_updatepp() argument 166 int psize, int apsize, int ssize, int local) in ps3_hpte_invalidate() argument
|
/linux-4.1.27/arch/x86/kernel/ |
D | aperture_64.c | 123 u32 apsize; in read_agp() local 141 apsize = apsizereg & 0xfff; in read_agp() 143 if (apsize & 0xff) in read_agp() 144 apsize |= 0xf00; in read_agp() 145 nbits = hweight16(apsize); in read_agp()
|
/linux-4.1.27/drivers/char/agp/ |
D | amd64-agp.c | 275 u16 apsize; in fix_northbridge() local 284 pci_read_config_word(agp, cap+0x14, &apsize); in fix_northbridge() 285 if (apsize == 0xffff) { in fix_northbridge() 291 apsize &= 0xfff; in fix_northbridge() 293 if (apsize & 0xff) in fix_northbridge() 294 apsize |= 0xf00; in fix_northbridge() 295 order = 7 - hweight16(apsize); in fix_northbridge()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | machdep.h | 39 int bpsize, int apsize, 44 int bpsize, int apsize, 54 int psize, int apsize,
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | lpar.c | 129 int psize, int apsize, int ssize) in pSeries_lpar_hpte_insert() argument 141 hpte_v = hpte_encode_v(vpn, psize, apsize, ssize) | vflags | HPTE_V_VALID; in pSeries_lpar_hpte_insert() 142 hpte_r = hpte_encode_r(pa, psize, apsize) | rflags; in pSeries_lpar_hpte_insert() 292 int psize, int apsize, in pSeries_lpar_hpte_updatepp() argument 381 int psize, int apsize, in pSeries_lpar_hpte_invalidate() argument
|