emuframe
struct emuframe __user *fr;
struct emuframe fr;
static const int emupage_frame_count = PAGE_SIZE / sizeof(struct emuframe);
static inline __user struct emuframe *dsemul_page(void)
return (__user struct emuframe *)STACK_TOP;