| /linux/arch/x86/mm/ |
| H A D | mmap.c | 82 static unsigned long mmap_base(unsigned long rnd, unsigned long task_size, in mmap_base() function 119 *base = mmap_base(random_factor, task_size, rlim_stack); in arch_pick_mmap_base() 129 arch_pick_mmap_base(&mm->mmap_base, &mm->mmap_legacy_base, in arch_pick_mmap_layout() 156 return is_legacy ? mm->mmap_legacy_base : mm->mmap_base; in get_mmap_base()
|
| /linux/arch/arm/mm/ |
| H A D | mmap.c | 73 info.low_limit = mm->mmap_base; in arch_get_unmapped_area() 125 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 139 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
| /linux/arch/mips/mm/ |
| H A D | mmap.c | 81 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 95 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_common()
|
| /linux/drivers/hsi/clients/ |
| H A D | cmt_speech.c | 44 unsigned long mmap_base; member 91 unsigned long mmap_base; member 622 address = (u32 *)(hi->mmap_base + in cs_hsi_peek_on_data_complete() 667 sg_init_one(rxmsg->sgt.sgl, (void *)hi->mmap_base, 0); in cs_hsi_read_on_data() 717 address = (u32 *)(hi->mmap_base + hi->tx_offsets[hi->tx_slot]); in cs_hsi_write_on_data() 985 unsigned long mmap_base, unsigned long mmap_size) in cs_hsi_start() argument 999 hsi_if->mmap_cfg = (struct cs_mmap_config_block *)mmap_base; in cs_hsi_start() 1000 hsi_if->mmap_base = mmap_base; in cs_hsi_start() 1092 page = virt_to_page((void *)csdata->mmap_base); in cs_char_vma_fault() 1302 cs_char_data.mmap_base = p; in cs_char_open() [all …]
|
| /linux/arch/loongarch/mm/ |
| H A D | mmap.c | 76 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 90 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_common()
|
| /linux/drivers/spi/ |
| H A D | spi-ti-qspi.c | 45 void __iomem *mmap_base; member 645 memcpy_fromio(op->data.buf.in, qspi->mmap_base + from, in ti_qspi_exec_mem_op() 880 qspi->mmap_base = devm_ioremap_resource(&pdev->dev, res_mmap); in ti_qspi_probe() 881 if (IS_ERR(qspi->mmap_base)) { in ti_qspi_probe() 884 PTR_ERR(qspi->mmap_base)); in ti_qspi_probe() 885 qspi->mmap_base = NULL; in ti_qspi_probe()
|
| /linux/mm/ |
| H A D | util.c | 434 static unsigned long mmap_base(const unsigned long rnd, const struct rlimit *rlim_stack) in mmap_base() function 473 mm->mmap_base = TASK_UNMAPPED_BASE + random_factor; in arch_pick_mmap_layout() 476 mm->mmap_base = mmap_base(random_factor, rlim_stack); in arch_pick_mmap_layout() 483 mm->mmap_base = TASK_UNMAPPED_BASE; in arch_pick_mmap_layout()
|
| H A D | debug.c | 203 mm->mmap_base, mm->mmap_legacy_base, in dump_mm()
|
| H A D | mmap.c | 713 info.low_limit = mm->mmap_base; in generic_get_unmapped_area() 766 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown()
|
| /linux/arch/csky/abiv1/ |
| H A D | mmap.c | 34 .low_limit = mm->mmap_base, in arch_get_unmapped_area()
|
| /linux/arch/arc/mm/ |
| H A D | mmap.c | 56 info.low_limit = mm->mmap_base; in arch_get_unmapped_area()
|
| /linux/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 150 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common() 164 info.low_limit = mm->mmap_base; in arch_get_unmapped_area_common()
|
| H A D | vdso.c | 76 map_base = mm->mmap_base; in arch_setup_additional_pages()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc_64.c | 214 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown() 311 mm->mmap_base = TASK_UNMAPPED_BASE + random_factor; in arch_pick_mmap_layout() 322 mm->mmap_base = PAGE_ALIGN(task_size - gap - random_factor); in arch_pick_mmap_layout()
|
| /linux/fs/ |
| H A D | aio.c | 122 unsigned long mmap_base; member 373 ctx->user_id = ctx->mmap_base = vma->vm_start; in aio_ring_mremap() 552 ctx->mmap_base = do_mmap(ctx->aio_ring_file, 0, ctx->mmap_size, in aio_setup_ring() 556 if (IS_ERR((void *)ctx->mmap_base)) { in aio_setup_ring() 562 pr_debug("mmap address: 0x%08lx\n", ctx->mmap_base); in aio_setup_ring() 564 ctx->user_id = ctx->mmap_base; in aio_setup_ring() 831 vm_munmap(ctx->mmap_base, ctx->mmap_size); in ioctx_alloc() 877 vm_munmap(ctx->mmap_base, ctx->mmap_size); in kill_ioctx()
|
| /linux/arch/sh/mm/ |
| H A D | mmap.c | 144 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|