Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Ducontext.h54 struct iwmmxt_sigframe { struct
91 struct iwmmxt_sigframe iwmmxt;
/arch/arm/kernel/
Dsignal.c62 static int preserve_iwmmxt_context(struct iwmmxt_sigframe *frame) in preserve_iwmmxt_context()
65 struct iwmmxt_sigframe *kframe; in preserve_iwmmxt_context()
68 kframe = (struct iwmmxt_sigframe *)((unsigned long)(kbuf + 8) & ~7); in preserve_iwmmxt_context()
75 static int restore_iwmmxt_context(struct iwmmxt_sigframe *frame) in restore_iwmmxt_context()
78 struct iwmmxt_sigframe *kframe; in restore_iwmmxt_context()
81 kframe = (struct iwmmxt_sigframe *)((unsigned long)(kbuf + 8) & ~7); in restore_iwmmxt_context()