Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_flash_88xx.c40 u8 restore[3]; in download_flash_88xx() local
51 restore[0] = value8; in download_flash_88xx()
56 restore[1] = value8; in download_flash_88xx()
61 restore[2] = value8; in download_flash_88xx()
120 HALMAC_REG_W8(REG_FWHW_TXQ_CTRL + 2, restore[2]); in download_flash_88xx()
121 HALMAC_REG_W8(REG_BCN_CTRL, restore[1]); in download_flash_88xx()
122 HALMAC_REG_W8(REG_CR + 1, restore[0]); in download_flash_88xx()
143 u8 restore[3]; in read_flash_88xx() local
154 restore[0] = value8; in read_flash_88xx()
159 restore[1] = value8; in read_flash_88xx()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_flash_88xx.c40 u8 restore[3]; in download_flash_88xx() local
51 restore[0] = value8; in download_flash_88xx()
56 restore[1] = value8; in download_flash_88xx()
61 restore[2] = value8; in download_flash_88xx()
120 HALMAC_REG_W8(REG_FWHW_TXQ_CTRL + 2, restore[2]); in download_flash_88xx()
121 HALMAC_REG_W8(REG_BCN_CTRL, restore[1]); in download_flash_88xx()
122 HALMAC_REG_W8(REG_CR + 1, restore[0]); in download_flash_88xx()
143 u8 restore[3]; in read_flash_88xx() local
154 restore[0] = value8; in read_flash_88xx()
159 restore[1] = value8; in read_flash_88xx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_flash_88xx.c40 u8 restore[3]; in download_flash_88xx() local
51 restore[0] = value8; in download_flash_88xx()
56 restore[1] = value8; in download_flash_88xx()
61 restore[2] = value8; in download_flash_88xx()
120 HALMAC_REG_W8(REG_FWHW_TXQ_CTRL + 2, restore[2]); in download_flash_88xx()
121 HALMAC_REG_W8(REG_BCN_CTRL, restore[1]); in download_flash_88xx()
122 HALMAC_REG_W8(REG_CR + 1, restore[0]); in download_flash_88xx()
143 u8 restore[3]; in read_flash_88xx() local
154 restore[0] = value8; in read_flash_88xx()
159 restore[1] = value8; in read_flash_88xx()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_flash_88xx.c41 u8 restore[3]; in download_flash_88xx() local
52 restore[0] = value8; in download_flash_88xx()
57 restore[1] = value8; in download_flash_88xx()
62 restore[2] = value8; in download_flash_88xx()
121 HALMAC_REG_W8(REG_FWHW_TXQ_CTRL + 2, restore[2]); in download_flash_88xx()
122 HALMAC_REG_W8(REG_BCN_CTRL, restore[1]); in download_flash_88xx()
123 HALMAC_REG_W8(REG_CR + 1, restore[0]); in download_flash_88xx()
144 u8 restore[3]; in read_flash_88xx() local
155 restore[0] = value8; in read_flash_88xx()
160 restore[1] = value8; in read_flash_88xx()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_dev.c27 u32 restore = 0, tbu_status; in get_lpu_event() local
31 restore |= LPU_STATUS_AXIE; in get_lpu_event()
35 restore |= LPU_STATUS_ACE0; in get_lpu_event()
39 restore |= LPU_STATUS_ACE1; in get_lpu_event()
43 restore |= LPU_STATUS_ACE2; in get_lpu_event()
47 restore |= LPU_STATUS_ACE3; in get_lpu_event()
51 restore |= LPU_STATUS_FEMPTY; in get_lpu_event()
55 restore |= LPU_STATUS_FFULL; in get_lpu_event()
59 if (restore != 0) in get_lpu_event()
60 malidp_write32_mask(reg, BLK_STATUS, restore, 0); in get_lpu_event()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gdb/gdb/
H A D0009-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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dfpu.h142 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
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A D0001-xfsdump-support-usrmerge.patch11 restore/Makefile | 6 +-----
32 diff --git a/restore/Makefile b/restore/Makefile
34 --- a/restore/Makefile
35 +++ b/restore/Makefile
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dwof.S117 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
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmyspeed.cpp45 painter->restore(); in drawCrown()
52 painter->restore(); in drawBackground()
80 painter->restore(); in drawScaleNum()
107 painter->restore(); in drawScale()
120 painter->restore(); in drawTitle()
148 painter->restore(); in drawIndicator()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci.c102 goto restore; in mt7615_pci_suspend()
111 goto restore; in mt7615_pci_suspend()
119 goto restore; in mt7615_pci_suspend()
123 goto restore; in mt7615_pci_suspend()
127 restore: in mt7615_pci_suspend()
/OK3568_Linux_fs/buildroot/package/pulseaudio/
H A Ddefault.pa24 load-module module-device-restore
25 load-module module-stream-restore
26 load-module module-card-restore
102 load-module module-default-device-restore
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dentry.S218 s32i a2, a1, PT_WMASK # needed when we restore the reg-file
588 wsr a3, windowstart # restore WINDOWSTART
592 rsr a1, depc # restore stack pointer
594 rotw -1 # we restore a4..a7
595 _bltui a6, 16, 1f # only have to restore current window?
1092 l32i a0, a2, PT_AREG0 # restore a0
1093 xsr a2, depc # restore a2, depc
1145 l32i a7, a2, PT_AREG7 # restore a7
1146 l32i a0, a2, PT_AREG0 # restore a0
1150 1: l32i a7, a2, PT_AREG7 # restore a7
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/
H A Dpfpsp.S980 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 Dfplsp.S612 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 …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dfpu.c72 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()
/OK3568_Linux_fs/debian/overlay/etc/pulse/
H A Ddefault.pa24 load-module module-device-restore
25 load-module module-stream-restore
26 load-module module-card-restore
103 load-module module-default-device-restore
/OK3568_Linux_fs/buildroot/board/rockchip/rk3308/fs-overlay/etc/pulse/
H A Ddefault.pa24 load-module module-device-restore
25 load-module module-stream-restore
26 load-module module-card-restore
102 load-module module-default-device-restore
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dmcount.S42 restore
100 restore
116 restore %o0, -8, %i7
124 restore
/OK3568_Linux_fs/kernel/arch/sparc/power/
H A Dhibernate_asm.S43 restore
47 restore
122 restore
123 restore
/OK3568_Linux_fs/u-boot/doc/SPL/
H A DREADME.am335x-network31 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";
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry-common.c85 bool restore = regs->lockdep_hardirqs; in arm64_exit_nmi() local
88 if (restore) { in arm64_exit_nmi()
95 if (restore) in arm64_exit_nmi()
168 bool restore = regs->lockdep_hardirqs; in arm64_exit_el1_dbg() local
170 if (restore) { in arm64_exit_el1_dbg()
176 if (restore) in arm64_exit_el1_dbg()

12345678910>>...27