Home
last modified time | relevance | path

Searched refs:RunGuestSyscall___NR_riscv_flush_icache (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/kernel_api/riscv64/
Dsyscall_emulation.cc136 long RunGuestSyscall___NR_riscv_flush_icache(long arg_1, long arg_2, long arg_3) { in RunGuestSyscall___NR_riscv_flush_icache() function
Dgen_syscall_emulation_riscv64_to_x86_64-inl.h528 return RunGuestSyscall___NR_riscv_flush_icache(arg_1, arg_2, arg_3); in RunGuestSyscallImpl()