/linux-4.4.14/arch/x86/kernel/ |
H A D | sys_x86_64.c | 43 * To achieve this, the random value is added to the info.align_offset 155 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area() 158 info.align_offset += get_align_bits(); arch_get_unmapped_area() 198 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area_topdown() 201 info.align_offset += get_align_bits(); arch_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/sh/mm/ |
H A D | mmap.c | 75 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area() 125 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/arc/mm/ |
H A D | mmap.c | 76 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area()
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | hugetlbpage.c | 41 info.align_offset = 0; hugetlb_get_unmapped_area_bottomup() 72 info.align_offset = 0; hugetlb_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/x86/mm/ |
H A D | hugetlbpage.c | 87 info.align_offset = 0; hugetlb_get_unmapped_area_bottomup() 104 info.align_offset = 0; hugetlb_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/arm/mm/ |
H A D | mmap.c | 101 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area() 152 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/frv/mm/ |
H A D | elf-fdpic.c | 87 info.align_offset = 0; arch_get_unmapped_area()
|
/linux-4.4.14/arch/s390/mm/ |
H A D | mmap.c | 112 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area() 150 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/sparc/kernel/ |
H A D | sys_sparc_32.c | 65 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area()
|
H A D | sys_sparc_64.c | 130 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area() 193 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/metag/mm/ |
H A D | hugetlbpage.c | 191 info.align_offset = 0; hugetlb_get_unmapped_area_new_pmd()
|
/linux-4.4.14/arch/mips/mm/ |
H A D | mmap.c | 101 info.align_offset = pgoff << PAGE_SHIFT; arch_get_unmapped_area_common()
|
/linux-4.4.14/arch/ia64/kernel/ |
H A D | sys_ia64.c | 63 info.align_offset = 0; arch_get_unmapped_area()
|
/linux-4.4.14/arch/ia64/mm/ |
H A D | hugetlbpage.c | 163 info.align_offset = 0; hugetlb_get_unmapped_area()
|
/linux-4.4.14/arch/tile/mm/ |
H A D | hugetlbpage.c | 176 info.align_offset = 0; hugetlb_get_unmapped_area_bottomup() 193 info.align_offset = 0; hugetlb_get_unmapped_area_topdown()
|
/linux-4.4.14/arch/parisc/kernel/ |
H A D | sys_parisc.c | 129 info.align_offset = shared_align_offset(last_mmap, pgoff); arch_get_unmapped_area() 189 info.align_offset = shared_align_offset(last_mmap, pgoff); arch_get_unmapped_area_topdown()
|
/linux-4.4.14/crypto/ |
H A D | testmgr.c | 203 const int align_offset) __test_hash() 242 if (WARN_ON(align_offset + template[i].psize > PAGE_SIZE)) __test_hash() 249 hash_buff += align_offset; __test_hash() 314 if (align_offset != 0) __test_hash() 429 const bool diff_dst, const int align_offset) __test_aead() 501 input += align_offset; __test_aead() 505 if (WARN_ON(align_offset + template[i].ilen > __test_aead() 558 output += align_offset; __test_aead() 611 if (align_offset != 0) __test_aead() 927 const bool diff_dst, const int align_offset) __test_skcipher() 985 if (WARN_ON(align_offset + template[i].ilen > PAGE_SIZE)) __test_skcipher() 989 data += align_offset; __test_skcipher() 1009 data += align_offset; __test_skcipher() 1058 if (align_offset != 0) __test_skcipher() 201 __test_hash(struct crypto_ahash *tfm, struct hash_testvec *template, unsigned int tcount, bool use_digest, const int align_offset) __test_hash() argument 427 __test_aead(struct crypto_aead *tfm, int enc, struct aead_testvec *template, unsigned int tcount, const bool diff_dst, const int align_offset) __test_aead() argument 925 __test_skcipher(struct crypto_skcipher *tfm, int enc, struct cipher_testvec *template, unsigned int tcount, const bool diff_dst, const int align_offset) __test_skcipher() argument
|
/linux-4.4.14/drivers/scsi/pm8001/ |
H A D | pm8001_sas.c | 116 u64 align_offset = 0; pm8001_mem_alloc() local 118 align_offset = (dma_addr_t)align - 1; pm8001_mem_alloc() 126 phys_align = (*pphys_addr + align_offset) & ~align_offset; pm8001_mem_alloc()
|
/linux-4.4.14/lib/ |
H A D | bitmap.c | 301 * @align_offset: Alignment offset for zero area. 304 * the bit offset of all zero areas this function finds plus @align_offset 312 unsigned long align_offset) bitmap_find_next_zero_area_off() 319 index = __ALIGN_MASK(index + align_offset, align_mask) - align_offset; bitmap_find_next_zero_area_off() 307 bitmap_find_next_zero_area_off(unsigned long *map, unsigned long size, unsigned long start, unsigned int nr, unsigned long align_mask, unsigned long align_offset) bitmap_find_next_zero_area_off() argument
|
/linux-4.4.14/arch/powerpc/mm/ |
H A D | slice.c | 277 info.align_offset = 0; slice_find_area_bottomup() 320 info.align_offset = 0; slice_find_area_topdown()
|
/linux-4.4.14/include/linux/ |
H A D | bitmap.h | 122 unsigned long align_offset);
|
H A D | mm.h | 1956 unsigned long align_offset; mm_populate() member in struct:vm_unmapped_area_info 1969 * - satisfies (begin_addr & align_mask) == (align_offset & align_mask)
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | 1621 u32 cmd_flags, align_offset, val; bnx2x_nvram_write1() local 1640 align_offset = (offset & ~0x03); bnx2x_nvram_write1() 1641 rc = bnx2x_nvram_read_dword(bp, align_offset, &val_be, cmd_flags); bnx2x_nvram_write1() 1654 rc = bnx2x_nvram_write_dword(bp, align_offset, val, bnx2x_nvram_write1()
|
/linux-4.4.14/arch/alpha/kernel/ |
H A D | osf_sys.c | 1313 info.align_offset = 0; arch_get_unmapped_area_1()
|
/linux-4.4.14/fs/hugetlbfs/ |
H A D | inode.c | 203 info.align_offset = 0; hugetlb_get_unmapped_area()
|
/linux-4.4.14/mm/ |
H A D | mmap.c | 1802 gap_start += (info->align_offset - gap_start) & info->align_mask; unmapped_area() 1900 gap_end -= (gap_end - info->align_offset) & info->align_mask; unmapped_area_topdown()
|