Home
last modified time | relevance | path

Searched refs:cpu_reset (Results 1 – 25 of 84) sorted by relevance

1234

/openbmc/qemu/target/arm/
H A Darm-powerctl.c68 cpu_reset(target_cpu_state); in arm_set_cpu_on_async_work()
196 cpu_reset(target_cpu_state); in arm_set_cpu_on_and_reset_async_work()
290 cpu_reset(target_cpu_state); in arm_reset_cpu_async_work()
/openbmc/linux/arch/arm/include/asm/
H A Dproc-fns.h96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));
137 #define cpu_reset PROC_VTABLE(reset) macro
H A Dglue-proc.h251 #define cpu_reset __glue(CPU_NAME,_reset) macro
/openbmc/linux/arch/xtensa/include/asm/
H A Dplatform.h44 void cpu_reset(void) __attribute__((noreturn));
/openbmc/linux/arch/arm/common/
H A Dmcpm_entry.c237 typedef typeof(cpu_reset) phys_reset_t;
301 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in mcpm_cpu_power_down()
390 phys_reset = (phys_reset_t)(unsigned long)__pa_symbol(cpu_reset); in nocache_trampoline()
/openbmc/u-boot/cmd/
H A Dmp.c47 cpu_reset(cpuid); in cpu_cmd()
/openbmc/linux/arch/arm/kernel/
H A Dreboot.c51 phys_reset = (phys_reset_t)virt_to_idmap(cpu_reset); in __soft_restart()
/openbmc/u-boot/arch/arm/mach-imx/mx6/
H A Dmp.c32 int cpu_reset(u32 nr) in cpu_reset() function
/openbmc/linux/arch/xtensa/platforms/iss/
H A Dsetup.c40 cpu_reset(); in iss_restart()
/openbmc/u-boot/arch/powerpc/cpu/mpc86xx/
H A Dmp.c16 int cpu_reset(u32 nr) in cpu_reset() function
/openbmc/qemu/hw/riscv/
H A Driscv_hart.c42 cpu_reset(CPU(cpu)); in riscv_harts_cpu_reset()
/openbmc/linux/arch/xtensa/platforms/xt2000/
H A Dsetup.c58 cpu_reset(); in xt2000_restart()
/openbmc/qemu/hw/xtensa/
H A Dsim.c51 cpu_reset(CPU(cpu)); in sim_reset()
/openbmc/linux/arch/arm/mach-milbeaut/
H A Dplatsmp.c112 phys_reset = (phys_reset_t)(unsigned long)virt_to_phys(cpu_reset); in m10v_die()
/openbmc/linux/arch/xtensa/kernel/
H A Dsetup.c402 void cpu_reset(void) in cpu_reset() function
419 unsigned long vaddr = (unsigned long)cpu_reset; in cpu_reset()
/openbmc/qemu/hw/misc/
H A Dmips_cpc.c40 cpu_reset(cs); in mips_cpu_reset_async_work()
/openbmc/qemu/hw/ppc/
H A Damigaone.c56 cpu_reset(CPU(cpu)); in amigaone_cpu_reset()
/openbmc/u-boot/board/imgtec/xilfpga/
H A DREADME39 When the example project bitstream is loaded, the cpu_reset button
/openbmc/linux/arch/xtensa/platforms/xtfpga/
H A Dsetup.c54 cpu_reset(); in xtfpga_restart()
/openbmc/qemu/hw/core/
H A Dgeneric-loader.c52 cpu_reset(s->cpu); in generic_loader_reset()
/openbmc/qemu/hw/microblaze/
H A Dboot.c59 cpu_reset(cs); in main_cpu_reset()
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_cpu.h174 cpu_reset(env_cpu(env)); in target_cpu_reset()
/openbmc/linux/Documentation/devicetree/bindings/mips/img/
H A Dxilfpga.txt76 When the example project bitstream is loaded, the cpu_reset button
/openbmc/qemu/hw/mips/
H A Dcps.c55 cpu_reset(cs); in main_cpu_reset()
H A Dmipssim.c114 cpu_reset(CPU(s->cpu)); in main_cpu_reset()

1234