Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Ducontext.h51 struct iwmmxt_sigframe { struct
85 struct iwmmxt_sigframe iwmmxt;
/openbmc/linux/arch/arm/kernel/
H A Dsignal.c31 static int preserve_iwmmxt_context(struct iwmmxt_sigframe __user *frame) in preserve_iwmmxt_context()
34 struct iwmmxt_sigframe *kframe; in preserve_iwmmxt_context()
38 kframe = (struct iwmmxt_sigframe *)((unsigned long)(kbuf + 8) & ~7); in preserve_iwmmxt_context()
51 *kframe = (struct iwmmxt_sigframe) { in preserve_iwmmxt_context()
64 struct iwmmxt_sigframe __user *frame = in restore_iwmmxt_context()
65 (struct iwmmxt_sigframe __user *)*auxp; in restore_iwmmxt_context()
67 struct iwmmxt_sigframe *kframe; in restore_iwmmxt_context()
70 kframe = (struct iwmmxt_sigframe *)((unsigned long)(kbuf + 8) & ~7); in restore_iwmmxt_context()