Searched refs:cap_bits (Results 1 – 3 of 3) sorted by relevance
443 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()
111 } cap_bits; member
1180 uint16_t cap_bits = 0; in pcie_acs_init() local1199 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