Home
last modified time | relevance | path

Searched refs:name_as_ints (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c155 unsigned int *name_as_ints = (unsigned int *)name; in cpu_get_name() local
163 name_as_ints[i * 4 + 0] = regs.eax; in cpu_get_name()
164 name_as_ints[i * 4 + 1] = regs.ebx; in cpu_get_name()
165 name_as_ints[i * 4 + 2] = regs.ecx; in cpu_get_name()
166 name_as_ints[i * 4 + 3] = regs.edx; in cpu_get_name()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcpu.c237 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name() local
239 name_as_ints[0] = result.ebx; in build_vendor_name()
240 name_as_ints[1] = result.edx; in build_vendor_name()
241 name_as_ints[2] = result.ecx; in build_vendor_name()