Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dstat.c90 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/
Defi.c337 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/
Dmacintosh.h100 unsigned long boottime; member
/Linux-v4.19/arch/arm/include/asm/
Defi.h56 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
/Linux-v4.19/arch/arm64/include/asm/
Defi.h85 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_console.c812 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/
Defi.c51 .boottime = (efi_boot_services_t *)EFI_INVALID_TABLE_ADDR,
/Linux-v4.19/drivers/net/wireless/marvell/libertas/
Dtypes.h263 uint8_t boottime; member
Dmesh.c412 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/
Di915_gpu_error.h32 ktime_t boottime; member
Di915_gpu_error.c657 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/
Darm-stub.c125 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
Dfdt.c361 sys_table->boottime->free_pool(runtime_map); in allocate_new_fdt_and_exit_boot()
/Linux-v4.19/arch/m68k/mac/
Dconfig.c114 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/
DKconfig.debug7 by not allocating this extra memory according to boottime
/Linux-v4.19/tools/power/pm-graph/
Dbootgraph.py215 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/
Defi.h718 u64 boottime; member
735 u32 boottime; member
751 efi_boot_services_t *boottime; member
/Linux-v4.19/Documentation/core-api/
Dtimekeeping.rst115 in user space, along with the equivalent boottime/tai/raw
/Linux-v4.19/arch/x86/boot/compressed/
Deboot.c38 c->boot_services = table->boottime; \
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dutils.c1842 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()
Dmvm.h1443 void iwl_mvm_get_sync_time(struct iwl_mvm *mvm, u32 *gp2, u64 *boottime);