Lines Matching defs:emuframe
15 * struct emuframe - The 'emulation' frame structure
57 * - The user may generate a fake struct emuframe if they wish, invoking
63 struct emuframe {
68 static const int emupage_frame_count = PAGE_SIZE / sizeof(struct emuframe);
70 static inline __user struct emuframe *dsemul_page(void)
72 return (__user struct emuframe *)STACK_TOP;
119 pr_debug("allocate emuframe %d to %d\n", idx, current->pid);
131 pr_debug("free emuframe %d from %d\n", idx, current->pid);
175 struct emuframe __user *fr;
218 struct emuframe fr;