Home
last modified time | relevance | path

Searched refs:cap_bits (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/hyperv/
A Dhv-balloon.c443 align = (1 << balloon->caps.cap_bits.hot_add_alignment) * MiB; in hv_balloon_our_range_ensure()
489 align = (1 << balloon->caps.cap_bits.hot_add_alignment) * in hv_balloon_hot_add_setup()
542 align = (1 << balloon->caps.cap_bits.hot_add_alignment) * in hv_balloon_hot_add_posting()
634 bool can_balloon = balloon->caps.cap_bits.balloon; in hv_balloon_idle_state_process_target()
646 bool can_hot_add = balloon->caps.cap_bits.hot_add; in hv_balloon_idle_state_process_target()
1157 bool can_hot_add = balloon->caps.cap_bits.hot_add; in hv_balloon_handle_unballoon_response()
/qemu/include/hw/hyperv/
A Ddynmem-proto.h111 } cap_bits; member
/qemu/hw/pci/
A Dpcie.c1180 uint16_t cap_bits = 0; in pcie_acs_init() local
1199 cap_bits = PCI_ACS_SV | PCI_ACS_TB | PCI_ACS_RR | in pcie_acs_init()
1203 pci_set_word(dev->config + offset + PCI_ACS_CAP, cap_bits); in pcie_acs_init()
1204 pci_set_word(dev->wmask + offset + PCI_ACS_CTRL, cap_bits); in pcie_acs_init()

Completed in 12 milliseconds