Home
last modified time | relevance | path

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

/qemu/hw/pci/
H A Dpci_bridge.c141 limit = pci_config_get_memory_base(bridge, PCI_MEMORY_LIMIT); in pci_bridge_get_limit()
292 pci_word_test_and_clear_mask(conf + PCI_MEMORY_LIMIT, in pci_bridge_disable_base_limit()
329 pci_word_test_and_clear_mask(conf + PCI_MEMORY_LIMIT, in pci_bridge_reset()
H A Dpci.c900 pci_set_word(d->wmask + PCI_MEMORY_LIMIT, in pci_init_mask_bridge()
/qemu/hw/pci-host/
H A Dxilinx-pcie.c280 pci_set_word(pci_dev->config + PCI_MEMORY_LIMIT, in xilinx_pcie_root_realize()
H A Dpnv_phb.c232 pci_set_word(conf + PCI_MEMORY_LIMIT, 0xfff0); in pnv_phb_root_port_reset_hold()
/qemu/include/standard-headers/linux/
H A Dpci_regs.h144 #define PCI_MEMORY_LIMIT 0x22 macro