Home
last modified time | relevance | path

Searched full:restore (Results 1 – 25 of 3178) sorted by relevance

12345678910>>...128

/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_restore.robot2 Documentation This suite verifies the power restore policy supported by
26 Test Restore Policy ALWAYS_POWER_OFF With Host Off
27 [Documentation] Validate ALWAYS_POWER_OFF restore policy functionality.
37 [Template] Verify Restore Policy
44 Test Restore Policy ALWAYS_POWER_OFF With Host Running
45 … [Documentation] Verify that the BMC restore policy is ALWAYS_POWER_OFF while the Host is running.
47 [Template] Verify Restore Policy
53 Test Restore Policy ALWAYS_POWER_ON With Host Off
54 [Documentation] Validate ALWAYS_POWER_ON restore policy functionality.
64 [Template] Verify Restore Policy
[all …]
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dspu_restore.c7 * SPU-side context restore sequence outlined in
55 /* Restore, Step 4: in restore_upper_240kb()
73 /* Restore, Step 6(moved): in restore_decr()
92 /* Restore, Step 11: in write_ppu_mb()
106 /* Restore, Step 12: in write_ppuint_mb()
120 /* Restore, Step 13: in restore_fpcr()
121 * Restore the floating-point status and control in restore_fpcr()
134 /* Restore, Step 14: in restore_srr0()
135 * Restore the SPU SRR0 data from the LSCSA. in restore_srr0()
147 /* Restore, Step 15: in restore_event_mask()
[all …]
H A Dswitch.c17 * save, and then later (optionally) restore the context of a
67 * Restore, Step 1: in acquire_spu_lock()
75 /* Restore, Step 76: in release_spu_lock()
100 * Restore, Step 2: in disable_interrupts()
137 * Restore, Step 25. in set_watchdog_timer()
150 * Restore, Step 3: in inhibit_user_access()
161 * Restore, Step 5: in set_switch_pending()
299 * Restore, Step 11. in do_mfc_mssync()
310 * Restore, Step 12. in issue_mfc_tlbie()
311 * Restore, Step 48. in issue_mfc_tlbie()
[all …]
H A Dspu_restore_crt0.S3 * crt0_r.S: Entry function for SPU-side context restore.
7 * Entry and exit function for SPU-side of the context restore
46 /* SPU Context Restore, Step 5: Restore the remaining 112 GPRs. */
63 /* SPU Context Restore Step 17: Restore the first 16 GPRs. */
83 * indicating that the SPU-side restore code has
H A Dspu_utils.h59 * Restore, Step 1: in set_event_mask()
71 * Restore, Step 2: in set_tag_mask()
84 * Restore, Step 3: in build_dma_list()
105 * Restore, Step 7: in enqueue_putllc()
123 * Restore, Step 8: in set_tag_update()
132 * Restore, Step 9: in read_tag_status()
141 * Restore, Step 10: in read_llar_status()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/
H A D0003-ipvsadm-remove-dependency-on-bash.patch6 The save/restore scripts are very simple and don't depend on any BASH
13 ipvsadm-restore | 2 +-
17 diff --git a/ipvsadm-restore b/ipvsadm-restore
19 --- a/ipvsadm-restore
20 +++ b/ipvsadm-restore
24 # ipvsadm-restore - Restore IPVS rules
26 # A very simple wrapper to restore IPVS rules
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_power_restore_policy_sub_menu.robot3 Documentation Test OpenBMC GUI "Power restore policy" sub-menu of "Settings" menu.
15 ${xpath_power_restore_policy_heading} //h1[text()="Power restore policy"]
23 Verify Navigation To Power Restore Policy Page
24 [Documentation] Verify navigation to Power Restore Policy page.
30 Verify Existence Of All Sections In Power Restore Policy Page
31 [Documentation] Verify existence of all sections in Power Restore Policy page.
34 Page Should Contain Power restore policies
37 Verify Existence Of All Buttons In Power Restore Policy Page
54 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain power-restore-policy
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dbackup_restore.hpp12 // Backup and restore operation status.
21 * @brief class to implement backup and restore VPD.
50 * @brief An API to backup and restore VPD.
52 * Note: This API works on the keywords declared in the backup and restore
53 * config JSON. Restore or backup action could be triggered for each
57 * Restore source keyword's value with destination keyword's value,
70 * @brief An API to set backup and restore status.
79 * @brief An API to handle backup and restore of IPZ type VPD.
95 // Backup and restore config JSON object.
98 // Backup and restore status.
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c45 struct mlx5e_sample_restore *restore; member
226 /* obj_id is used to restore the sample parameters.
267 struct mlx5e_sample_restore *restore; in sample_restore_get() local
272 hash_for_each_possible(tc_psample->restore_hashtbl, restore, hlist, obj_id) in sample_restore_get()
273 if (restore->obj_id == obj_id) in sample_restore_get()
276 restore = kzalloc(sizeof(*restore), GFP_KERNEL); in sample_restore_get()
277 if (!restore) { in sample_restore_get()
281 restore->obj_id = obj_id; in sample_restore_get()
288 restore->modify_hdr = modify_hdr; in sample_restore_get()
290 restore->rule = esw_add_restore_rule(esw, obj_id); in sample_restore_get()
[all …]
/openbmc/linux/arch/arm/mach-sa1100/
H A Dpm.c41 #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] macro
97 /* restore registers */ in sa11x0_pm_enter()
98 RESTORE(GPDR); in sa11x0_pm_enter()
99 RESTORE(GAFR); in sa11x0_pm_enter()
101 RESTORE(PPDR); in sa11x0_pm_enter()
102 RESTORE(PPSR); in sa11x0_pm_enter()
103 RESTORE(PPAR); in sa11x0_pm_enter()
104 RESTORE(PSDR); in sa11x0_pm_enter()
106 RESTORE(Ser1SDCR0); in sa11x0_pm_enter()
/openbmc/linux/arch/arm/mach-s3c/
H A Dpm-common.c17 /* helper functions to save and restore register state */
36 * s3c_pm_do_restore() - restore register values from the save list.
40 * Restore the register values saved from s3c_pm_do_save().
43 * restore the UARTs state yet
49 pr_debug("restore %p (restore %08lx, was %08x)\n", in s3c_pm_do_restore()
57 * s3c_pm_do_restore_core() - early restore register values from save list.
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c28 u32 restore = 0, tbu_status; in get_lpu_event() local
32 restore |= LPU_STATUS_AXIE; in get_lpu_event()
36 restore |= LPU_STATUS_ACE0; in get_lpu_event()
40 restore |= LPU_STATUS_ACE1; in get_lpu_event()
44 restore |= LPU_STATUS_ACE2; in get_lpu_event()
48 restore |= LPU_STATUS_ACE3; in get_lpu_event()
52 restore |= LPU_STATUS_FEMPTY; in get_lpu_event()
56 restore |= LPU_STATUS_FFULL; in get_lpu_event()
60 if (restore != 0) in get_lpu_event()
61 malidp_write32_mask(reg, BLK_STATUS, restore, 0); in get_lpu_event()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DRestorePolicy.interface.yaml9 default: "Restore"
16 The delay in microseconds before invoke power restore policy after
26 Perform no power restore logic.
33 - name: Restore
35 Restore power to last requested state recorded before the BMC
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-Fix-invalid-sigprocmask-call.patch24 * 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/linux/tools/tracing/rtla/src/
H A Dosnoise.c76 * osnoise_restore_cpus - restore the original "osnoise/cpus"
79 * file. This function restore the original config it was previously
100 err_msg("could not restore original osnoise cpus\n"); in osnoise_restore_cpus()
108 * osnoise_put_cpus - restore cpus config and cleanup data
302 * osnoise_restore_runtime_period - restore the original runtime and period
320 err_msg("Could not restore original osnoise runtime/period\n"); in osnoise_restore_runtime_period()
328 * osnoise_put_runtime_period - restore original values and cleanup data
387 * osnoise_restore_timerlat_period_us - restore "timerlat_period_us"
401 err_msg("Could not restore original osnoise timerlat_period_us\n"); in osnoise_restore_timerlat_period_us()
408 * osnoise_put_timerlat_period_us - restore original values and cleanup data
[all …]
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c60 * save off the PCI header before reset and then restore it in mthca_reset()
187 /* Now restore the PCI headers */ in mthca_reset()
192 mthca_err(mdev, "Couldn't restore HCA bridge Upstream " in mthca_reset()
199 mthca_err(mdev, "Couldn't restore HCA bridge Downstream " in mthca_reset()
205 * naturally restore it last in this loop. in mthca_reset()
213 mthca_err(mdev, "Couldn't restore HCA bridge reg %x, " in mthca_reset()
222 mthca_err(mdev, "Couldn't restore HCA bridge COMMAND, " in mthca_reset()
232 mthca_err(mdev, "Couldn't restore HCA PCI-X " in mthca_reset()
243 mthca_err(mdev, "Couldn't restore HCA PCI Express " in mthca_reset()
251 mthca_err(mdev, "Couldn't restore HCA PCI Express " in mthca_reset()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S21 ! - restore registers from swsusp_arch_regs_cpu0
120 mov r2, r15 ! restore old sp
121 mov r5, r8 ! restore old r8
123 ldc r1, sr ! restore old sr
124 lds r0, pr ! restore old pr
130 mov r2, r15 ! restore old sp
131 mov r5, r8 ! restore old r8
132 lds r0, pr ! restore old pr
/openbmc/linux/drivers/pci/
H A Dvc.c19 * pci_vc_save_restore_dwords - Save or restore a series of dwords
22 * @buf: buffer to save to or restore from
23 * @dwords: number of dwords to save/restore
24 * @save: whether to save or restore
171 * pci_vc_do_save_buffer - Size, save, or restore VC state
174 * @save_state: buffer for save/restore
177 * Walking Virtual Channel config space to size, save, or restore it
182 * buffer or restore from it.
193 /* Sanity check buffer size for save/restore */ in pci_vc_do_save_buffer()
211 * therefore save/restore it first, as only VC0 should be enabled in pci_vc_do_save_buffer()
[all …]
/openbmc/linux/arch/sparc/power/
H A Dhibernate_asm.S43 restore
47 restore
97 /* Restore window regs */
109 /* Restore state regs */
115 /* Restore global regs */
122 restore
123 restore
/openbmc/linux/arch/xtensa/kernel/
H A Dentry.S217 s32i a2, a1, PT_WMASK # needed when we restore the reg-file
339 l32i a0, a1, PT_AREG0 # restore saved a0
375 /* It is now save to restore the EXC_TABLE_FIXUP variable. */
427 /* restore return address (or 0 if return to userspace) */
504 * and have to restore WB and WS, extra states, and all registers
569 * Restore optional registers.
575 /* Restore SCOMPARE1 */
586 /* Restore the state of the task and return from the exception. */
594 wsr a3, windowstart # restore WINDOWSTART
598 rsr a1, depc # restore stack pointer
[all …]
/openbmc/linux/Documentation/driver-api/pm/
H A Dnotifiers.rst14 before hibernation/suspend or after restore/resume, but they require the system
20 resume/restore, but they cannot do it by calling :c:func:`request_firmware()`
37 error occurred during hibernation. Device restore callbacks have been
41 The system is going to restore a hibernation image. If all goes well,
46 An error occurred during restore from hibernation. Device restore
/openbmc/linux/arch/arc/kernel/
H A Dfpu.c3 * fpu.c - save/restore of Floating Point Unit Registers on task switch
14 * To save/restore FPU regs, simplest scheme would use LR/SR insns.
25 * dexcl1 0, r1, r0 ; restore dpfp1 to orig value
72 struct arc_fpu *restore = &next->thread.fpu; in fpu_save_restore() local
78 write_aux_reg(ARC_REG_FPU_CTRL, restore->ctrl); in fpu_save_restore()
79 write_aux_reg(ARC_REG_FPU_STATUS, (fwe | restore->status)); in fpu_save_restore()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.hpp100 * @param[in] restore - the certificate is created in the restore path
105 bool restore);
120 * @param[in] restore - the certificate is created in the restore path
125 Manager& parent, bool restore);
131 * @param[in] restore - the certificate is created in the restore path
133 void install(const std::string& filePath, bool restore);
141 * @param[in] restore - the certificate is created in the restore path
143 void install(X509_STORE& x509Store, const std::string& pem, bool restore);
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dbackup_restore.cpp31 "Failed to intialize backup and restore object for file = " + in BackupAndRestore()
45 logging::logMessage("Backup and restore invoked already."); in backupAndRestore()
59 … "Backup restore config JSON is missing necessary tag(s), can't initiate backup and restore."); in backupAndRestore()
78 "Couldn't extract source path, can't initiate backup and restore."); in backupAndRestore()
97 "Couldn't extract destination path, can't initiate backup and restore."); in backupAndRestore()
101 // Implement backup and restore for IPZ type VPD in backupAndRestore()
140 logging::logMessage("Back up and restore failed with exception: " + in backupAndRestore()
153 "Invalid value found for tag backupMap, in backup and restore config JSON."); in backupAndRestoreIpzVpd()
206 "Record or keyword not found in the backup and restore config JSON."); in backupAndRestoreIpzVpd()
240 " from backup and restore config JSON file."); in backupAndRestoreIpzVpd()
[all …]
/openbmc/x86-power-control/src/
H A Dpower_control.hpp33 * @brief The class contains functions to invoke power restore policy.
46 * @brief Power Restore entry point.
48 * Call this to start Power Restore algorithm.
54 * Parse list of properties, received from dbus, to set Power Restore
74 * Call this after set any of Power Restore algorithm parameters. Once all
79 * @brief Actually perform power restore actions.
81 * Take Power Restore actions according to Policy and other parameters.

12345678910>>...128