Searched refs:boottime (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 55 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()
|
D | fdt.c | 262 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/ |
D | stat.c | 89 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/ |
D | efi.h | 49 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | macintosh.h | 97 unsigned long boottime; member
|
/linux-4.1.27/arch/x86/platform/efi/ |
D | efi.c | 274 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/ |
D | Kconfig.debug | 7 by not allocating this extra memory according to boottime
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | types.h | 262 uint8_t boottime; member
|
D | mesh.c | 416 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/ |
D | efi.h | 634 u64 boottime; member 651 u32 boottime; member 667 efi_boot_services_t *boottime; member
|
/linux-4.1.27/arch/m68k/mac/ |
D | config.c | 113 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/ |
D | efi.c | 284 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 38 bt = (typeof(bt))(unsigned long)(table->boottime); \
|
/linux-4.1.27/drivers/scsi/ |
D | Kconfig | 1619 bool "Reset SCSI-devices at boottime"
|