Home
last modified time | relevance | path

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

/u-boot/arch/x86/cpu/
A Dcpu.c144 unsigned int *name_as_ints = (unsigned int *)name; in cpu_get_name() local
152 name_as_ints[i * 4 + 0] = regs.eax; in cpu_get_name()
153 name_as_ints[i * 4 + 1] = regs.ebx; in cpu_get_name()
154 name_as_ints[i * 4 + 2] = regs.ecx; in cpu_get_name()
155 name_as_ints[i * 4 + 3] = regs.edx; in cpu_get_name()
/u-boot/arch/x86/cpu/i386/
A Dcpu.c256 unsigned int *name_as_ints = (unsigned int *)vendor_name; in build_vendor_name() local
258 name_as_ints[0] = result.ebx; in build_vendor_name()
259 name_as_ints[1] = result.edx; in build_vendor_name()
260 name_as_ints[2] = result.ecx; in build_vendor_name()

Completed in 6 milliseconds