Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/controller/
Dpci-hyperv.c519 bool use_calls; /* Use hypercalls to access mmio cfg space */ member
1144 if (hbus->use_calls) { in _hv_pcifront_read_config()
1191 if (hbus->use_calls) { in hv_pcifront_get_vendor_id()
1240 if (hbus->use_calls) { in _hv_pcifront_write_config()
3679 hbus->use_calls = !!(ms_hyperv.hints & HV_X64_USE_MMIO_HYPERCALLS); in hv_pci_probe()
3689 hbus->use_calls = false; in hv_pci_probe()
/linux-6.12.1/Documentation/virt/hyperv/
Dcoco.rst233 "use_calls" flag indicating to use hypercalls.