/arch/ia64/kernel/ |
D | signal.c | 43 restore_sigcontext (struct sigcontext __user *sc, struct sigscratch *scr) in restore_sigcontext() argument 58 err |= __get_user(scr->pt.ar_unat, &sc->sc_ar_unat); in restore_sigcontext() 59 err |= __get_user(scr->pt.ar_fpsr, &sc->sc_ar_fpsr); in restore_sigcontext() 60 err |= __get_user(scr->pt.ar_pfs, &sc->sc_ar_pfs); in restore_sigcontext() 61 err |= __get_user(scr->pt.pr, &sc->sc_pr); /* predicates */ in restore_sigcontext() 62 err |= __get_user(scr->pt.b0, &sc->sc_br[0]); /* b0 (rp) */ in restore_sigcontext() 63 err |= __get_user(scr->pt.b6, &sc->sc_br[6]); /* b6 */ in restore_sigcontext() 64 err |= __copy_from_user(&scr->pt.r1, &sc->sc_gr[1], 8); /* r1 */ in restore_sigcontext() 65 err |= __copy_from_user(&scr->pt.r8, &sc->sc_gr[8], 4*8); /* r8-r11 */ in restore_sigcontext() 66 err |= __copy_from_user(&scr->pt.r12, &sc->sc_gr[12], 2*8); /* r12-r13 */ in restore_sigcontext() [all …]
|
D | process.c | 162 do_notify_resume_user(sigset_t *unused, struct sigscratch *scr, long in_syscall) in do_notify_resume_user() argument 164 if (fsys_mode(current, &scr->pt)) { in do_notify_resume_user() 169 if (!ia64_psr(&scr->pt)->lp) in do_notify_resume_user() 170 ia64_psr(&scr->pt)->lp = 1; in do_notify_resume_user() 178 ia64_do_signal(scr, in_syscall); in do_notify_resume_user() 183 resume_user_mode_work(&scr->pt); in do_notify_resume_user()
|
D | unwind.c | 1837 struct unw_script *scr; in find_save_locs() local 1848 scr = script_lookup(info); in find_save_locs() 1849 if (!scr) { in find_save_locs() 1851 scr = build_script(info); in find_save_locs() 1852 if (!scr) { in find_save_locs() 1861 info->hint = scr->hint; in find_save_locs() 1862 info->prev_script = scr - unw.cache; in find_save_locs() 1864 run_script(scr, info); in find_save_locs() 1867 write_unlock(&scr->lock); in find_save_locs() 1870 read_unlock(&scr->lock); in find_save_locs()
|
/arch/powerpc/platforms/85xx/ |
D | mpc85xx_mds.c | 58 int scr; in mpc8568_fixup_125_clock() local 62 scr = phy_read(phydev, MV88E1111_SCR); in mpc8568_fixup_125_clock() 64 if (scr < 0) in mpc8568_fixup_125_clock() 65 return scr; in mpc8568_fixup_125_clock() 67 err = phy_write(phydev, MV88E1111_SCR, scr & ~(MV88E1111_SCR_125CLK)); in mpc8568_fixup_125_clock() 77 scr = phy_read(phydev, MV88E1111_SCR); in mpc8568_fixup_125_clock() 79 if (scr < 0) in mpc8568_fixup_125_clock() 80 return scr; in mpc8568_fixup_125_clock() 82 err = phy_write(phydev, MV88E1111_SCR, scr | 0x0008); in mpc8568_fixup_125_clock()
|
/arch/sh/boards/mach-hp6xx/ |
D | pm.c | 101 u8 scr; in hp6x0_pm_enter() local 108 scr = inb(HD64461_PCC1SCR); in hp6x0_pm_enter() 109 scr |= HD64461_PCCSCR_VCC1; in hp6x0_pm_enter() 110 outb(scr, HD64461_PCC1SCR); in hp6x0_pm_enter()
|
/arch/loongarch/kernel/ |
D | lbt.S | 26 movscr2gr t1, $scr0 # save scr 45 ldptr.d t1, a0, THREAD_SCR0 # restore scr 78 movscr2gr t1, $scr0 # save scr 98 EX ld.d t1, a0, (0 * SCR_REG_WIDTH) # restore scr
|
/arch/sh/boot/ |
D | .gitignore | 5 !vmlinux.scr
|
/arch/nios2/boot/compressed/ |
D | Makefile | 18 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/../vmlinux.gz FORCE
|
/arch/mips/kernel/ |
D | irq_txx9.c | 30 u32 scr; member 96 __raw_writel(TXx9_IRSCR_EIClrE | irq_nr, &txx9_ircptr->scr); in txx9_irq_mask_ack()
|
/arch/loongarch/include/uapi/asm/ |
D | ptrace.h | 60 uint64_t scr[4]; member
|
/arch/arm/mach-sa1100/ |
D | assabet.c | 628 unsigned long scr, i; in get_assabet_scr() local 634 scr = GPLR; in get_assabet_scr() 636 scr &= 0x3fc; /* save as system configuration byte. */ in get_assabet_scr() 637 SCR_value = scr; in get_assabet_scr()
|
/arch/sh/boot/romimage/ |
D | Makefile | 29 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/zeropage.bin arch/sh/boot/zImage FORCE
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pci.c | 66 u32 scr; /* PCI + 0x04 */ member 254 tmp = in_be32(&pci_regs->scr); in mpc52xx_pci_setup() 256 out_be32(&pci_regs->scr, tmp); in mpc52xx_pci_setup()
|
/arch/arm64/boot/dts/broadcom/northstar2/ |
D | ns2-clock.dtsi | 70 compatible = "brcm,ns2-genpll-scr"; 75 clock-output-names = "genpll_scr", "scr", "fs",
|
/arch/sh/include/asm/ |
D | smc37c93x.h | 79 volatile __u16 scr; member
|
/arch/sh/boot/compressed/ |
D | Makefile | 58 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix_y) FORCE
|
/arch/parisc/boot/compressed/ |
D | Makefile | 74 $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/vmlinux.bin.$(suffix-y) FORCE
|
/arch/arm/probes/ |
D | decode.c | 40 : [ret] "=r" (ret), [scr] "=r" (scratch), [addr] "+m" (addr)); in find_str_pc_offset()
|
/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 3514 uint64_t scr:2; member 3524 uint64_t scr:2; 3844 uint64_t scr:8; member 3846 uint64_t scr:8; 4259 uint64_t scr:8; member 4261 uint64_t scr:8;
|
/arch/arm64/boot/dts/broadcom/stingray/ |
D | stingray.dtsi | 162 scr {
|
/arch/arm64/boot/dts/rockchip/ |
D | rk3568-pinctrl.dtsi | 2020 scr { 2022 scr_pins: scr-pins {
|