Home
last modified time | relevance | path

Searched refs:regs32 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dvm86_32.c160 ret = KVM86->regs32; in save_v86_state()
222 memset(&info.vm86plus, 0, (int)&info.regs32 - (int)&info.vm86plus); in SYSCALL_DEFINE1()
223 info.regs32 = current_pt_regs(); in SYSCALL_DEFINE1()
263 offsetof(struct kernel_vm86_struct, regs32) - in SYSCALL_DEFINE2()
267 info.regs32 = current_pt_regs(); in SYSCALL_DEFINE2()
295 info->regs.pt.flags |= info->regs32->flags & ~SAFE_MASK; in do_sys_vm86()
316 info->regs32->ax = VM86_SIGNAL; in do_sys_vm86()
318 tsk->thread.saved_fs = info->regs32->fs; in do_sys_vm86()
319 tsk->thread.saved_gs = get_user_gs(info->regs32); in do_sys_vm86()
352 struct pt_regs *regs32; in return_to_32bit() local
[all …]
/linux-4.1.27/arch/mips/kernel/
Delf.c221 static inline void set_thread_fp_mode(int hybrid, int regs32) in set_thread_fp_mode() argument
227 if (regs32) in set_thread_fp_mode()
/linux-4.1.27/arch/x86/include/asm/
Dvm86.h48 struct pt_regs *regs32; /* here we save the pointer to the old regs */ member