Searched refs:pagesize (Results 1 – 25 of 56) sorted by relevance
123
/arch/mips/dec/prom/ |
D | memory.c | 74 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/ |
D | hugetlb.h | 118 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/ |
D | tioce_provider.c | 169 #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/ |
D | imx6qdl-gw552x.dtsi | 112 pagesize = <16>; 118 pagesize = <16>; 124 pagesize = <16>; 130 pagesize = <16>;
|
D | imx6qdl-gw51xx.dtsi | 122 pagesize = <16>; 128 pagesize = <16>; 134 pagesize = <16>; 140 pagesize = <16>;
|
D | qcom-apq8064-ifc6410.dts | 30 pagesize = <32>;
|
D | qcom-apq8064-cm-qs600.dts | 30 pagesize = <32>;
|
D | qcom-apq8074-dragonboard.dts | 61 pagesize = <32>;
|
D | sama5d34ek.dts | 42 pagesize = <64>;
|
D | omap5-sbc-t54.dts | 48 pagesize = <16>;
|
D | imx6qdl-gw52xx.dtsi | 182 pagesize = <16>; 188 pagesize = <16>; 194 pagesize = <16>; 200 pagesize = <16>;
|
D | imx6qdl-gw53xx.dtsi | 183 pagesize = <16>; 189 pagesize = <16>; 195 pagesize = <16>; 201 pagesize = <16>;
|
D | r7s72100-genmai.dts | 57 pagesize = <64>;
|
D | kirkwood-ns2-common.dtsi | 49 pagesize = <16>;
|
D | imx6q-gw5400-a.dts | 176 pagesize = <16>; 182 pagesize = <16>; 188 pagesize = <16>; 194 pagesize = <16>;
|
D | efm32gg-dk3750.dts | 40 pagesize = <16>;
|
D | imx6qdl-gw54xx.dtsi | 173 pagesize = <16>; 179 pagesize = <16>; 185 pagesize = <16>; 191 pagesize = <16>;
|
/arch/alpha/boot/ |
D | bootp.c | 153 if (INIT_HWRPB->pagesize != 8192) { in start_kernel() 155 INIT_HWRPB->pagesize >> 10); in start_kernel()
|
D | main.c | 160 if (INIT_HWRPB->pagesize != 8192) { in start_kernel() 161 srm_printk("Expected 8kB pages, got %ldkB\n", INIT_HWRPB->pagesize >> 10); in start_kernel()
|
D | bootpz.c | 297 if (INIT_HWRPB->pagesize != 8192) { in start_kernel() 299 INIT_HWRPB->pagesize >> 10); in start_kernel()
|
/arch/powerpc/include/asm/ |
D | kvm_book3s_64.h | 372 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/ |
D | setup.h | 49 u32 pagesize; member
|
/arch/powerpc/kvm/ |
D | book3s_64_mmu_host.c | 37 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/ |
D | setup.h | 34 __u32 pagesize; member
|
/arch/alpha/include/asm/ |
D | hwrpb.h | 169 unsigned long pagesize; /* 8192, I hope */ member
|
123