Searched refs:found (Results 1 – 8 of 8) sorted by relevance
17 bool found = false; in allocate_to_prelaunched_vm() local23 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()
259 int found = 0; in probe_smbios_table() local265 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()
1098 (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 …]
112 bool found; in get_flags() local120 found = false; in get_flags()123 found = true; in get_flags()127 if (!found) { in get_flags()
818 bool found = false; in find_match_mmio_node() local825 found = true; in find_match_mmio_node()830 if (!found) { in find_match_mmio_node()
284 const struct pci_pdev *found = NULL, *tmp; in pci_find_pdev() local289 found = tmp; in pci_find_pdev()293 return found; in pci_find_pdev()
31 bool found = false; in is_vmx_msr() local36 found = true; in is_vmx_msr()41 return found; in is_vmx_msr()
498 bool found = false; in ioapic_to_dmaru() local507 found = true; in ioapic_to_dmaru()511 if (found) { in ioapic_to_dmaru()
Completed in 22 milliseconds