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