Searched refs:crunch_sigframe (Results 1 – 2 of 2) sorted by relevance
42 struct crunch_sigframe { struct88 struct crunch_sigframe crunch;
30 static int preserve_crunch_context(struct crunch_sigframe __user *frame) in preserve_crunch_context()33 struct crunch_sigframe *kframe; in preserve_crunch_context()36 kframe = (struct crunch_sigframe *)((unsigned long)(kbuf + 8) & ~7); in preserve_crunch_context()43 static int restore_crunch_context(struct crunch_sigframe __user *frame) in restore_crunch_context()46 struct crunch_sigframe *kframe; in restore_crunch_context()49 kframe = (struct crunch_sigframe *)((unsigned long)(kbuf + 8) & ~7); in restore_crunch_context()