Home
last modified time | relevance | path

Searched refs:KCMP_VM (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/tools/testing/selftests/kcmp/
Dkcmp_test.c65 sys_kcmp(pid1, pid2, KCMP_VM, 0, 0), in main()
87 ret = sys_kcmp(pid1, pid1, KCMP_VM, 0, 0); in main()
/linux-4.4.14/include/uapi/linux/
Dkcmp.h7 KCMP_VM, enumerator
/linux-4.4.14/kernel/
Dkcmp.c144 case KCMP_VM: in SYSCALL_DEFINE5()
145 ret = kcmp_ptr(task1->mm, task2->mm, KCMP_VM); in SYSCALL_DEFINE5()