Searched refs:MMU_PAGE_64K (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/arch/powerpc/mm/ |
D | hash_utils_64.c | 311 idx = MMU_PAGE_64K; in get_idx_from_shift() 373 if (base_idx == MMU_PAGE_4K || base_idx == MMU_PAGE_64K) in htab_dt_scan_page_sizes() 519 if (mmu_psize_defs[MMU_PAGE_64K].shift) { in htab_init_page_sizes() 520 mmu_virtual_psize = MMU_PAGE_64K; in htab_init_page_sizes() 521 mmu_vmalloc_psize = MMU_PAGE_64K; in htab_init_page_sizes() 523 mmu_linear_psize = MMU_PAGE_64K; in htab_init_page_sizes() 531 mmu_io_psize = MMU_PAGE_64K; in htab_init_page_sizes() 544 else if (mmu_psize_defs[MMU_PAGE_64K].shift) in htab_init_page_sizes() 545 mmu_vmemmap_psize = MMU_PAGE_64K; in htab_init_page_sizes() 1121 if ((pte_val(*ptep) & _PAGE_4K_PFN) && psize == MMU_PAGE_64K) { in hash_page_mm() [all …]
|
D | hash_low_64.S | 596 li r6,MMU_PAGE_64K /* psize */ 866 li r8,MMU_PAGE_64K 867 li r9,MMU_PAGE_64K /* actual page size */ 891 li r8,MMU_PAGE_64K 892 li r9,MMU_PAGE_64K /* actual page size */ 963 li r6,MMU_PAGE_64K /* base page size */ 964 li r7,MMU_PAGE_64K /* actual page size */
|
D | slice.c | 379 #define MMU_PAGE_BASE MMU_PAGE_64K 450 if (psize == MMU_PAGE_64K) { in slice_get_unmapped_area() 519 if (addr == -ENOMEM && psize == MMU_PAGE_64K) { in slice_get_unmapped_area() 686 if (psize == MMU_PAGE_64K) { in is_hugepage_only_range()
|
D | pgtable_64.c | 757 psize = MMU_PAGE_64K; in hpte_do_hugepage_flush() 873 if (mmu_psize_defs[MMU_PAGE_64K].shift && in has_transparent_hugepage() 874 (mmu_psize_defs[MMU_PAGE_64K].penc[MMU_PAGE_16M] == -1)) in has_transparent_hugepage()
|
D | hugepage-hash64.c | 96 flush_hash_hugepage(vsid, ea, pmdp, MMU_PAGE_64K, in __hash_page_thp()
|
D | tlb_nohash.c | 98 [MMU_PAGE_64K] = {
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_64_mmu.c | 113 case MMU_PAGE_64K: in mmu_pagesize() 196 case MMU_PAGE_64K: in decode_pagesize() 198 return MMU_PAGE_64K; in decode_pagesize() 416 slbe->base_page_size = MMU_PAGE_64K; in kvmppc_mmu_book3s_64_slbmte() 584 int pagesize = MMU_PAGE_64K; in kvmppc_mmu_book3s_64_esid_to_vsid() 627 if (pagesize >= MMU_PAGE_64K && in kvmppc_mmu_book3s_64_esid_to_vsid() 628 mmu_psize_defs[MMU_PAGE_64K].shift && in kvmppc_mmu_book3s_64_esid_to_vsid()
|
D | book3s_64_mmu_host.c | 152 hpsize = MMU_PAGE_64K; in kvmppc_mmu_map_page() 341 slb_vsid |= mmu_psize_defs[MMU_PAGE_64K].sllp; in kvmppc_mmu_map_segment()
|
D | book3s_pr.c | 558 pte.page_size = MMU_PAGE_64K; in kvmppc_handle_pagefault()
|
D | book3s_hv.c | 2318 kvmppc_add_seg_page_size(&sps, MMU_PAGE_64K); in kvm_vm_ioctl_get_smmu_info_hv()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pte-hash64-64k.h | 95 (((pte) & _PAGE_COMBO)? MMU_PAGE_4K: MMU_PAGE_64K)
|
D | mmu.h | 167 #define MMU_PAGE_64K 2 macro
|
D | mmu-44x.h | 137 #define mmu_virtual_psize MMU_PAGE_64K
|
D | page_64.h | 145 #define get_slice_psize(mm, addr) MMU_PAGE_64K
|
D | mmu-book3e.h | 283 #define mmu_virtual_psize MMU_PAGE_64K
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | spu_base.c | 132 return mmu_psize_defs[MMU_PAGE_64K].shift != 0; in spu_64k_pages_available()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 250 BUG_ON(csa->use_big_pages != (psize == MMU_PAGE_64K)); in spufs_mem_mmap_fault() 354 MMU_PAGE_64K, 1); in spufs_get_unmapped_area()
|