Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/prctl/
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-v6.6/tools/include/uapi/linux/
Dprctl.h290 #define PR_SET_VMA 0x53564d41 macro
/Linux-v6.6/include/uapi/linux/
Dprctl.h290 #define PR_SET_VMA 0x53564d41 macro
/Linux-v6.6/kernel/
Dsys.c2689 case PR_SET_VMA: in SYSCALL_DEFINE5()