Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dxsave.h214 static inline int xsave_user(struct xsave_struct __user *buf) in xsave_user() function
/linux-4.1.27/arch/x86/kernel/
Dxsave.c207 err = xsave_user(buf); in save_user_xstate()