Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/
Dcpu.c154 unsigned int *name_as_ints = (unsigned int *)name; in cpu_get_name() local
162 name_as_ints[i * 4 + 0] = regs.eax; in cpu_get_name()
163 name_as_ints[i * 4 + 1] = regs.ebx; in cpu_get_name()
164 name_as_ints[i * 4 + 2] = regs.ecx; in cpu_get_name()
165 name_as_ints[i * 4 + 3] = regs.edx; in cpu_get_name()
/external/u-boot/arch/x86/cpu/i386/
Dcpu.c236 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name() local
238 name_as_ints[0] = result.ebx; in build_vendor_name()
239 name_as_ints[1] = result.edx; in build_vendor_name()
240 name_as_ints[2] = result.ecx; in build_vendor_name()