Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ppc/
H A Dppc.h104 #define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00)
105 #define FW_CFG_PPC_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01)
106 #define FW_CFG_PPC_DEPTH (FW_CFG_ARCH_LOCAL + 0x02)
107 #define FW_CFG_PPC_TBFREQ (FW_CFG_ARCH_LOCAL + 0x03)
108 #define FW_CFG_PPC_CLOCKFREQ (FW_CFG_ARCH_LOCAL + 0x04)
109 #define FW_CFG_PPC_IS_KVM (FW_CFG_ARCH_LOCAL + 0x05)
110 #define FW_CFG_PPC_KVM_HC (FW_CFG_ARCH_LOCAL + 0x06)
111 #define FW_CFG_PPC_KVM_PID (FW_CFG_ARCH_LOCAL + 0x07)
112 #define FW_CFG_PPC_NVRAM_ADDR (FW_CFG_ARCH_LOCAL + 0x08)
113 #define FW_CFG_PPC_BUSFREQ (FW_CFG_ARCH_LOCAL + 0x09)
[all …]
/openbmc/qemu/hw/i386/
H A Dfw_cfg.h18 #define FW_CFG_ACPI_TABLES (FW_CFG_ARCH_LOCAL + 0)
19 #define FW_CFG_SMBIOS_ENTRIES (FW_CFG_ARCH_LOCAL + 1)
20 #define FW_CFG_IRQ0_OVERRIDE (FW_CFG_ARCH_LOCAL + 2)
21 #define FW_CFG_HPET (FW_CFG_ARCH_LOCAL + 4)
/openbmc/qemu/hw/mips/
H A Dfw_cfg.h16 #define FW_CFG_MACHINE_VERSION (FW_CFG_ARCH_LOCAL + 0)
17 #define FW_CFG_CPU_FREQ (FW_CFG_ARCH_LOCAL + 1)
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h41 #define FW_CFG_ARCH_LOCAL 0x8000 macro
42 #define FW_CFG_ENTRY_MASK (~(FW_CFG_WRITE_CHANNEL | FW_CFG_ARCH_LOCAL))
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h41 #define FW_CFG_ARCH_LOCAL 0x8000 macro
42 #define FW_CFG_ENTRY_MASK (~(FW_CFG_WRITE_CHANNEL | FW_CFG_ARCH_LOCAL))
/openbmc/u-boot/include/
H A Dqfw.h40 FW_CFG_ARCH_LOCAL = 0x8000, enumerator
57 #define FW_CFG_ENTRY_MASK ~(FW_CFG_WRITE_CHANNEL | FW_CFG_ARCH_LOCAL)
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c110 if (key & FW_CFG_ARCH_LOCAL) { in key_name()
283 arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_select()
297 int arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_data_read()
363 arch = !!(s->cur_entry & FW_CFG_ARCH_LOCAL); in fw_cfg_dma_transfer()
623 int arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_update_mr()
704 int arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_add_bytes_callback()
723 int arch = !!(key & FW_CFG_ARCH_LOCAL); in fw_cfg_modify_bytes_read()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c70 #define FW_CFG_SPARC64_WIDTH (FW_CFG_ARCH_LOCAL + 0x00)
71 #define FW_CFG_SPARC64_HEIGHT (FW_CFG_ARCH_LOCAL + 0x01)
72 #define FW_CFG_SPARC64_DEPTH (FW_CFG_ARCH_LOCAL + 0x02)
/openbmc/qemu/hw/sparc/
H A Dsun4m.c81 #define FW_CFG_SUN4M_DEPTH (FW_CFG_ARCH_LOCAL + 0x00)
82 #define FW_CFG_SUN4M_WIDTH (FW_CFG_ARCH_LOCAL + 0x01)
83 #define FW_CFG_SUN4M_HEIGHT (FW_CFG_ARCH_LOCAL + 0x02)