Searched refs:restart (Results 251 - 275 of 425) sorted by last modified time

<<11121314151617

/linux-master/drivers/watchdog/
H A Dftwdt010_wdt.c124 .restart = ftwdt010_wdt_restart,
/linux-master/arch/x86/include/asm/
H A Dreboot.h10 void (*restart)(char *cmd); member in struct:machine_ops
/linux-master/net/nfc/nci/
H A Duart.c77 restart:
97 goto restart;
/linux-master/drivers/usb/host/
H A Doxu210hp-hcd.c2702 restart:
2732 goto restart;
H A Dehci-sched.c2379 restart:
2479 goto restart;
2490 goto restart;
H A Dehci-hcd.c724 restart:
751 goto restart;
/linux-master/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c242 static void restart(struct net_device *dev) function
504 * down. We now issue a restart transmit.
566 .restart = restart,
H A Dfs_enet.h81 void (*restart)(struct net_device *dev); member in struct:fs_ops
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c492 ppc_md.restart = pnv_restart;
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c584 .restart = pmac_restart,
/linux-master/arch/powerpc/platforms/maple/
H A Dsetup.c108 maple_nvram_offset = of_get_property(sp, "restart-addr", NULL);
109 maple_nvram_command = of_get_property(sp, "restart-value", NULL);
168 ppc_md.restart = rtas_restart;
356 .restart = maple_restart,
/linux-master/arch/powerpc/platforms/embedded6xx/
H A Dholly.c265 .restart = holly_restart,
/linux-master/arch/powerpc/platforms/cell/
H A Dsetup.c264 .restart = rtas_restart,
/linux-master/arch/powerpc/platforms/8xx/
H A Dmpc885ads_setup.c214 .restart = mpc8xx_restart,
H A Dtqm8xx_setup.c143 .restart = mpc8xx_restart,
H A Dmpc86xads_setup.c140 .restart = mpc8xx_restart,
H A Dadder875.c103 .restart = mpc8xx_restart,
/linux-master/arch/powerpc/platforms/85xx/
H A Dksi8560.c183 .restart = machine_restart,
/linux-master/arch/powerpc/platforms/83xx/
H A Dmpc832x_rdb.c224 .restart = mpc83xx_restart,
H A Dkm83xx.c185 .restart = mpc83xx_restart,
/linux-master/arch/powerpc/platforms/82xx/
H A Dep8248e.c305 .restart = pq2_restart,
H A Dkm82xx.c197 .restart = pq2_restart,
/linux-master/arch/powerpc/platforms/512x/
H A Dmpc5121_ads.c70 .restart = mpc512x_restart,
/linux-master/arch/arm/kernel/
H A Dsignal.c541 int restart = 0; local
552 * Prepare for system call restart. We do this here so that a
557 restart -= 2;
562 restart++;
575 * decision to restart the system call. But skip this if a
576 * debugger has chosen to restart at a different PC.
580 if (unlikely(restart) && regs->ARM_pc == restart_addr) {
593 if (unlikely(restart) && regs->ARM_pc == restart_addr) {
595 return restart;
618 int restart local
[all...]
H A Dentry-armv.S192 @ r4 - lr_<exception>, already fixed up for correct return/restart
373 @ r4 - lr_<exception>, already fixed up for correct return/restart

Completed in 233 milliseconds

<<11121314151617