Home
last modified time | relevance | path

Searched refs:SHMLBA (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmap.c17 ((((addr)+SHMLBA-1)&~(SHMLBA-1)) + \
18 (((pgoff)<<PAGE_SHIFT) & (SHMLBA-1)))
51 (addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1)) in arch_get_unmapped_area()
75 info.align_mask = do_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area()
105 (addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1)) in arch_get_unmapped_area_topdown()
126 info.align_mask = do_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area_topdown()
/OK3568_Linux_fs/kernel/arch/csky/abiv1/
H A Dmmap.c13 ((((addr)+SHMLBA-1)&~(SHMLBA-1)) + \
14 (((pgoff)<<PAGE_SHIFT) & (SHMLBA-1)))
44 (addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1)) in arch_get_unmapped_area()
68 info.align_mask = do_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dmmap.c18 ((((addr) + SHMLBA - 1) & ~(SHMLBA - 1)) + \
19 (((pgoff) << PAGE_SHIFT) & (SHMLBA - 1)))
49 (addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1)) in arch_get_unmapped_area()
73 info.align_mask = do_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area()
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dmmap.c9 ((((addr)+SHMLBA-1)&~(SHMLBA-1)) + \
10 (((pgoff)<<PAGE_SHIFT) & (SHMLBA-1)))
46 (addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1)) in arch_get_unmapped_area()
70 info.align_mask = do_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsyscall.c40 ((((addr) + SHMLBA - 1) & ~(SHMLBA - 1)) + \
41 (((pgoff) << PAGE_SHIFT) & (SHMLBA - 1)))
48 err = do_shmat(shmid, shmaddr, shmflg, &ret, SHMLBA); in xtensa_shmat()
71 ((addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1))) in arch_get_unmapped_area()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc_64.c84 unsigned long base = (addr+SHMLBA-1)&~(SHMLBA-1); in COLOR_ALIGN()
85 unsigned long off = (pgoff<<PAGE_SHIFT) & (SHMLBA-1); in COLOR_ALIGN()
103 ((addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1))) in arch_get_unmapped_area()
133 info.align_mask = do_color_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area()
167 ((addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1))) in arch_get_unmapped_area_topdown()
196 info.align_mask = do_color_align ? (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area_topdown()
393 err = do_shmat(first, ptr, (int)second, &raddr, SHMLBA); in SYSCALL_DEFINE6()
H A Dsys_sparc_32.c51 ((addr - (pgoff << PAGE_SHIFT)) & (SHMLBA - 1))) in arch_get_unmapped_area()
67 (PAGE_MASK & (SHMLBA - 1)) : 0; in arch_get_unmapped_area()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/
H A Drxe_mmap.c133 rxe->mmap_offset = ALIGN(PAGE_SIZE, SHMLBA); in rxe_create_mmap_info()
136 rxe->mmap_offset += ALIGN(size, SHMLBA); in rxe_create_mmap_info()
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/rdmavt/
H A Dmmap.c174 rdi->mmap_offset = ALIGN(PAGE_SIZE, SHMLBA); in rvt_create_mmap_info()
176 rdi->mmap_offset += ALIGN(size, SHMLBA); in rvt_create_mmap_info()
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dshmparam.h11 #define SHMLBA (1024*1024) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dshmparam.h8 #define SHMLBA CONFIG_NIOS2_DCACHE_SIZE macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dshmparam.h15 #define SHMLBA 0x4000 /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dshmparam.h11 #define SHMLBA 0x40000 /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dshmparam.h10 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dshmparam.h10 #define SHMLBA (2 * PAGE_SIZE) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dshmparam.h12 #define SHMLBA (4 * SZ_8K) /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dshmparam.h10 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */ macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dshmparam.h7 #define SHMLBA (4 * PAGE_SIZE) macro

12