Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dvmport.c174 uint32_t *uuid_parts = (uint32_t *)(qemu_uuid.data); in vmport_cmd_get_bios_uuid() local
176 cpu->env.regs[R_EAX] = le32_to_cpu(uuid_parts[0]); in vmport_cmd_get_bios_uuid()
177 cpu->env.regs[R_EBX] = le32_to_cpu(uuid_parts[1]); in vmport_cmd_get_bios_uuid()
178 cpu->env.regs[R_ECX] = le32_to_cpu(uuid_parts[2]); in vmport_cmd_get_bios_uuid()
179 cpu->env.regs[R_EDX] = le32_to_cpu(uuid_parts[3]); in vmport_cmd_get_bios_uuid()