Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dsignal.c78 # define CONTEXT_COPY_SIZE offsetof(struct sigcontext, reserved1) macro
80 # define CONTEXT_COPY_SIZE sizeof(struct sigcontext) macro
92 if (copy_from_user(&sc, usc, CONTEXT_COPY_SIZE)) in restore_sigcontext()