Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dvsyscall.h16 extern bool emulate_vsyscall(struct pt_regs *regs, unsigned long address);
19 static inline bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) in emulate_vsyscall() function
/Linux-v4.19/arch/x86/entry/vsyscall/
Dvsyscall_trace.h10 TRACE_EVENT(emulate_vsyscall,
Dvsyscall_64.c123 bool emulate_vsyscall(struct pt_regs *regs, unsigned long address) in emulate_vsyscall() function
/Linux-v4.19/arch/x86/mm/
Dfault.c873 if (emulate_vsyscall(regs, address)) in __bad_area_nosemaphore()