/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | sample.c | 45 struct mlx5e_sample_restore *restore; member 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() 291 if (IS_ERR(restore->rule)) { in sample_restore_get() [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 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/linux/drivers/gpu/drm/arm/display/komeda/d71/ |
H A D | d71_dev.c | 28 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/linux/arch/loongarch/include/asm/ |
H A D | lbt.h | 54 static inline void own_lbt_inatomic(int restore) in own_lbt_inatomic() argument 58 if (restore) in own_lbt_inatomic() 63 static inline void own_lbt(int restore) in own_lbt() argument 66 own_lbt_inatomic(restore); in own_lbt() 95 static inline void own_lbt_inatomic(int restore) {} in own_lbt_inatomic() argument
|
/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/linux/arch/mips/include/asm/ |
H A D | fpu.h | 142 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument 148 if (restore && !ret) in own_fpu_inatomic() 154 static inline int own_fpu(int restore) in own_fpu() argument 159 ret = own_fpu_inatomic(restore); in own_fpu() 279 static inline int own_fpu_inatomic(int restore) in own_fpu_inatomic() argument 284 static inline int own_fpu(int restore) in own_fpu() argument
|
/openbmc/linux/arch/sh/kernel/cpu/sh3/ |
H A D | swsusp.S | 21 ! - 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/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/ |
H A D | 0001-xfsdump-support-usrmerge.patch | 11 restore/Makefile | 6 +----- 32 diff --git a/restore/Makefile b/restore/Makefile 34 --- a/restore/Makefile 35 +++ b/restore/Makefile
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | wof.S | 117 restore %g0, %g0, %g0 ! go back into trap window 120 mov %saved_g5, %g5 ! restore %glob_tmp 121 mov %saved_g6, %g6 ! restore %curptr 122 wr %t_psr, 0x0, %psr ! restore condition codes in %psr 179 restore %g0, %g0, %g0 /* Back to trap window. */ 217 restore %g0, %g0, %g0 275 restore %g0, %g0, %g0 362 restore %g0, %g0, %g0
|
H A D | wuf.S | 97 restore %g0, %g0, %g0 /* Restore to window 'O' */ 106 restore %g0, %g0, %g0 131 restore %g0, %g0, %g0 /* Restore to window 'W' */ 311 restore %g0, %g0, %g0 313 restore %g0, %g0, %g0
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display_reset.c | 24 struct drm_modeset_acquire_ctx *ctx = &dev_priv->display.restore.reset_ctx; in intel_display_reset_prepare() 80 dev_priv->display.restore.modeset_state = state; in intel_display_reset_prepare() 86 struct drm_modeset_acquire_ctx *ctx = &i915->display.restore.reset_ctx; in intel_display_reset_finish() 97 state = fetch_and_zero(&i915->display.restore.modeset_state); in intel_display_reset_finish()
|
/openbmc/linux/arch/arc/kernel/ |
H A D | fpu.c | 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/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_power_restore_policy_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Power restore policy" sub-menu of "Settings" menu. 15 ${xpath_power_restore_policy_heading} //h1[text()="Power restore policy"] 34 Page Should Contain Power restore policies 54 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain power-restore-policy
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | pci.c | 103 goto restore; in mt7615_pci_suspend() 112 goto restore; in mt7615_pci_suspend() 120 goto restore; in mt7615_pci_suspend() 124 goto restore; in mt7615_pci_suspend() 128 restore: in mt7615_pci_suspend()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | setget_sockopt.c | 30 int restore; member 56 { .opt = TCP_KEEPIDLE, .new = 123, .expected = 123, .restore = 321, }, 57 { .opt = TCP_KEEPINTVL, .new = 123, .expected = 123, .restore = 321, }, 58 { .opt = TCP_KEEPCNT, .new = 123, .expected = 123, .restore = 124, }, 59 { .opt = TCP_SYNCNT, .new = 123, .expected = 123, .restore = 124, }, 60 { .opt = TCP_WINDOW_CLAMP, .new = 8123, .expected = 8123, .restore = 8124, }, 134 if (t->restore) in bpf_test_sockopt_int() 135 old = t->restore; in bpf_test_sockopt_int()
|
/openbmc/linux/Documentation/driver-api/pm/ |
H A D | notifiers.rst | 14 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/sparc/lib/ |
H A D | mcount.S | 42 restore 100 restore 116 restore %o0, -8, %i7 124 restore
|
/openbmc/linux/arch/sparc/power/ |
H A D | hibernate_asm.S | 43 restore 47 restore 122 restore 123 restore
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 980 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1 981 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 982 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1337 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0/fp1 1338 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs 1339 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1400 mov.l (%sp)+,%d0 # restore d0 1404 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0/fp1 1405 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs [all …]
|
H A D | fplsp.S | 612 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 613 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 614 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 670 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 671 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 672 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 728 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 729 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr # restore ctrl regs 730 fmovm.x EXC_FP1(%a6),&0x40 # restore fp1 789 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1 [all …]
|
/openbmc/phosphor-certificate-manager/ |
H A D | certificate.hpp | 105 bool restore); 125 Manager& parent, bool restore); 133 void install(const std::string& filePath, bool restore); 143 void install(X509_STORE& x509Store, const std::string& pem, bool restore);
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.am335x-network | 31 network boot. Copy them to u-boot-restore.img and 32 u-boot-spl-restore.bin respectively to distinguish this version 33 (with automatic restore running) from the main one. 45 raw SPL image -- u-boot-spl-restore.bin while SPL needs main U-Boot 46 image -- u-boot-restore.img). So you have to configure DHCP server to 61 filename "u-boot-spl-restore.bin"; 63 filename "u-boot-restore.img";
|
/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_restore.robot | 2 Documentation This suite verifies the power restore policy supported by 27 [Documentation] Validate ALWAYS_POWER_OFF restore policy functionality. 45 … [Documentation] Verify that the BMC restore policy is ALWAYS_POWER_OFF while the Host is running. 54 [Documentation] Validate ALWAYS_POWER_ON restore policy functionality. 72 [Documentation] Verify the BMC restore policy is ALWAYS_POWER_ON while the Host is running. 82 [Documentation] Validate RESTORE_LAST_STATE restore policy functionality. 100 … [Documentation] Verify the RESTORE_LAST_STATE restore policy functionality while the Host is off.
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | lbt.S | 45 ldptr.d t1, a0, THREAD_SCR0 # restore scr 54 ldptr.d t1, a0, THREAD_EFLAGS # restore eflags 98 EX ld.d t1, a0, (0 * SCR_REG_WIDTH) # restore scr 107 EX ld.w t1, a1, 0 # restore eflags
|
/openbmc/linux/net/unix/ |
H A D | unix_bpf.c | 147 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto() argument 152 if (restore) { in unix_dgram_bpf_update_proto() 163 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto() argument 171 if (restore) { in unix_stream_bpf_update_proto()
|