/Linux-v4.19/fs/proc/ |
D | stat.c | 90 struct timespec64 boottime; in show_stat() local 95 getboottime64(&boottime); in show_stat() 170 (unsigned long long)boottime.tv_sec, in show_stat()
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi.c | 337 efi_systab.boottime = (void *)(unsigned long)systab64->boottime; in efi_systab_init() 338 tmp |= systab64->boottime; in efi_systab_init() 373 efi_systab.boottime = (void *)(unsigned long)systab32->boottime; in efi_systab_init()
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | macintosh.h | 100 unsigned long boottime; member
|
/Linux-v4.19/arch/arm/include/asm/ |
D | efi.h | 56 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | efi.h | 85 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
|
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/ |
D | octeon_console.c | 812 char boottime[MAX_BOOTTIME_SIZE]; in octeon_download_firmware() local 906 ret = snprintf(boottime, MAX_BOOTTIME_SIZE, in octeon_download_firmware() 914 strncat(h->bootcmd, boottime, in octeon_download_firmware()
|
/Linux-v4.19/arch/x86/xen/ |
D | efi.c | 51 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
|
/Linux-v4.19/drivers/net/wireless/marvell/libertas/ |
D | types.h | 263 uint8_t boottime; member
|
D | mesh.c | 412 return snprintf(buf, 12, "%d\n", defs.boottime); in boottime_get() 764 static DEVICE_ATTR(boottime, 0644, boottime_get, boottime_set);
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 32 ktime_t boottime; member
|
D | i915_gpu_error.c | 657 ts = ktime_to_timespec64(error->boottime); in i915_error_state_to_str() 1787 error->boottime = ktime_get_boottime(); in capture()
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 125 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
|
D | fdt.c | 361 sys_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
|
/Linux-v4.19/arch/m68k/mac/ |
D | config.c | 114 mac_bi_data.boottime = be32_to_cpup(data); in mac_parse_bootinfo() 879 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 7 by not allocating this extra memory according to boottime
|
/Linux-v4.19/tools/power/pm-graph/ |
D | bootgraph.py | 215 boottime = '' variable in Data 273 sysvals.vprint(' Boot time: %s' % self.boottime) 336 data.boottime = bt.strftime('%Y-%m-%d_%H:%M:%S')
|
/Linux-v4.19/include/linux/ |
D | efi.h | 718 u64 boottime; member 735 u32 boottime; member 751 efi_boot_services_t *boottime; member
|
/Linux-v4.19/Documentation/core-api/ |
D | timekeeping.rst | 115 in user space, along with the equivalent boottime/tai/raw
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 38 c->boot_services = table->boottime; \
|
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | utils.c | 1842 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime) in iwl_mvm_get_sync_time() argument 1856 *boottime = ktime_get_boot_ns(); in iwl_mvm_get_sync_time()
|
D | mvm.h | 1443 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);
|