Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dsample.c43 struct mlx5e_sample_restore *restore; member
275 restore_equal(struct mlx5e_sample_restore *restore, u32 obj_id, in restore_equal() argument
278 return restore->obj_id == obj_id && restore->post_act_handle == post_act_handle; in restore_equal()
287 struct mlx5e_sample_restore *restore; in sample_restore_get() local
294 hash_for_each_possible(tc_psample->restore_hashtbl, restore, hlist, hash_key) in sample_restore_get()
295 if (restore_equal(restore, obj_id, post_act_handle)) in sample_restore_get()
298 restore = kzalloc(sizeof(*restore), GFP_KERNEL); in sample_restore_get()
299 if (!restore) { in sample_restore_get()
303 restore->obj_id = obj_id; in sample_restore_get()
304 restore->post_act_handle = post_act_handle; in sample_restore_get()
[all …]
/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/d71/
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 …]
/Linux-v5.15/arch/mips/include/asm/
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
/Linux-v5.15/arch/sh/kernel/cpu/sh3/
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
/Linux-v5.15/arch/sparc/kernel/
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
Dwuf.S97 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
Dsun4v_tlb_miss.S86 mov %g2, %o1 ! restore %o1
87 mov %g1, %o0 ! restore %o0
88 mov %g5, %o2 ! restore %o2
89 mov %g7, %o3 ! restore %o3
129 mov %g2, %o1 ! restore %o1
130 mov %g1, %o0 ! restore %o0
131 mov %g5, %o2 ! restore %o2
132 mov %g7, %o3 ! restore %o3
/Linux-v5.15/arch/arm/kernel/
Dentry-ftrace.S115 ldmia sp!, {r0-r12} @ restore r0 through r12
116 ldr ip, [sp, #8] @ restore PC
117 ldr lr, [sp, #4] @ restore LR
118 ldr sp, [sp, #0] @ restore SP
135 ldmia sp!, {r0-r12} @ restore r0 through r12
136 ldr ip, [sp, #8] @ restore PC
137 ldr lr, [sp, #4] @ restore LR
138 ldr sp, [sp, #0] @ restore SP
/Linux-v5.15/arch/arc/kernel/
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()
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/
Dpci.c103 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()
/Linux-v5.15/arch/sparc/lib/
Dmcount.S42 restore
100 restore
116 restore %o0, -8, %i7
124 restore
/Linux-v5.15/Documentation/driver-api/pm/
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
/Linux-v5.15/arch/sparc/power/
Dhibernate_asm.S43 restore
47 restore
122 restore
123 restore
/Linux-v5.15/arch/xtensa/kernel/
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 …]
/Linux-v5.15/arch/m68k/ifpsp060/src/
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 …]
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 …]
/Linux-v5.15/net/unix/
Dunix_bpf.c142 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_dgram_bpf_update_proto() argument
147 if (restore) { in unix_dgram_bpf_update_proto()
158 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) in unix_stream_bpf_update_proto() argument
160 if (restore) { in unix_stream_bpf_update_proto()
/Linux-v5.15/drivers/video/fbdev/via/
Ddvi.c255 int restore; in viafb_dvi_query_EDID() local
259 restore = viaparinfo->chip_info->tmds_chip_info.tmds_chip_slave_addr; in viafb_dvi_query_EDID()
266 tmds_chip_info.tmds_chip_slave_addr = restore; in viafb_dvi_query_EDID()
278 int i, restore; in dvi_get_panel_size_from_DDCv1() local
283 restore = tmds_chip->tmds_chip_slave_addr; in dvi_get_panel_size_from_DDCv1()
309 tmds_chip->tmds_chip_slave_addr = restore; in dvi_get_panel_size_from_DDCv1()
/Linux-v5.15/drivers/net/wireless/ath/ath9k/
Dar9003_rtt.c208 bool restore; in ar9003_hw_rtt_restore() local
247 restore = false; in ar9003_hw_rtt_restore()
252 restore = ar9003_hw_rtt_force_restore(ah); in ar9003_hw_rtt_restore()
257 return restore; in ar9003_hw_rtt_restore()
/Linux-v5.15/arch/sparc/prom/
Dcif.S28 restore
47 restore %l1, 0, %o0
/Linux-v5.15/arch/arm/mach-pxa/
Dpm.c46 if (state != PM_SUSPEND_STANDBY && pxa_cpu_pm_fns->restore) { in pxa_pm_enter()
59 pxa_cpu_pm_fns->restore(sleep_save); in pxa_pm_enter()
/Linux-v5.15/arch/riscv/kernel/probes/
Dkprobes.c26 p->ainsn.api.restore = (unsigned long)p->addr + offset; in arch_prepare_ss_slot()
35 p->ainsn.api.restore = 0; in arch_prepare_simulate()
210 if (cur->ainsn.api.restore != 0) in post_kprobe_handler()
211 regs->epc = cur->ainsn.api.restore; in post_kprobe_handler()
/Linux-v5.15/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c757 goto restore; in __igt_reset_engine()
773 goto restore; in __igt_reset_engine()
802 goto restore; in __igt_reset_engine()
812 goto restore; in __igt_reset_engine()
818 restore: in __igt_reset_engine()
1064 goto restore; in __igt_reset_engines()
1080 goto restore; in __igt_reset_engines()
1091 goto restore; in __igt_reset_engines()
1117 goto restore; in __igt_reset_engines()
1136 goto restore; in __igt_reset_engines()
[all …]
/Linux-v5.15/Documentation/arm/
Dkernel_mode_neon.rst28 Lazy preserve and restore
31 lazy restore (on both SMP and UP systems). This means that the register file is
34 another core). Lazy restore is implemented by disabling the NEON/VFP unit after
36 instruction is issued, allowing the kernel to step in and perform the restore if
45 mode will hit the lazy restore trap upon next use. This is handled by the
52 preserve/restore mechanism for the kernel mode NEON/VFP register contents. This
/Linux-v5.15/arch/csky/kernel/probes/
Dkprobes.c56 p->ainsn.api.restore = (unsigned long)p->addr + offset; in arch_prepare_ss_slot()
63 p->ainsn.api.restore = 0; in arch_prepare_simulate()
249 if (cur->ainsn.api.restore != 0) in post_kprobe_handler()
250 regs->pc = cur->ainsn.api.restore; in post_kprobe_handler()

12345678910>>...18