Searched refs:boottime (Results 1 – 5 of 5) sorted by relevance
50 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
93 unsigned long boottime; member
266 efi_systab.boottime = (void *)(unsigned long)systab64->boottime; in efi_systab_init()267 tmp |= systab64->boottime; in efi_systab_init()302 efi_systab.boottime = (void *)(unsigned long)systab32->boottime; in efi_systab_init()
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()
37 bt = (typeof(bt))(unsigned long)(table->boottime); \