Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsignal.c77 # define CONTEXT_COPY_SIZE offsetof(struct sigcontext, reserved1) macro
79 # define CONTEXT_COPY_SIZE sizeof(struct sigcontext) macro
91 if (copy_from_user(&sc, usc, CONTEXT_COPY_SIZE)) in restore_sigcontext()