OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FW_CFG_ARCH_LOCAL
(Results
1 - 3
of
3
) sorted by null
/external/qemu/hw/
fw_cfg.h
21
#define
FW_CFG_ARCH_LOCAL
0x8000
22
#define FW_CFG_ENTRY_MASK ~(FW_CFG_WRITE_CHANNEL |
FW_CFG_ARCH_LOCAL
)
fw_cfg.c
56
int arch = !!(s->cur_entry &
FW_CFG_ARCH_LOCAL
);
90
int arch = !!(s->cur_entry &
FW_CFG_ARCH_LOCAL
);
191
int arch = !!(key &
FW_CFG_ARCH_LOCAL
);
235
int arch = !!(key &
FW_CFG_ARCH_LOCAL
);
pc.c
59
#define FW_CFG_ACPI_TABLES (
FW_CFG_ARCH_LOCAL
+ 0)
60
#define FW_CFG_SMBIOS_ENTRIES (
FW_CFG_ARCH_LOCAL
+ 1)
[
all
...]
Completed in 5032 milliseconds