Home
last modified time | relevance | path

Searched refs:PR_SET_VMA (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/testing/selftests/prctl/
H A Dset-anon-vma-name-test.c20 #ifndef PR_SET_VMA
21 #define PR_SET_VMA 0x53564d41 macro
30 res = prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, addr, size, name); in rename_vma()
/linux-6.15/tools/include/uapi/linux/
H A Dprctl.h291 #define PR_SET_VMA 0x53564d41 macro
/linux-6.15/tools/testing/selftests/mm/
H A Dvirtual_address_range.c89 if (prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, ptr, size, "virtual_address_range") == -1) { in mark_range()
/linux-6.15/include/uapi/linux/
H A Dprctl.h294 #define PR_SET_VMA 0x53564d41 macro
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h294 #define PR_SET_VMA 0x53564d41 macro
/linux-6.15/kernel/
H A Dsys.c2766 case PR_SET_VMA: in SYSCALL_DEFINE5()