Searched refs:be_image (Results 1 – 2 of 2) sorted by relevance
43 bool be_image, be_kernel; in image_load() local56 be_image = riscv_image_flag_field(flags, RISCV_IMAGE_FLAG_BE); in image_load()58 if (be_image != be_kernel) { in image_load()
43 bool be_image, be_kernel; in image_load() local60 be_image = arm64_image_flag_field(flags, ARM64_IMAGE_FLAG_BE); in image_load()62 if ((be_image != be_kernel) && !system_supports_mixed_endian()) in image_load()
Completed in 4 milliseconds