Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dvsyscall.h17 extern bool emulate_vsyscall(unsigned long error_code,
21 static inline bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall() function
/openbmc/linux/arch/x86/entry/vsyscall/
H A Dvsyscall_trace.h10 TRACE_EVENT(emulate_vsyscall,
H A Dvsyscall_64.c115 bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall() function
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c113 static void emulate_vsyscall(CPUX86State *env) in emulate_vsyscall() function
258 emulate_vsyscall(env); in cpu_loop()
/openbmc/linux/arch/x86/mm/
H A Dfault.c1308 if (emulate_vsyscall(error_code, regs, address)) in do_user_addr_fault()