Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/riscv64/
Depoll_emulation.h31 long RunGuestSyscall___NR_epoll_pwait2(long arg_1,
Depoll_emulation.cc85 long RunGuestSyscall___NR_epoll_pwait2(long, long, long, long, long, long) { in RunGuestSyscall___NR_epoll_pwait2() function
Dgen_syscall_emulation_riscv64_to_x86_64-inl.h77 return RunGuestSyscall___NR_epoll_pwait2(arg_1, arg_2, arg_3, arg_4, arg_5, arg_6); in RunGuestSyscallImpl()