Searched refs:RunGuestSyscall (Results 1 – 4 of 4) sorted by relevance
24 void RunGuestSyscall(ThreadState* state);
160 void RunGuestSyscall(ThreadState* state) { in RunGuestSyscall() function
108 as->Call(AsHostCode(RunGuestSyscall)); in EmitSyscall()
306 RunGuestSyscall(state_); in Ecall()