Searched refs:boottime (Results 1 – 4 of 4) sorted by relevance
/arch/x86/boot/compressed/ |
D | eboot.c | 62 status = efi_call_phys3(sys_table->boottime->allocate_pool, in __get_map() 67 status = efi_call_phys5(sys_table->boottime->get_memory_map, map_size, in __get_map() 70 efi_call_phys1(sys_table->boottime->free_pool, m); in __get_map() 75 efi_call_phys1(sys_table->boottime->free_pool, m); in __get_map() 141 status = efi_call_phys4(sys_table->boottime->allocate_pages, in high_alloc() 154 efi_call_phys1(sys_table->boottime->free_pool, map); in high_alloc() 205 status = efi_call_phys4(sys_table->boottime->allocate_pages, in low_alloc() 218 efi_call_phys1(sys_table->boottime->free_pool, map); in low_alloc() 228 efi_call_phys2(sys_table->boottime->free_pages, addr, size); in low_free() 269 status = efi_call_phys5(sys_table->boottime->locate_handle, in setup_efi_pci() [all …]
|
/arch/m68k/include/asm/ |
D | bootinfo.h | 186 unsigned long boottime; member 306 unsigned long boottime; member
|
/arch/x86/platform/efi/ |
D | efi.c | 521 efi_systab.boottime = (void *)(unsigned long)systab64->boottime; in efi_systab_init() 522 tmp |= systab64->boottime; in efi_systab_init() 554 efi_systab.boottime = (void *)(unsigned long)systab32->boottime; in efi_systab_init()
|
/arch/m68k/mac/ |
D | config.c | 136 mac_bi_data.boottime = *data; in mac_parse_bootinfo() 924 mac_bi_data.boottime, mac_bi_data.gmtbias); in mac_identify()
|