Searched refs:crunch_sigframe (Results 1 – 2 of 2) sorted by relevance
42 struct crunch_sigframe { struct88 struct crunch_sigframe crunch;
115 static int preserve_crunch_context(struct crunch_sigframe __user *frame) in preserve_crunch_context()118 struct crunch_sigframe *kframe; in preserve_crunch_context()121 kframe = (struct crunch_sigframe *)((unsigned long)(kbuf + 8) & ~7); in preserve_crunch_context()128 static int restore_crunch_context(struct crunch_sigframe __user *frame) in restore_crunch_context()131 struct crunch_sigframe *kframe; in restore_crunch_context()134 kframe = (struct crunch_sigframe *)((unsigned long)(kbuf + 8) & ~7); in restore_crunch_context()