Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dvsyscall.h16 extern bool emulate_vsyscall(unsigned long error_code,
20 static inline bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall() function
/linux-5.19.10/arch/x86/entry/vsyscall/
Dvsyscall_trace.h10 TRACE_EVENT(emulate_vsyscall,
Dvsyscall_64.c120 bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall() function
/linux-5.19.10/arch/x86/mm/
Dfault.c1321 if (emulate_vsyscall(error_code, regs, address)) in do_user_addr_fault()