Searched refs:KCMP_VM (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/kcmp/ |
| H A D | kcmp_test.c | 107 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), in main() 129 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0); in main()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kcmp.h | 10 KCMP_VM, enumerator
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kcmp.h | 10 KCMP_VM, enumerator
|
| /linux-6.15/kernel/ |
| H A D | kcmp.c | 182 case KCMP_VM: in SYSCALL_DEFINE5() 183 ret = kcmp_ptr(task1->mm, task2->mm, KCMP_VM); in SYSCALL_DEFINE5()
|