Searched refs:KCMP_VM (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/tools/testing/selftests/kcmp/ |
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-v6.1/tools/include/uapi/linux/ |
D | kcmp.h | 10 KCMP_VM, enumerator
|
/Linux-v6.1/include/uapi/linux/ |
D | kcmp.h | 10 KCMP_VM, enumerator
|
/Linux-v6.1/kernel/ |
D | kcmp.c | 182 case KCMP_VM: in SYSCALL_DEFINE5() 183 ret = kcmp_ptr(task1->mm, task2->mm, KCMP_VM); in SYSCALL_DEFINE5()
|