Searched refs:MMU_PAGE_4K (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-hash64-64k.h64 unsigned __split = (psize == MMU_PAGE_4K || \
73 (((pte) & _PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
H A Dmmu-40x.h64 #define mmu_virtual_psize MMU_PAGE_4K
H A Dmmu-hash32.h90 #define mmu_virtual_psize MMU_PAGE_4K
H A Dmmu-8xx.h146 #define mmu_virtual_psize MMU_PAGE_4K
H A Dmmu.h108 #define MMU_PAGE_4K 0 macro
H A Dmmu-44x.h129 #define mmu_virtual_psize MMU_PAGE_4K
H A Dpage_64.h149 #define get_slice_psize(mm, addr) MMU_PAGE_4K
H A Dmmu-book3e.h207 #define mmu_virtual_psize MMU_PAGE_4K
H A Dmmu-hash64.h186 if (psize != MMU_PAGE_4K)
202 if (psize == MMU_PAGE_4K)
H A Dpgtable-ppc64.h149 #define pte_pagesize_index(mm, addr, pte) MMU_PAGE_4K
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dhtab.c49 BUG_ON(psize != MMU_PAGE_4K);
88 lhpte.v = hpte_encode_v(va, MMU_PAGE_4K, MMU_SEGSIZE_256M) |
90 lhpte.r = hpte_encode_r(phys_to_abs(pa), MMU_PAGE_4K) | rflags;
153 want_v = hpte_encode_v(va, MMU_PAGE_4K, MMU_SEGSIZE_256M);
213 BUG_ON(psize != MMU_PAGE_4K);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dhash_utils_64.c96 int mmu_linear_psize = MMU_PAGE_4K;
97 int mmu_virtual_psize = MMU_PAGE_4K;
98 int mmu_vmalloc_psize = MMU_PAGE_4K;
100 int mmu_vmemmap_psize = MMU_PAGE_4K;
102 int mmu_io_psize = MMU_PAGE_4K;
126 [MMU_PAGE_4K] = {
140 [MMU_PAGE_4K] = {
309 idx = MMU_PAGE_4K;
338 if (idx == MMU_PAGE_4K || idx == MMU_PAGE_64K)
442 if (mmu_linear_psize == MMU_PAGE_4K)
[all...]
H A Dhash_native_64.c50 case MMU_PAGE_4K:
80 case MMU_PAGE_4K:
362 size = MMU_PAGE_4K;
372 if (size == MMU_PAGE_4K)
H A Dhash_low_64.S198 li r8,MMU_PAGE_4K /* page size */
221 li r8,MMU_PAGE_4K /* page size */
290 li r6,MMU_PAGE_4K /* page size */
501 li r8,MMU_PAGE_4K /* page size */
528 li r8,MMU_PAGE_4K /* page size */
632 li r6,MMU_PAGE_4K /* page size */
H A Dslice.c397 #define MMU_PAGE_BASE MMU_PAGE_4K
467 compat_mask = slice_mask_for_size(mm, MMU_PAGE_4K);
721 compat_mask = slice_mask_for_size(mm, MMU_PAGE_4K);
H A Dtlb_nohash.c47 [MMU_PAGE_4K] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c53 MMU_PAGE_4K, MMU_SEGSIZE_256M,
153 ret = ppc_md.hpte_insert(hpteg, va, hpaddr, rflags, vflags, MMU_PAGE_4K, MMU_SEGSIZE_256M);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dbeat_htab.c377 pss = (psize == MMU_PAGE_4K) ? -1UL : mmu_psize_defs[psize].penc;
407 pss = (psize == MMU_PAGE_4K) ? -1UL : mmu_psize_defs[psize].penc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsetup_64.c618 if (mmu_linear_psize == MMU_PAGE_4K)

Completed in 58 milliseconds