Searched refs:exit (Results 1 – 4 of 4) sorted by relevance
62 void ktrace_vcpu_exit(VcpuExit exit, uint64_t exit_address) { in ktrace_vcpu_exit() argument63 ktrace(TAG_VCPU_EXIT, exit, static_cast<uint32_t>(exit_address), in ktrace_vcpu_exit()
54 void ktrace_vcpu_exit(VcpuExit exit, uint64_t exit_address);
515 bool exit; in command_loop() local536 exit = false; in command_loop()538 while (!exit) { in command_loop()604 exit = true; in command_loop()
166 #define OUTPUT_STRING(str, len) do { err = out(str, len, state); if (err < 0) { goto exit; } else {… in PRINTF_DECL()384 exit: in PRINTF_DECL()
Completed in 23 milliseconds