Searched refs:restore (Results 26 - 50 of 359) sorted by relevance

1234567891011>>

/linux-master/net/unix/
H A Dunix_bpf.c144 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) argument
149 if (restore) {
160 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) argument
168 if (restore) {
/linux-master/arch/loongarch/kernel/
H A Dlbt.S46 ldptr.d t1, a0, THREAD_SCR0 # restore scr
55 ldptr.d t1, a0, THREAD_EFLAGS # restore eflags
99 EX ld.d t1, a0, (0 * SCR_REG_WIDTH) # restore scr
108 EX ld.w t1, a1, 0 # restore eflags
/linux-master/arch/riscv/kernel/probes/
H A Dkprobes.c30 p->ainsn.api.restore = (unsigned long)p->addr + offset;
39 p->ainsn.api.restore = 0;
220 /* return addr restore if non-branching insn */
221 if (cur->ainsn.api.restore != 0)
222 regs->epc = cur->ainsn.api.restore;
224 /* restore back original saved kprobe variables and continue */
/linux-master/arch/loongarch/include/asm/
H A Dfpu.h109 static inline void own_fpu_inatomic(int restore) argument
113 if (restore)
118 static inline void own_fpu(int restore) argument
121 own_fpu_inatomic(restore);
/linux-master/arch/m68k/ifpsp060/src/
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 d
[all...]
H A Dpfpsp.S730 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
731 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
732 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
745 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
746 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
747 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
764 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp0-fp1
765 fmovm.l USER_FPCR(%a6),%fpcr,%fpsr,%fpiar # restore ctrl regs
766 movm.l EXC_DREGS(%a6),&0x0303 # restore d0-d1/a0-a1
803 fmovm.x EXC_FPREGS(%a6),&0xc0 # restore fp
14678 restore: label
[all...]
/linux-master/drivers/video/fbdev/via/
H A Ddvi.c255 int restore; local
259 restore = viaparinfo->chip_info->tmds_chip_info.tmds_chip_slave_addr;
266 tmds_chip_info.tmds_chip_slave_addr = restore;
278 int i, restore; local
283 restore = tmds_chip->tmds_chip_slave_addr;
309 tmds_chip->tmds_chip_slave_addr = restore;
/linux-master/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
594 wsr a3, windowstart # restore WINDOWSTART
598 rsr a1, depc # restore stack pointer
600 rotw -1 # we restore a4..a7
601 _bltui a6, 16, .Lclear_regs # only have to restore current window?
710 * We restore th
[all...]
/linux-master/arch/arm/vfp/
H A Dvfphw.S40 tst r0, #FPEXC_EX @ is there additional state to restore?
42 VFPFMXR FPINST, r2 @ restore FPINST (only if FPEXC.EX is set)
47 VFPFMXR FPSCR, r1 @ restore status
/linux-master/drivers/char/hw_random/
H A Dn2-asm.S40 restore %g0, %o0, %o0
/linux-master/arch/sparc/kernel/
H A 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
H A Dhelpers.S15 restore %g0, %g0, %g0
/linux-master/arch/mips/kernel/
H A Dentry.S92 restore_all: # restore full frame
97 restore_partial: # restore partial frame
/linux-master/net/ipv4/
H A Dudp_bpf.c141 int udp_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) argument
145 if (restore) {
/linux-master/net/vmw_vsock/
H A Dvsock_bpf.c149 int vsock_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore) argument
153 if (restore) {
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci.c126 goto restore;
130 restore:
/linux-master/include/net/
H A Daf_unix.h135 int unix_dgram_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
136 int unix_stream_bpf_update_proto(struct sock *sk, struct sk_psock *psock, bool restore);
/linux-master/arch/m68k/fpsp040/
H A Dstanh.S117 fmovel %d1,%FPCR |restore users exceptions
157 fmovel %d1,%FPCR |restore users exceptions
165 fmovel %d1,%FPCR |restore users exceptions
179 fmovel %d1,%FPCR |restore users exceptions
/linux-master/arch/arm/mach-omap1/
H A Dsram.S56 ldmfd sp!, {r0 - r12, pc} @ restore regs and return
/linux-master/arch/csky/kernel/probes/
H A Dkprobes.c58 p->ainsn.api.restore = (unsigned long)p->addr + offset;
65 p->ainsn.api.restore = 0;
252 /* return addr restore if non-branching insn */
253 if (cur->ainsn.api.restore != 0)
254 regs->pc = cur->ainsn.api.restore;
256 /* restore back original saved kprobe variables and continue */
/linux-master/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c134 .restore = syncpt_restore,
/linux-master/tools/objtool/include/objtool/
H A Dcheck.h61 restore : 1, member in struct:instruction
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6352.c77 "%s: can't restore Serdes page register: %pe\n",
202 goto restore;
207 goto restore;
213 goto restore;
222 restore:
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile7 TEST_BOTH_AF += restore
/linux-master/arch/arm/kernel/
H A Dentry-ftrace.S108 pop {r0-r11, ip, lr} @ restore r0 through r12
109 ldr lr, [sp], #4 @ restore LR
131 pop {r0-r11, ip, lr} @ restore r0 through r12
132 ldr lr, [sp], #4 @ restore LR

Completed in 258 milliseconds

1234567891011>>