Home
last modified time | relevance | path

Searched defs:SpaprPhbState (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/pci-host/
H A Dspapr.h50 struct SpaprPhbState { struct
51 PCIHostState parent_obj;
76 QLIST_ENTRY(SpaprPhbState) list; argument
78 bool ddw_enabled;
79 uint64_t page_size_mask;
80 uint64_t dma64_win_addr;
82 uint32_t numa_node;
84 bool pcie_ecs; /* Allow access to PCIe extended config space? */
110 int spapr_dt_phb(SpaprMachineState *spapr, SpaprPhbState *phb, argument