Home
last modified time | relevance | path

Searched refs:PTR_ERR_ENOTSUP (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/mm/
Dpkey-powerpc.h122 return PTR_ERR_ENOTSUP; in malloc_pkey_with_mprotect_subpage()
Dpkey-arm64.h89 return PTR_ERR_ENOTSUP; in malloc_pkey_with_mprotect_subpage()
Dpkey-x86.h160 return PTR_ERR_ENOTSUP; in malloc_pkey_with_mprotect_subpage()
Dpkey-helpers.h24 #define PTR_ERR_ENOTSUP ((void *)-ENOTSUP) macro
Dprotection_keys.c805 return PTR_ERR_ENOTSUP; in malloc_pkey_hugetlb()
874 if (ret == PTR_ERR_ENOTSUP) in malloc_pkey()