Searched refs:PAGE_ALIGN (Results 101 - 125 of 448) sorted by path

1234567891011>>

/linux-master/arch/sh/kernel/
H A Dmachine_kexec.c158 crash_size = PAGE_ALIGN(resource_size(&crashk_res));
H A Dsetup.c109 memory_limit = PAGE_ALIGN(memparse(p, &p));
/linux-master/arch/sh/mm/
H A Dioremap_fixed.c61 size = PAGE_ALIGN(phys_addr + size) - phys_addr;
H A Dmmap.c83 addr = PAGE_ALIGN(addr);
133 addr = PAGE_ALIGN(addr);
/linux-master/arch/sparc/kernel/
H A Dioport.c272 size = PAGE_ALIGN(size);
H A Dirq_64.c1023 unsigned long size = PAGE_ALIGN(qmask + 1);
H A Dldc.c2238 npages = PAGE_ALIGN(((cookie & ~PAGE_MASK) + size)) >> PAGE_SHIFT;
H A Dleon_pci_grpci1.c431 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN((unsigned long) &_end));
H A Dleon_pci_grpci2.c625 ahbadr = 0xf0000000 & (u32)__pa(PAGE_ALIGN(
H A Dmdesc.c171 alloc_size = PAGE_ALIGN(handle_size);
191 alloc_size = PAGE_ALIGN(hp->handle_size);
H A Dmodule.c30 if (PAGE_ALIGN(size) > MODULES_LEN)
H A Dsmp_64.c1129 end = PAGE_ALIGN(end);
H A Dsys_sparc_64.c121 addr = PAGE_ALIGN(addr);
184 addr = PAGE_ALIGN(addr);
305 mm->mmap_base = PAGE_ALIGN(task_size - gap - random_factor);
461 if ((off + PAGE_ALIGN(len)) < off)
/linux-master/arch/sparc/mm/
H A Dinit_32.c171 start_pfn = (unsigned long)__pa(PAGE_ALIGN((unsigned long) &_end));
H A Dinit_64.c143 unsigned long new_base = PAGE_ALIGN(base);
2496 paddr < __pa(PAGE_ALIGN(initrd_end)))
2559 addr = PAGE_ALIGN((unsigned long)(__init_begin));
H A Dio-unit.c228 len = PAGE_ALIGN(len);
239 end = PAGE_ALIGN((addr + len));
H A Diommu.c164 end = PAGE_ALIGN(start + niopte*sizeof(iopte_t));
326 len = PAGE_ALIGN(len);
/linux-master/arch/um/kernel/skas/
H A Duaccess.c100 size = min(PAGE_ALIGN(addr) - addr, (unsigned long) len);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h658 #define __TASK_UNMAPPED_BASE(task_size) (PAGE_ALIGN(task_size / 3))
/linux-master/arch/x86/kernel/
H A Ddumpstack.c230 stack = (unsigned long *)PAGE_ALIGN((unsigned long)stack);
H A Dkexec-bzimage64.c508 kbuf.memsz = PAGE_ALIGN(header->init_size);
H A Dmodule.c73 if (PAGE_ALIGN(size) > MODULES_LEN)
H A Dsetup.c259 u64 area_size = PAGE_ALIGN(ramdisk_size);
286 u64 ramdisk_end = PAGE_ALIGN(ramdisk_image + ramdisk_size);
300 u64 ramdisk_end = PAGE_ALIGN(ramdisk_image + ramdisk_size);
H A Dshstk.c130 return PAGE_ALIGN(size);
132 return PAGE_ALIGN(min_t(unsigned long long, rlimit(RLIMIT_STACK), SZ_4G));
311 need_to_check_vma = PAGE_ALIGN(*ssp) == *ssp;
528 aligned_size = PAGE_ALIGN(size);
H A Dsys_x86_64.c133 addr = PAGE_ALIGN(addr);

Completed in 332 milliseconds

1234567891011>>