Searched refs:COLOR_ALIGN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | sys_parisc.c | 46 static inline unsigned long COLOR_ALIGN(unsigned long addr, in COLOR_ALIGN() function 110 addr = COLOR_ALIGN(addr, last_mmap, pgoff); in arch_get_unmapped_area() 167 addr = COLOR_ALIGN(addr, last_mmap, pgoff); in arch_get_unmapped_area_topdown()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | sys_parisc.c | 43 static inline unsigned long COLOR_ALIGN(unsigned long addr, in COLOR_ALIGN() function 131 addr = COLOR_ALIGN(addr, filp_pgoff, pgoff); in arch_get_unmapped_area_common()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 81 static inline unsigned long COLOR_ALIGN(unsigned long addr, in COLOR_ALIGN() function 119 addr = COLOR_ALIGN(addr, pgoff); in arch_get_unmapped_area() 182 addr = COLOR_ALIGN(addr, pgoff); in arch_get_unmapped_area_topdown()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | sys_sparc_64.c | 81 static inline unsigned long COLOR_ALIGN(unsigned long addr, in COLOR_ALIGN() function 119 addr = COLOR_ALIGN(addr, pgoff); in arch_get_unmapped_area() 182 addr = COLOR_ALIGN(addr, pgoff); in arch_get_unmapped_area_topdown()
|
Completed in 4 milliseconds