Home
last modified time | relevance | path

Searched refs:high_limit (Results 1 – 20 of 20) sorted by relevance

/linux/arch/arm/mm/
H A Dmmap.c74 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
125 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
140 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
/linux/arch/sh/mm/
H A Dmmap.c94 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
144 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
159 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_topdown()
/linux/arch/mips/mm/
H A Dmmap.c81 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common()
96 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
/linux/arch/loongarch/mm/
H A Dmmap.c76 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common()
91 info.high_limit = TASK_SIZE; in arch_get_unmapped_area_common()
/linux/arch/sparc/kernel/
H A Dsys_sparc_64.c146 info.high_limit = min(task_size, VA_EXCLUDE_START); in arch_get_unmapped_area()
155 info.high_limit = task_size; in arch_get_unmapped_area()
214 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_topdown()
230 info.high_limit = STACK_TOP32; in arch_get_unmapped_area_topdown()
/linux/arch/csky/abiv1/
H A Dmmap.c35 .high_limit = TASK_SIZE, in arch_get_unmapped_area()
/linux/arch/arc/mm/
H A Dmmap.c57 info.high_limit = TASK_SIZE; in arch_get_unmapped_area()
/linux/arch/parisc/kernel/
H A Dsys_parisc.c150 info.high_limit = mm->mmap_base; in arch_get_unmapped_area_common()
165 info.high_limit = mmap_upper_limit(NULL); in arch_get_unmapped_area_common()
/linux/mm/
H A Dvma.c2943 unsigned long low_limit, high_limit; in unmapped_area() local
2955 high_limit = info->high_limit; in unmapped_area()
2957 if (vma_iter_area_lowest(&vmi, low_limit, high_limit, length)) in unmapped_area()
3000 unsigned long low_limit, high_limit; in unmapped_area_topdown() local
3012 high_limit = info->high_limit; in unmapped_area_topdown()
3014 if (vma_iter_area_highest(&vmi, low_limit, high_limit, length)) in unmapped_area_topdown()
3023 high_limit = vm_start_gap(tmp); in unmapped_area_topdown()
3030 high_limit = tmp->vm_start; in unmapped_area_topdown()
H A Dmmap.c715 info.high_limit = mmap_end; in generic_get_unmapped_area()
767 info.high_limit = arch_get_mmap_base(addr, mm->mmap_base); in generic_get_unmapped_area_topdown()
783 info.high_limit = mmap_end; in generic_get_unmapped_area_topdown()
H A Dmm_init.c2387 unsigned long high_limit) in alloc_large_system_hash() argument
2389 unsigned long long max = high_limit; in alloc_large_system_hash()
2406 if (!high_limit) { in alloc_large_system_hash()
/linux/arch/x86/kernel/
H A Duprobes.c652 unsigned long low_limit, high_limit; in find_nearest_trampoline() local
659 high_limit = call_end + INT_MAX; in find_nearest_trampoline()
663 info.high_limit = min(high_limit, TASK_SIZE); in find_nearest_trampoline()
668 info.high_limit = call_end; in find_nearest_trampoline()
/linux/include/rdma/
H A Dopa_port_info.h260 __be16 high_limit; member
/linux/net/ipv4/
H A Dinet_hashtables.c1263 unsigned long high_limit) in inet_hashinfo2_init() argument
1273 high_limit); in inet_hashinfo2_init()
/linux/tools/testing/vma/include/
H A Ddup.h695 unsigned long high_limit; member
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_hwmgr.c3527 uint32_t low_limit, uint32_t high_limit) in vega10_trim_single_dpm_states() argument
3533 (dpm_table->dpm_levels[i].value > high_limit)) in vega10_trim_single_dpm_states()
3543 uint32_t low_limit, uint32_t high_limit, in vega10_trim_single_dpm_states_with_mask() argument
3550 (dpm_table->dpm_levels[i].value > high_limit)) in vega10_trim_single_dpm_states_with_mask()
H A Dsmu7_hwmgr.c4298 uint32_t low_limit, uint32_t high_limit) in smu7_trim_single_dpm_states() argument
4303 bool force_trim = (low_limit == high_limit); in smu7_trim_single_dpm_states()
4308 || dpm_table->dpm_levels[i].value > high_limit)) in smu7_trim_single_dpm_states()
/linux/drivers/infiniband/hw/hfi1/
H A Dmad.c871 pi->vl.high_limit = cpu_to_be16(ibp->rvp.vl_high_limit); in __subn_get_opa_portinfo()
1480 ibp->rvp.vl_high_limit = be16_to_cpu(pi->vl.high_limit) & 0xFF; in __subn_set_opa_portinfo()
/linux/include/linux/
H A Dmm.h3917 unsigned long high_limit; member
/linux/drivers/gpu/drm/radeon/
H A Dci_dpm.c3655 u32 low_limit, u32 high_limit) in ci_trim_single_dpm_states() argument
3661 (dpm_table->dpm_levels[i].value > high_limit)) in ci_trim_single_dpm_states()