Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
arch
/
csky
/
abiv2
/
inc
/
abi
/
page.h
blob: a5a2550133081abe1af992dd5db98d707e2fe285 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0 */
static
inline
void
copy_user_page
(
void
*
to
,
void
*
from
,
unsigned
long
vaddr
,
struct
page
*
page
)
{
copy_page
(
to
,
from
);
}