Home
last modified time | relevance | path

Searched refs:USER_PGTABLES_CEILING (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/arch/arm/include/asm/
H A Dpgtable.h77 #define USER_PGTABLES_CEILING TASK_SIZE macro
/linux-6.15/mm/
H A Dmmap.c1296 USER_PGTABLES_CEILING, true); in exit_mmap()
1785 next ? next->vm_start : USER_PGTABLES_CEILING); in relocate_vma_down()
1794 next ? next->vm_start : USER_PGTABLES_CEILING); in relocate_vma_down()
H A Dvma.c450 next ? next->vm_start : USER_PGTABLES_CEILING, in unmap_region()
1453 vms->unmap_end = USER_PGTABLES_CEILING; in init_vma_munmap()
/linux-6.15/include/linux/
H A Dpgtable.h31 #ifndef USER_PGTABLES_CEILING
32 #define USER_PGTABLES_CEILING 0UL macro
/linux-6.15/tools/testing/vma/
H A Dvma_internal.h96 #define USER_PGTABLES_CEILING 0UL macro