Home
last modified time | relevance | path

Searched refs:boottime (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/firmware/efi/libstub/
Darm-stub.c55 status = sys_table_arg->boottime->handle_protocol(handle, in efi_open_volume()
114 status = sys_table_arg->boottime->allocate_pool(EFI_LOADER_DATA, in efi_file_size()
124 sys_table_arg->boottime->free_pool(info); in efi_file_size()
129 sys_table_arg->boottime->free_pool(info); in efi_file_size()
198 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
Dfdt.c262 sys_table->boottime->free_pool(memory_map); in allocate_new_fdt_and_exit_boot()
279 status = sys_table->boottime->exit_boot_services(handle, mmap_key); in allocate_new_fdt_and_exit_boot()
316 sys_table->boottime->free_pool(memory_map); in allocate_new_fdt_and_exit_boot()
322 sys_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
/linux-4.1.27/fs/proc/
Dstat.c89 struct timespec boottime; in show_stat() local
94 getboottime(&boottime); in show_stat()
95 jif = boottime.tv_sec; in show_stat()
/linux-4.1.27/arch/arm64/include/asm/
Defi.h49 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
/linux-4.1.27/arch/m68k/include/asm/
Dmacintosh.h97 unsigned long boottime; member
/linux-4.1.27/arch/x86/platform/efi/
Defi.c274 efi_systab.boottime = (void *)(unsigned long)systab64->boottime; in efi_systab_init()
275 tmp |= systab64->boottime; in efi_systab_init()
310 efi_systab.boottime = (void *)(unsigned long)systab32->boottime; in efi_systab_init()
/linux-4.1.27/mm/
DKconfig.debug7 by not allocating this extra memory according to boottime
/linux-4.1.27/drivers/net/wireless/libertas/
Dtypes.h262 uint8_t boottime; member
Dmesh.c416 return snprintf(buf, 12, "%d\n", defs.boottime); in boottime_get()
768 static DEVICE_ATTR(boottime, 0644, boottime_get, boottime_set);
/linux-4.1.27/include/linux/
Defi.h634 u64 boottime; member
651 u32 boottime; member
667 efi_boot_services_t *boottime; member
/linux-4.1.27/arch/m68k/mac/
Dconfig.c113 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo()
897 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
/linux-4.1.27/drivers/xen/
Defi.c284 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/linux-4.1.27/arch/x86/boot/compressed/
Deboot.c38 bt = (typeof(bt))(unsigned long)(table->boottime); \
/linux-4.1.27/drivers/scsi/
DKconfig1619 bool "Reset SCSI-devices at boottime"