Lines Matching refs:is64
163 if (efi_early->is64) in efi_file_size()
174 if (efi_early->is64) { in efi_file_read()
189 if (efi_early->is64) { in efi_file_close()
255 if (efi_early->is64) in efi_open_volume()
266 if (efi_early->is64) { in efi_char16_printk()
565 if (efi_early->is64) in setup_efi_pci()
870 if (efi_early->is64) in setup_gop()
994 if (efi_early->is64) in setup_uga()
1087 if (efi_early->is64) in make_boot_params()
1316 void *handle, bool is64) in exit_boot() argument
1356 signature = is64 ? EFI64_LOADER_SIGNATURE : EFI32_LOADER_SIGNATURE; in exit_boot()
1416 bool is64; in efi_main() local
1422 is64 = efi_early->is64; in efi_main()
1430 if (is64) in efi_main()
1473 status = exit_boot(boot_params, handle, is64); in efi_main()