Home
last modified time | relevance | path

Searched refs:host_state (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dstate_map.py176 host_state = state[var.SYSTEM_STATE_URI + "host0"]["CurrentHostState"]
178 return (str(bmc_state), str(chassis_state), str(host_state))
188 str(host_state),
H A Dstate_manager.robot102 ${host_state}= Get Host State
103 Should Be Equal Running ${host_state}
147 ${host_state}= Get Host State
148 Should Be Equal Off ${host_state}
175 ${host_state}= Get Host State
177 ... ${host_state} Quiesced
H A Dbmc_date_and_time_utils.robot68 [Arguments] ${host_state}
70 # host_state Host state at which date time will be updated for verification
73 Run Keyword If '${host_state}' == 'on'
H A Dutils.robot973 ${boot_progress} ${host_state}= Redfish Get Boot Progress
978 ... host=${host_state}
1062 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1074 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1087 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1099 ${boot_progress} ${host_state}= Redfish Get Boot Progress
1101 Should Be Equal ${host_state} ${expected_host_state}
H A Dfan_utils.robot403 ${host_state}= Get Host State
404 Rpvars host_state
405 Run Keyword If 'Running' != '${host_state}' Pass Execution
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/state/phosphor-state-manager/
H A Dchassis-control13 host_state=$(gpioget --numeric host0-ready)
15 if [ "${host_state}" -eq 0 ]; then
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/motor-ctrl/files/
H A Dpower-ctrl210 local host_state
212 host_state=$(busctl get-property "$service" "$object" "$interface" "$property" | cut -d '"' -f2)
214 if [ "$host_state" = "$DBUS_HOST_ST_ON" ]; then
216 elif [ "$host_state" = "$DBUS_HOST_ST_OFF" ]; then
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c1296 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_guest() local
1329 host_state = &vmx->loaded_vmcs->host_state; in vmx_prepare_switch_to_guest()
1335 host_state->ldt_sel = kvm_read_ldt(); in vmx_prepare_switch_to_guest()
1338 savesegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_guest()
1339 savesegment(es, host_state->es_sel); in vmx_prepare_switch_to_guest()
1363 vmx_set_host_fs_gs(host_state, fs_sel, gs_sel, fs_base, gs_base); in vmx_prepare_switch_to_guest()
1369 struct vmcs_host_state *host_state; in vmx_prepare_switch_to_host() local
1374 host_state = &vmx->loaded_vmcs->host_state; in vmx_prepare_switch_to_host()
1381 if (host_state->ldt_sel || (host_state->gs_sel & 7)) { in vmx_prepare_switch_to_host()
1382 kvm_load_ldt(host_state->ldt_sel); in vmx_prepare_switch_to_host()
[all …]
H A Dvmcs.h74 struct vmcs_host_state host_state; member
H A Dnested.c255 src = &prev->host_state; in vmx_sync_vmcs_host_state()
256 dest = &vmx->loaded_vmcs->host_state; in vmx_sync_vmcs_host_state()
3128 if (unlikely(cr3 != vmx->loaded_vmcs->host_state.cr3)) { in nested_vmx_check_vmentry_hw()
3130 vmx->loaded_vmcs->host_state.cr3 = cr3; in nested_vmx_check_vmentry_hw()
3134 if (unlikely(cr4 != vmx->loaded_vmcs->host_state.cr4)) { in nested_vmx_check_vmentry_hw()
3136 vmx->loaded_vmcs->host_state.cr4 = cr4; in nested_vmx_check_vmentry_hw()
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_conf.robot664 # host_state
806 [Arguments] ${host_state}
809 # host_state if host_state is on then host is booted to operating system.
810 # if host_state is off then host is power off.
816 Run Keyword If '${host_state}' == 'on'
H A Dtest_managers_bmc_time.robot100 # host_state
/openbmc/openbmc-test-automation/pldm/
H A Dtest_firmware_boot_side.robot100 ${boot_progress} ${host_state}= Redfish Get Boot Progress
/openbmc/openbmc-test-automation/openpower/pel/
H A Dtest_bmc_pel.robot729 # error_type host_state expected_transmission_state
740 # error_type host_state expected_transmission_state
940 [Arguments] ${error_type} ${host_state} ${expected_transmission_state}
944 # host_state Host state which is required before error log injection.
948 Run Keyword If '${host_state}' == 'Off'
950 ... ELSE IF '${host_state}' == 'On'
/openbmc/openbmc-test-automation/lib/external_intf/
H A Dvmi_utils.robot58 ${host_power_state} ${host_state}= Redfish Get Host State
59 Run Keyword If '${host_power_state}' == 'On' and '${host_state}' == 'Enabled'
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot111 ${boot_progress} ${host_state}= Redfish Get Boot Progress