Searched refs:mmap_base (Results 1 – 13 of 13) sorted by relevance
| /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/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/arch/csky/abiv1/ |
| H A D | mmap.c | 34 .low_limit = mm->mmap_base, in arch_get_unmapped_area()
|
| /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()
|
| /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 | 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/arch/sh/mm/ |
| H A D | mmap.c | 144 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
|
| /linux/tools/testing/selftests/ublk/ |
| H A D | kublk.c | 1199 shmem_table[idx].mmap_base = base; in ublk_shmem_register() 1212 if (shmem_table[i].mmap_base) { in ublk_shmem_unregister_all() 1213 munmap(shmem_table[i].mmap_base, in ublk_shmem_unregister_all() 1216 shmem_table[i].mmap_base = NULL; in ublk_shmem_unregister_all() 1290 shmem_table[idx].mmap_base = base; in ublk_shmem_handle_client() 1388 shmem_table[idx].mmap_base = base; in ublk_shmem_htlb_setup()
|