Searched refs:CONTEXT_COPY_SIZE (Results 1 – 1 of 1) sorted by relevance
78 # define CONTEXT_COPY_SIZE offsetof(struct sigcontext, reserved1) macro80 # define CONTEXT_COPY_SIZE sizeof(struct sigcontext) macro92 if (copy_from_user(&sc, usc, CONTEXT_COPY_SIZE)) in restore_sigcontext()