Searched refs:emulate_vsyscall (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
H A Dvsyscall.h14 extern bool emulate_vsyscall(struct pt_regs *regs, unsigned long address);
17 static inline bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) emulate_vsyscall() function
/linux-4.4.14/arch/x86/entry/vsyscall/
H A Dvsyscall_trace.h9 TRACE_EVENT(emulate_vsyscall,
H A Dvsyscall_64.c123 bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) emulate_vsyscall() function
/linux-4.4.14/arch/x86/mm/
H A Dfault.c22 #include <asm/vsyscall.h> /* emulate_vsyscall */
679 * faulting through the emulate_vsyscall() logic. no_context()
792 if (emulate_vsyscall(regs, address)) __bad_area_nosemaphore()

Completed in 338 milliseconds