Searched refs:uc_regspace (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Ducontext.h11 * restored. Coprocessor registers are stored in uc_regspace. Each
14 * uc_regspace may be expanded if necessary, although this takes some
28 unsigned long uc_regspace[128] __attribute__((__aligned__(8))); member in struct:ucontext
80 * because the config options aren't. uc_regspace is really
/linux-master/arch/arm64/include/asm/
H A Dsignal32.h44 compat_ulong_t uc_regspace[128] __attribute__((__aligned__(8))); member in struct:compat_ucontext
/linux-master/arch/arm/kernel/
H A Dsignal.c174 aux = (char __user *) sf->uc.uc_regspace;
286 aux = (struct aux_sigframe __user *) sf->uc.uc_regspace;
/linux-master/arch/arm64/kernel/
H A Dsignal32.c221 aux = (struct compat_aux_sigframe __user *) sf->uc.uc_regspace;
391 aux = (struct compat_aux_sigframe __user *) sf->uc.uc_regspace;

Completed in 269 milliseconds