Home
last modified time | relevance | path

Searched refs:pagesize (Results 1 – 25 of 56) sorted by relevance

123

/arch/mips/dec/prom/
Dmemory.c74 mem_size += (8 * bm->pagesize); in rex_setup_memory_region()
76 mem_start += (8 * bm->pagesize); in rex_setup_memory_region()
79 mem_start += mem_size + (8 * bm->pagesize); in rex_setup_memory_region()
/arch/tile/include/asm/
Dhugetlb.h118 size_t pagesize = huge_page_size(hstate_vma(vma)); in arch_make_huge_pte() local
119 if (pagesize != PUD_SIZE && pagesize != PMD_SIZE) in arch_make_huge_pte()
/arch/ia64/sn/pci/
Dtioce_provider.c169 #define ATE_NPAGES(start, len, pagesize) \ argument
170 (ATE_PAGE((start)+(len)-1, pagesize) - ATE_PAGE(start, pagesize) + 1)
275 u64 pagesize; in tioce_alloc_map() local
296 pagesize = ce_kern->ce_ate3240_pagesize; in tioce_alloc_map()
305 pagesize = MB(64); in tioce_alloc_map()
318 pagesize = GB(16); in tioce_alloc_map()
330 nates = ATE_NPAGES(ct_addr, len, pagesize); in tioce_alloc_map()
358 ate = ATE_MAKE(addr, pagesize, msi_wanted); in tioce_alloc_map()
361 addr += pagesize; in tioce_alloc_map()
365 map->nbytes = nates * pagesize; in tioce_alloc_map()
[all …]
/arch/arm/boot/dts/
Dimx6qdl-gw552x.dtsi112 pagesize = <16>;
118 pagesize = <16>;
124 pagesize = <16>;
130 pagesize = <16>;
Dimx6qdl-gw51xx.dtsi122 pagesize = <16>;
128 pagesize = <16>;
134 pagesize = <16>;
140 pagesize = <16>;
Dqcom-apq8064-ifc6410.dts30 pagesize = <32>;
Dqcom-apq8064-cm-qs600.dts30 pagesize = <32>;
Dqcom-apq8074-dragonboard.dts61 pagesize = <32>;
Dsama5d34ek.dts42 pagesize = <64>;
Domap5-sbc-t54.dts48 pagesize = <16>;
Dimx6qdl-gw52xx.dtsi182 pagesize = <16>;
188 pagesize = <16>;
194 pagesize = <16>;
200 pagesize = <16>;
Dimx6qdl-gw53xx.dtsi183 pagesize = <16>;
189 pagesize = <16>;
195 pagesize = <16>;
201 pagesize = <16>;
Dr7s72100-genmai.dts57 pagesize = <64>;
Dkirkwood-ns2-common.dtsi49 pagesize = <16>;
Dimx6q-gw5400-a.dts176 pagesize = <16>;
182 pagesize = <16>;
188 pagesize = <16>;
194 pagesize = <16>;
Defm32gg-dk3750.dts40 pagesize = <16>;
Dimx6qdl-gw54xx.dtsi173 pagesize = <16>;
179 pagesize = <16>;
185 pagesize = <16>;
191 pagesize = <16>;
/arch/alpha/boot/
Dbootp.c153 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()
155 INIT_HWRPB->pagesize >> 10); in start_kernel()
Dmain.c160 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()
161 srm_printk("Expected 8kB pages, got %ldkB\n", INIT_HWRPB->pagesize >> 10); in start_kernel()
Dbootpz.c297 if (INIT_HWRPB->pagesize != 8192) { in start_kernel()
299 INIT_HWRPB->pagesize >> 10); in start_kernel()
/arch/powerpc/include/asm/
Dkvm_book3s_64.h372 unsigned long pagesize) in slot_is_aligned() argument
374 unsigned long mask = (pagesize >> PAGE_SHIFT) - 1; in slot_is_aligned()
376 if (pagesize <= PAGE_SIZE) in slot_is_aligned()
/arch/avr32/include/asm/
Dsetup.h49 u32 pagesize; member
/arch/powerpc/kvm/
Dbook3s_64_mmu_host.c37 pte->pagesize, pte->pagesize, MMU_SEGSIZE_256M, in kvmppc_mmu_invalidate_pte()
200 cpte->pagesize = hpsize; in kvmppc_mmu_map_page()
/arch/arm/include/uapi/asm/
Dsetup.h34 __u32 pagesize; member
/arch/alpha/include/asm/
Dhwrpb.h169 unsigned long pagesize; /* 8192, I hope */ member

123