Home
last modified time | relevance | path

Searched refs:emuframe (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Ddsemul.c15 * struct emuframe - The 'emulation' frame structure
57 * - The user may generate a fake struct emuframe if they wish, invoking
63 struct emuframe { struct
68 static const int emupage_frame_count = PAGE_SIZE / sizeof(struct emuframe);
70 static inline __user struct emuframe *dsemul_page(void) in dsemul_page()
72 return (__user struct emuframe *)STACK_TOP; in dsemul_page()
119 pr_debug("allocate emuframe %d to %d\n", idx, current->pid); in alloc_emuframe()
131 pr_debug("free emuframe %d from %d\n", idx, current->pid); in free_emuframe()
175 struct emuframe __user *fr; in dsemul_thread_rollback()
218 struct emuframe f in mips_dsemul()
[all...]
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Ddsemul.c15 * struct emuframe - The 'emulation' frame structure
57 * - The user may generate a fake struct emuframe if they wish, invoking
63 struct emuframe { struct
68 static const int emupage_frame_count = PAGE_SIZE / sizeof(struct emuframe);
70 static inline __user struct emuframe *dsemul_page(void) in dsemul_page()
72 return (__user struct emuframe *)STACK_TOP; in dsemul_page()
116 pr_debug("allocate emuframe %d to %d\n", idx, current->pid); in alloc_emuframe()
128 pr_debug("free emuframe %d from %d\n", idx, current->pid); in free_emuframe()
172 struct emuframe __user *fr; in dsemul_thread_rollback()
215 struct emuframe f in mips_dsemul()
[all...]

Completed in 1 milliseconds