Home
last modified time | relevance | path

Searched refs:use_calls (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/controller/
H A Dpci-hyperv.c517 bool use_calls; /* Use hypercalls to access mmio cfg space */ member
1211 if (hbus->use_calls) { in _hv_pcifront_read_config()
1258 if (hbus->use_calls) { in hv_pcifront_get_vendor_id()
1307 if (hbus->use_calls) { in _hv_pcifront_write_config()
3767 hbus->use_calls = !!(ms_hyperv.hints & HV_X64_USE_MMIO_HYPERCALLS); in hv_pci_probe()
3777 hbus->use_calls = false; in hv_pci_probe()
/linux/Documentation/virt/hyperv/
H A Dcoco.rst233 "use_calls" flag indicating to use hypercalls.