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()
854 if (efi_early->is64) in setup_gop()
978 if (efi_early->is64) in setup_uga()
1072 if (efi_early->is64) in make_boot_params()
1300 void *handle, bool is64) in exit_boot() argument
1340 signature = is64 ? EFI64_LOADER_SIGNATURE : EFI32_LOADER_SIGNATURE; in exit_boot()
1400 bool is64; in efi_main() local
1406 is64 = efi_early->is64; in efi_main()
1414 if (is64) in efi_main()
1457 status = exit_boot(boot_params, handle, is64); in efi_main()