Searched refs:loongson_machtypes (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/loader/mips/
H A Dlinux.c41 const char loongson_machtypes[][60] = variable
300 size += ALIGN_UP (sizeof (loongson_machtypes[0]), 4);
357 if (mtype >= ARRAY_SIZE (loongson_machtypes))
361 grub_memcpy (linux_args, loongson_machtypes[mtype],
362 sizeof (loongson_machtypes[mtype]));
366 linux_args += ALIGN_UP (sizeof (loongson_machtypes[mtype]), 4);

Completed in 198 milliseconds