Searched refs:reset_system (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dreboot.c46 efi.reset_system(efi_mode, EFI_SUCCESS, 0, NULL);
56 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL);
H A Druntime-wrappers.c508 pr_warn("failed to invoke the reset_system() runtime service:\n"
515 arch_efi_call_virt(efi.runtime, reset_system, reset_type, status,
567 efi.reset_system = virt_efi_reset_system;
/linux-master/arch/loongarch/kernel/
H A Dreset.c52 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL);
/linux-master/arch/mips/loongson64/
H A Denv.c161 loongson_sysconf.restart_addr = boot_p->reset_system.ResetWarm;
162 loongson_sysconf.poweroff_addr = boot_p->reset_system.Shutdown;
163 loongson_sysconf.suspend_addr = boot_p->reset_system.DoSuspend;
/linux-master/arch/arm/mach-omap2/
H A Dprm2xxx.c216 .reset_system = &omap2xxx_prm_dpll_reset,
H A Dprm.h145 void (*reset_system)(void); member in struct:prm_ll_data
H A Dprm_common.c469 if (!prm_ll_data->reset_system) {
475 prm_ll_data->reset_system();
H A Dprm33xx.c395 .reset_system = am33xx_prm_global_sw_reset,
H A Dprm3xxx.c668 .reset_system = &omap3xxx_prm_dpll3_reset,
H A Dprm44xx.c797 .reset_system = omap4_prminst_global_warm_sw_reset,
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h197 struct efi_reset_system_t reset_system; member in struct:boot_params
/linux-master/arch/x86/platform/efi/
H A Defi_64.c745 efi_thunk(reset_system, reset_type, status, data_size, phys_data);
842 efi.reset_system = efi_thunk_reset_system;
/linux-master/include/linux/
H A Defi.h277 u32 reset_system; member in struct:__anon1099
330 efi_reset_system_t __efiapi *reset_system; member in struct:__anon1100::__anon1101
668 efi_reset_system_t *reset_system; member in struct:efi
/linux-master/drivers/xen/
H A Defi.c294 efi.reset_system = xen_efi_reset_system;
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c531 efi.reset_system(EFI_RESET_SHUTDOWN, EFI_SUCCESS, 0, NULL);
/linux-master/drivers/firmware/efi/test/
H A Defi_test.c552 efi.reset_system(resetsystem.reset_type, resetsystem.status,

Completed in 169 milliseconds