Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dx86.c11275 #define ERR_PTR_USR(e) ((void __user *)ERR_PTR(e)) macro
11309 return ERR_PTR_USR(-EINVAL); in __x86_set_memory_region()
11314 return ERR_PTR_USR(-EEXIST); in __x86_set_memory_region()
11342 return ERR_PTR_USR(r); in __x86_set_memory_region()