Home
last modified time | relevance | path

Searched refs:found (Results 1 – 8 of 8) sorted by relevance

/hypervisor/arch/x86/configs/
A Dpci_dev.c17 bool found = false; in allocate_to_prelaunched_vm() local
23 for (vmid = 0U; (vmid < CONFIG_MAX_VM_NUM) && !found; vmid++) { in allocate_to_prelaunched_vm()
31 found = true; in allocate_to_prelaunched_vm()
38 return found; in allocate_to_prelaunched_vm()
/hypervisor/quirks/
A Dsecurity_vm_fixup.c259 int found = 0; in probe_smbios_table() local
265 found = efi_search_smbios_eps(efi_system_tab, si); in probe_smbios_table()
268 found = mem_search_smbios_eps(si); in probe_smbios_table()
277 if (found && (si->smbios_table_size > (VM0_TPM_EVENTLOG_BASE_ADDR - VIRT_SMBIOS_TABLE_ADDR))) { in probe_smbios_table()
280 found = 0; in probe_smbios_table()
284 return found; in probe_smbios_table()
/hypervisor/lib/crypto/mbedtls/
A DChangeLog1098 (found by Benoit Lecocq).
1100 installed (found by Rawi666).
1572 size (found by TrustInSoft)
1621 (found by Matthew Page)
1637 (found by Barry K. Nathan)
1675 (found by Gergely Budai)
2065 size (found by TrustInSoft)
2535 (found by Mads Kiilerich)
2541 found by Boris Krasnovskiy)
2631 (found by Frank de Brabander)
[all …]
/hypervisor/lib/
A Dsprintf.c112 bool found; in get_flags() local
120 found = false; in get_flags()
123 found = true; in get_flags()
127 if (!found) { in get_flags()
/hypervisor/dm/
A Dio_req.c818 bool found = false; in find_match_mmio_node() local
825 found = true; in find_match_mmio_node()
830 if (!found) { in find_match_mmio_node()
/hypervisor/hw/
A Dpci.c284 const struct pci_pdev *found = NULL, *tmp; in pci_find_pdev() local
289 found = tmp; in pci_find_pdev()
293 return found; in pci_find_pdev()
/hypervisor/arch/x86/guest/
A Dnested.c31 bool found = false; in is_vmx_msr() local
36 found = true; in is_vmx_msr()
41 return found; in is_vmx_msr()
/hypervisor/arch/x86/
A Dvtd.c498 bool found = false; in ioapic_to_dmaru() local
507 found = true; in ioapic_to_dmaru()
511 if (found) { in ioapic_to_dmaru()

Completed in 22 milliseconds