/openbmc/linux/include/trace/events/ |
H A D | mmap.h | 24 __field(unsigned long, align_offset) 35 __entry->align_offset = info->align_offset; 43 __entry->align_offset)
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_x86_64.c | 152 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area() 155 info.align_offset += get_align_bits(); in arch_get_unmapped_area() 214 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_topdown() 217 info.align_offset += get_align_bits(); in arch_get_unmapped_area_topdown()
|
/openbmc/hiomapd/ |
H A D | backend.h | 136 int (*align_offset)(struct backend *backend, uint32_t *offset, member 241 if (backend->ops->align_offset){ in backend_align_offset() 242 return backend->ops->align_offset(backend, offset, window_size); in backend_align_offset()
|
/openbmc/linux/arch/x86/mm/ |
H A D | hugetlbpage.c | 68 info.align_offset = 0; in hugetlb_get_unmapped_area_bottomup() 92 info.align_offset = 0; in hugetlb_get_unmapped_area_topdown()
|
/openbmc/linux/arch/arm/mm/ |
H A D | mmap.c | 76 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area() 127 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_topdown()
|
/openbmc/linux/arch/sh/mm/ |
H A D | mmap.c | 96 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area() 146 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_topdown()
|
/openbmc/linux/arch/s390/mm/ |
H A D | mmap.c | 104 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area() 145 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_topdown()
|
H A D | hugetlbpage.c | 268 info.align_offset = 0; in hugetlb_get_unmapped_area_bottomup() 285 info.align_offset = 0; in hugetlb_get_unmapped_area_topdown()
|
/openbmc/linux/arch/csky/abiv1/ |
H A D | mmap.c | 69 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area()
|
/openbmc/linux/arch/arc/mm/ |
H A D | mmap.c | 74 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area()
|
/openbmc/linux/arch/mips/mm/ |
H A D | mmap.c | 76 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_common()
|
/openbmc/linux/arch/loongarch/mm/ |
H A D | mmap.c | 66 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_common()
|
/openbmc/qemu/block/ |
H A D | io.c | 738 int64_t *align_offset, int64_t *align_bytes) in bdrv_round_to_subclusters() argument 743 *align_offset = offset; in bdrv_round_to_subclusters() 747 *align_offset = QEMU_ALIGN_DOWN(offset, c); in bdrv_round_to_subclusters() 748 *align_bytes = QEMU_ALIGN_UP(offset - *align_offset + bytes, c); in bdrv_round_to_subclusters() 1174 int64_t align_offset; in bdrv_co_do_copy_on_readv() local 1209 bdrv_round_to_subclusters(bs, offset, bytes, &align_offset, &align_bytes); in bdrv_co_do_copy_on_readv() 1210 skip_bytes = offset - align_offset; in bdrv_co_do_copy_on_readv() 1213 align_offset, align_bytes); in bdrv_co_do_copy_on_readv() 1222 ret = bdrv_co_is_allocated(bs, align_offset, in bdrv_co_do_copy_on_readv() 1260 ret = bdrv_driver_preadv(bs, align_offset, pnum, in bdrv_co_do_copy_on_readv() [all …]
|
H A D | mirror.c | 287 int64_t align_offset = *offset; in mirror_cow_align() local 296 &align_offset, &align_bytes); in mirror_cow_align() 307 align_bytes = mirror_clip_bytes(s, align_offset, align_bytes); in mirror_cow_align() 309 ret = align_offset + align_bytes - (*offset + *bytes); in mirror_cow_align() 310 *offset = align_offset; in mirror_cow_align()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | sys_ia64.c | 66 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | hugetlbpage.c | 155 info.align_offset = 0; in hugetlb_get_unmapped_area()
|
/openbmc/linux/drivers/scsi/pm8001/ |
H A D | pm8001_sas.c | 121 u64 align_offset = 0; in pm8001_mem_alloc() local 123 align_offset = (dma_addr_t)align - 1; in pm8001_mem_alloc() 129 phys_align = (*pphys_addr + align_offset) & ~align_offset; in pm8001_mem_alloc()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | sys_sparc_32.c | 68 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area()
|
H A D | sys_sparc_64.c | 134 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area() 197 info.align_offset = pgoff << PAGE_SHIFT; in arch_get_unmapped_area_topdown()
|
/openbmc/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 44 info.align_offset = 0; in hugetlb_get_unmapped_area_bottomup() 76 info.align_offset = 0; in hugetlb_get_unmapped_area_topdown()
|
/openbmc/hiomapd/file/ |
H A D | backend.c | 266 .align_offset = NULL,
|
/openbmc/linux/lib/ |
H A D | bitmap.c | 422 unsigned long align_offset) in bitmap_find_next_zero_area_off() argument 429 index = __ALIGN_MASK(index + align_offset, align_mask) - align_offset; in bitmap_find_next_zero_area_off()
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | slice.c | 290 info.align_offset = 0; in slice_find_area_bottomup() 335 info.align_offset = 0; in slice_find_area_topdown()
|
/openbmc/hiomapd/mtd/ |
H A D | backend.c | 357 .align_offset = NULL,
|
/openbmc/linux/drivers/iio/adc/ |
H A D | cpcap-adc.c | 194 int align_offset; member 697 req->result += conv_tbl[index].align_offset; in cpcap_adc_phase()
|