Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Ducontext.h51 struct iwmmxt_sigframe { struct
85 struct iwmmxt_sigframe iwmmxt;
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Ducontext.h62 struct iwmmxt_sigframe { struct
99 struct iwmmxt_sigframe iwmmxt;
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dsignal.c64 static int preserve_iwmmxt_context(struct iwmmxt_sigframe __user *frame) in preserve_iwmmxt_context()
67 struct iwmmxt_sigframe *kframe; in preserve_iwmmxt_context()
71 kframe = (struct iwmmxt_sigframe *)((unsigned long)(kbuf + 8) & ~7); in preserve_iwmmxt_context()
84 *kframe = (struct iwmmxt_sigframe) { in preserve_iwmmxt_context()
97 struct iwmmxt_sigframe __user *frame = in restore_iwmmxt_context()
98 (struct iwmmxt_sigframe __user *)*auxp; in restore_iwmmxt_context()
100 struct iwmmxt_sigframe *kframe; in restore_iwmmxt_context()
103 kframe = (struct iwmmxt_sigframe *)((unsigned long)(kbuf + 8) & ~7); in restore_iwmmxt_context()
108 * For non-iWMMXt threads: a single iwmmxt_sigframe-sized dummy in restore_iwmmxt_context()
/kernel/linux/linux-6.6/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()
75 * For non-iWMMXt threads: a single iwmmxt_sigframe-sized dummy in restore_iwmmxt_context()

Completed in 3 milliseconds