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

/arch/arm/include/asm/
H A Ducontext.h9 * restored. Coprocessor registers are stored in uc_regspace. Each
12 * uc_regspace may be expanded if necessary, although this takes some
26 unsigned long uc_regspace[128] __attribute__((__aligned__(8))); member in struct:ucontext
83 * because the config options aren't. uc_regspace is really
/arch/arm64/kernel/
H A Dsignal32.c65 compat_ulong_t uc_regspace[128] __attribute__((__aligned__(8))); member in struct:compat_ucontext
338 aux = (struct compat_aux_sigframe __user *) sf->uc.uc_regspace;
514 aux = (struct compat_aux_sigframe __user *) sf->uc.uc_regspace;
/arch/arm/kernel/
H A Dsignal.c172 aux = (struct aux_sigframe __user *) sf->uc.uc_regspace;
283 aux = (struct aux_sigframe __user *) sf->uc.uc_regspace;

Completed in 50 milliseconds