Home
last modified time | relevance | path

Searched defs:ExitState (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/crosvm/src/sys/
H A Dwindows.rs280 pub enum ExitState { enum
862 fn handle_readable_event<V: VmArch + 'static, Vcpu: VcpuArch + 'static>( in handle_readable_event()
1123 ) -> Option<ExitState> { in handle_run_mode_change_for_vm_request()
1259 fn run_control<V: VmArch + 'static, Vcpu: VcpuArch + 'static>( in run_control()
2229 pub fn run_config_for_broker(raw_tube_transporter: RawDescriptor) -> Result<ExitState> { in run_config_for_broker()
2278 pub fn run_config(cfg: Config) -> Result<ExitState> { in run_config()
2307 ) -> Result<ExitState> { in run_config_inner()
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1524 pub enum ExitState { enum
1612 fn run_gz(device_path: Option<&Path>, cfg: Config, components: VmComponents) -> Result<ExitState> { in run_gz()
1668 fn run_kvm(device_path: Option<&Path>, cfg: Config, components: VmComponents) -> Result<ExitState> { in run_kvm()
1777 ) -> Result<ExitState> { in run_gunyah()
1859 pub fn run_config(cfg: Config) -> Result<ExitState> { in run_config()
3411 fn run_control<V: VmArch + 'static, Vcpu: VcpuArch + 'static>( in run_control()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp93 BlockExitState ExitState = PASS_THROUGH; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp88 BlockExitState ExitState = PASS_THROUGH; member
/aosp_15_r20/external/federated-compute/fcp/secagg/server/
H A Dsecagg_server_state.cc61 std::unique_ptr<SecAggServerProtocolImpl>&& SecAggServerState::ExitState( in ExitState() function in fcp::secagg::SecAggServerState
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp77 BlockExitState ExitState; member