Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/kernel_api/riscv64/
Depoll_emulation.h22 long RunGuestSyscall___NR_epoll_ctl(long arg_1, long arg_2, long arg_3, long arg_4);
Depoll_emulation.cc60 long RunGuestSyscall___NR_epoll_ctl(long arg_1, long arg_2, long arg_3, long arg_4) { in RunGuestSyscall___NR_epoll_ctl() function
Dgen_syscall_emulation_riscv64_to_x86_64-inl.h71 return RunGuestSyscall___NR_epoll_ctl(arg_1, arg_2, arg_3, arg_4); in RunGuestSyscallImpl()