Searched refs:warm (Results 1 – 3 of 3) sorted by relevance
44 void reset_host(bool warm);
91 static bool handle_common_reset_reg_write(struct acrn_vcpu *vcpu, bool reset, bool warm) in handle_common_reset_reg_write() argument101 reset_host(warm); in handle_common_reset_reg_write()
247 void reset_host(bool warm) in reset_host() argument250 uint8_t reboot_code = warm ? CF9_RESET_WARM : CF9_RESET_COLD; in reset_host()
Completed in 64 milliseconds