Searched refs:PAGE_ALIGN (Results 51 - 75 of 448) sorted by path

1234567891011>>

/linux-master/arch/m68k/include/asm/
H A Dprocessor.h73 #define TASK_UNMAPPED_ALIGN(addr, off) PAGE_ALIGN(addr)
/linux-master/arch/m68k/kernel/
H A Dsetup_no.c85 memory_start = PAGE_ALIGN(_ramstart);
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c174 memstart = PAGE_ALIGN(_ramstart);
H A Dsun3kmap.c76 size = PAGE_ALIGN(size);
/linux-master/arch/m68k/sun3x/
H A Ddvma.c90 end = PAGE_ALIGN(vaddr + len);
/linux-master/arch/microblaze/kernel/
H A Dsetup.c105 romfs_size = PAGE_ALIGN(get_romfs_len((unsigned *)romfs_base));
108 romfs_size = PAGE_ALIGN(get_romfs_len((unsigned *)romfs_base));
/linux-master/arch/microblaze/mm/
H A Dinit.c230 ksize = PAGE_ALIGN(((u32)_end - (u32)CONFIG_KERNEL_START));
H A Dpgtable.c63 size = PAGE_ALIGN(addr + size) - p;
/linux-master/arch/mips/include/asm/
H A Dprocessor.h80 #define TASK_UNMAPPED_BASE PAGE_ALIGN(TASK_SIZE / 3)
/linux-master/arch/mips/jazz/
H A Djazzdma.c500 size = PAGE_ALIGN(size);
/linux-master/arch/mips/kernel/
H A Dprocess.c693 top -= PAGE_ALIGN(current->thread.abi->vdso->size);
H A Dvdso.c83 base = PAGE_ALIGN(base);
/linux-master/arch/mips/mm/
H A Dioremap.c97 size = PAGE_ALIGN(last_addr + 1) - phys_addr;
H A Dmmap.c66 addr = PAGE_ALIGN(addr);
/linux-master/arch/mips/sgi-ip27/
H A Dip27-klnuma.c124 offset = PAGE_ALIGN((unsigned long)(&_end)) - loadbase;
128 return KDM_TO_PHYS(PAGE_ALIGN(SYMMON_STK_ADDR(nasid, 0))) >> PAGE_SHIFT;
/linux-master/arch/nios2/include/asm/
H A Dprocessor.h42 # define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
/linux-master/arch/nios2/kernel/
H A Dtraps.c74 endstack = (unsigned long *) PAGE_ALIGN(addr);
/linux-master/arch/nios2/mm/
H A Dioremap.c156 size = PAGE_ALIGN(last_addr + 1) - phys_addr;
/linux-master/arch/parisc/kernel/
H A Dcache.c576 threshold = PAGE_ALIGN((num_online_cpus() * size * alltime) / rangetime);
H A Dinventory.c167 npages = (PAGE_ALIGN(PAGE0->imm_max_mem) >> PAGE_SHIFT);
H A Dsys_parisc.c94 return PAGE_ALIGN(STACK_TOP - stack_base);
133 addr = PAGE_ALIGN(addr);
/linux-master/arch/powerpc/include/asm/
H A Dtask_size_64.h49 #define TASK_UNMAPPED_BASE_USER32 (PAGE_ALIGN(TASK_SIZE_USER32 / 4))
50 #define TASK_UNMAPPED_BASE_USER64 (PAGE_ALIGN(DEFAULT_MAP_WINDOW_USER64 / 4))
/linux-master/arch/powerpc/kernel/
H A Dfadump.c373 size = PAGE_ALIGN(size);
381 size = PAGE_ALIGN(size);
466 fw_dump.boot_mem_top = PAGE_ALIGN(fw_dump.boot_memory_size + hole_size);
517 base = PAGE_ALIGN(mstart);
526 base = PAGE_ALIGN(base);
554 PAGE_ALIGN(fadump_calculate_reserve_size());
796 count = PAGE_ALIGN(size) / PAGE_SIZE;
812 fw_dump.cpu_notes_buf_size = PAGE_ALIGN(fw_dump.cpu_notes_buf_size);
H A Diommu.c921 size = PAGE_ALIGN(size);
966 size = PAGE_ALIGN(size);
969 size = PAGE_ALIGN(size);
H A Disa-bridge.c84 size = PAGE_ALIGN(range.size);

Completed in 362 milliseconds

1234567891011>>