/openbmc/qemu/target/loongarch/ |
H A D | csr.c | 54 CSR_OFF_ARRAY(SAVE, 0), 55 CSR_OFF_ARRAY(SAVE, 1), 56 CSR_OFF_ARRAY(SAVE, 2), 57 CSR_OFF_ARRAY(SAVE, 3), 58 CSR_OFF_ARRAY(SAVE, 4), 59 CSR_OFF_ARRAY(SAVE, 5), 60 CSR_OFF_ARRAY(SAVE, 6), 61 CSR_OFF_ARRAY(SAVE, 7), 62 CSR_OFF_ARRAY(SAVE, 8), 63 CSR_OFF_ARRAY(SAVE, 9), [all …]
|
/openbmc/qemu/target/i386/tcg/system/ |
H A D | svm_helper.c | 186 /* save the current CPU state in the hsave page */ in helper_vmrun() 187 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.base), in helper_vmrun() 189 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.gdtr.limit), in helper_vmrun() 192 x86_stq_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.base), in helper_vmrun() 194 x86_stl_phys(cs, env->vm_hsave + offsetof(struct vmcb, save.idtr.limit), in helper_vmrun() 198 env->vm_hsave + offsetof(struct vmcb, save.cr0), env->cr[0]); in helper_vmrun() 200 env->vm_hsave + offsetof(struct vmcb, save.cr2), env->cr[2]); in helper_vmrun() 202 env->vm_hsave + offsetof(struct vmcb, save.cr3), env->cr[3]); in helper_vmrun() 204 env->vm_hsave + offsetof(struct vmcb, save.cr4), env->cr[4]); in helper_vmrun() 206 env->vm_hsave + offsetof(struct vmcb, save.dr6), env->dr[6]); in helper_vmrun() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/ |
H A D | 0003-ipvsadm-remove-dependency-on-bash.patch | 6 The save/restore scripts are very simple and don't depend on any BASH 14 ipvsadm-save | 2 +- 27 diff --git a/ipvsadm-save b/ipvsadm-save 29 --- a/ipvsadm-save 30 +++ b/ipvsadm-save 34 # ipvsadm-save - Save IPVS rules 36 # A very simple wrapper to save IPVS rules
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-update.sh | 92 save=/run/save/${upper##*/} 117 --save-files Copy whitelisted files to save directory in RAM 118 --no-save-files Don't copy whitelisted files to save directory 119 --copy-files Copy files from save directory to rwfs mountpoint 120 --restore-files Restore files from save directory to rwfs layer 134 --no-save-files) 137 --save-files) 180 d="$save/$f" 238 if test -d "$save" -a "$toram" = "y" 241 cp -rp "$save/." "$upper/" [all …]
|
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-olympus-nuvoton/network/ |
H A D | olympus-nuvoton-iptable-save.bb | 1 SUMMARY = "Iptable Save" 2 DESCRIPTION = "Save iptable rules" 9 SRC_URI = "file://phosphor-save-iptable-rules.service" 10 SYSTEMD_SERVICE:${PN} = "phosphor-save-iptable-rules.service" 16 install -m 0644 ${UNPACKDIR}/phosphor-save-iptable-rules.service \
|
/openbmc/qemu/docs/devel/migration/ |
H A D | virtio.rst | 29 Save state procedure 37 save() function registered 42 - save proxy device 43 - save transport-specific 45 - save common device 47 - save common virtqueue 50 - save transport-specific 53 - save device-specific 55 - save subsections
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
H A D | runbuilds.py | 32 bec.be.save() 46 br.save() 55 br.save() 64 br.save() 83 br.save() 85 bec.be.save() 91 log_object.save() 93 br.build.save() 101 br.save() 127 br.build.save() [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | IdlePowerSaver.interface.yaml | 8 This property shall indicate whether idle power save is enabled. 14 computer system shall be lower than to enter idle power save. 27 computer system shall be above than to exit idle power save. 41 This property shall indicate whether idle power save is currently 43 to save energy.
|
/openbmc/qemu/docs/ |
H A D | xen-save-devices-state.txt | 1 = Save Devices = 3 QEMU has code to load/save the state of the guest that it is running. 8 however it is also possible to save the state of all devices to file, 11 The save operation is available as QMP command xen-save-devices-state.
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0006-Fix-invalid-sigprocmask-call.patch | 24 * common/signals-state-save-restore.c (save_original_signals_state): 31 gdbsupport/signals-state-save-restore.cc | 2 +- 34 diff --git a/gdbsupport/signals-state-save-restore.cc b/gdbsupport/signals-state-save-restore.cc 36 --- a/gdbsupport/signals-state-save-restore.cc 37 +++ b/gdbsupport/signals-state-save-restore.cc
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ |
H A D | ebtables_2.0.11.bb | 14 file://ebtables-legacy-save \ 27 # Replace upstream ebtables-save perl script with Fedora bash based rewrite 28 # http://pkgs.fedoraproject.org/cgit/rpms/ebtables.git/tree/ebtables-save 29 rm -f ${D}${sbindir}/ebtables-legacy-save 30 install -m 0755 ${UNPACKDIR}/ebtables-legacy-save ${D}${sbindir}/ebtables-legacy-save
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | processor.h | 23 unsigned int save[FP_SIZE]; /* as yet undefined */ member 27 unsigned int save[FP_SIZE]; /* undefined information */ member 77 struct context_save_struct *save; member 91 return t->save ? pc_pointer(t->save->pc) : 0; in thread_saved_pc() 96 return t->save ? t->save->fp : 0; in thread_saved_fp()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_most_recent_builds_states.py | 56 build.save() 59 build_request.save() 73 build.save() 87 build.save() 104 task1.save() 121 task2.save() 144 build.save() 162 build.save() 180 build_request.save() 193 build.save()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 105 spapr->nested.ptcr = ptcr; /* Save new partition table */ in h_set_ptbl() 136 static void nested_save_state(struct nested_ppc_state *save, PowerPCCPU *cpu) in nested_save_state() argument 141 memcpy(save->gpr, env->gpr, sizeof(save->gpr)); in nested_save_state() 143 save->lr = env->lr; in nested_save_state() 144 save->ctr = env->ctr; in nested_save_state() 145 save->cfar = env->cfar; in nested_save_state() 146 save->msr = env->msr; in nested_save_state() 147 save->nip = env->nip; in nested_save_state() 149 save->cr = ppc_get_cr(env); in nested_save_state() 150 save->xer = cpu_read_xer(env); in nested_save_state() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/tsocks/tsocks/ |
H A D | makefile-add-ldflags.patch | 11 @@ -50,7 +50,7 @@ ${SAVE}: ${SAVE}.c 12 ${SHCC} ${CFLAGS} ${INCLUDES} -static -o ${SAVE} ${SAVE}.c
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/ |
H A D | ebtables.common | 93 save() { 101 /usr/sbin/ebtables-legacy -t $table --atomic-file ${EBTABLES_DUMPFILE_STEM}.$table --atomic-save 129 [ "$EBTABLES_SAVE_ON_STOP" = "yes" ] && save 133 [ "$EBTABLES_SAVE_ON_RESTART" = "yes" ] && save 140 save) 141 save 159 echo "Usage: $0 {start|stop|restart|reload|force-reload|load|save|status}" >&2
|
/openbmc/u-boot/common/ |
H A D | memsize.c | 29 long save[BITS_PER_LONG - 1]; in get_ram_size() local 39 save[i++] = *addr; in get_ram_size() 58 *addr = save[--i]; in get_ram_size() 66 *addr = save[--i]; in get_ram_size() 77 *addr = save[--i]; in get_ram_size()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | alarm_timestamps.hpp | 69 * @param[in] timestamp - The start timestamp to save 74 // key was already present, so only save if an actual in add() 79 save(); in add() 93 save(); in erase() 103 save(); in erase() 114 save(); in clear() 160 save(); in prune() 178 void save() in save() function in sensor::monitor::AlarmTimestamps 211 * As with save(), cereal doesn't understand the ShutdownType or AlarmType
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 97 * @brief API to save FCO data into VPD. 104 * @brief API to save given value to "hb_field_core_override" attribute. 111 * @brief API to save AMM data into VPD. 118 * @brief API to save given value to "hb_memory_mirror_mode" attribute. 142 * @brief API to save given value to "pvm_create_default_lpar" attribute. 149 * @brief API to save given value to VPD. 165 * @brief API to save given value to "pvm_clear_nvram" attribute. 172 * @brief API to save given value to VPD. 187 * @brief API to save given value to "pvm_keep_and_clear" attribute. 194 * @brief API to save given value to VPD.
|
/openbmc/u-boot/arch/xtensa/include/asm/arch-dc232b/ |
H A D | tie-asm.h | 14 /* Selection parameter values for save-area save/restore macros: */ 30 /* Macro to save all non-coprocessor (extra) custom TIE and optional state 32 * Save area ptr (clobbered): ptr (1 byte aligned) 71 /* Macro to save all non-coprocessor (extra) custom TIE and optional state 73 * Save area ptr (clobbered): ptr (1 byte aligned)
|
/openbmc/docs/designs/oem/ibm/ |
H A D | system-power-mode.md | 12 the system power mode and idle power save modes. We need the ability to set and 14 save parameters. This design is only applicable to POWER processors. 23 need to send the commands if the user changes the mode or idle power save 49 Customer Settable Idle Power Save Parameters: 67 - Customer updates idle power save setting or Redfish interface 91 - Using hardcoded power mode and Idle Power Save parameters (no flexibility to
|
/openbmc/u-boot/cmd/ |
H A D | mac.c | 15 "[read|save|id|num|errata|date|ports|port_number]\n" 18 "mac save\n" 19 " - save memory data structure to the EEPROM\n"
|
/openbmc/openbmc-test-automation/redfish/dmtf_tools/ |
H A D | Redfish_JsonSchema_ResponseValidator.robot | 41 Save Logs For Debugging ${status} ${url} 51 Save Logs For Debugging 52 [Documentation] Save validate_errs on errors. 62 # URL /redfish/v1/Managers/${MANAGER_ID} strip the last ending string and save off
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/ |
H A D | init | 16 rm -rf /var/persist/etc-save 17 mv /var/persist/etc /var/persist/etc-save 20 cp -rp /var/persist/etc-save/* /etc/ 21 rm -rf /var/persist/etc-save
|
/openbmc/phosphor-power/test/ |
H A D | temporary_file_tests.cpp | 37 // Rename the file to save its contents in makeFileUnRemovable() 38 fs::path savePath{path.native() + ".save"}; in makeFileUnRemovable() 63 fs::path savePath{path.native() + ".save"}; in makeFileRemovable() 91 // Save path to temporary file in TEST() 114 // Save path to first temporary file in TEST() 122 // Save path to second temporary file in TEST() 149 // Save path to temporary file in TEST() 176 // Save path to first temporary file in TEST() 184 // Save path to second temporary file in TEST() 276 // Save path to temporary file in TEST()
|