Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h16 #define FW_CFG_MACHINE_ID 0x06 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h16 #define FW_CFG_MACHINE_ID 0x06 macro
/openbmc/u-boot/include/
H A Dqfw.h18 FW_CFG_MACHINE_ID = 0x06, enumerator
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c321 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, ARCH_HEATHROW); in ppc_heathrow_init()
H A Dprep.c398 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, ARCH_PREP); in ibm_40p_init()
H A Dmac_newworld.c479 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, machine_arch); in ppc_core99_init()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c708 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, hwdef->machine_id); in sun4uv_init()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c1076 fw_cfg_add_i16(fw_cfg, FW_CFG_MACHINE_ID, hwdef->machine_id); in sun4m_hw_init()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c88 [FW_CFG_MACHINE_ID] = "machine_id", in key_name()