Searched refs:is_present (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | addrspace.c | 180 static bool is_present(uint64_t entry) in is_present() function 204 if (!get_pml4e(vs, va, &pml4e) || !is_present(pml4e)) { in va_space_va2pa() 208 if (!get_pdpi(vs, va, pml4e, &pdpe) || !is_present(pdpe)) { in va_space_va2pa() 216 if (!get_pgd(vs, va, pdpe, &pgd) || !is_present(pgd)) { in va_space_va2pa() 224 if (!get_pte(vs, va, pgd, &pte) || !is_present(pte)) { in va_space_va2pa()
|
| /openbmc/qemu/hw/vfio/ |
| H A D | migration-multifd.c | 56 bool is_present; member 81 if (!lb->is_present) { in vfio_state_buffer_clear() 86 lb->is_present = false; in vfio_state_buffer_clear() 139 if (lb->is_present) { in vfio_load_state_buffer_insert() 160 lb->is_present = true; in vfio_load_state_buffer_insert() 241 assert(lb->is_present); in vfio_load_bufs_thread_load_config() 292 if (!lb->is_present) { in vfio_load_state_buffer_get()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | selenium_helpers_base.py | 216 is_present = lambda driver: self.find(selector) function 218 element = Wait(self.driver, timeout=timeout).until(is_present, msg)
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | test-qapi.py | 99 if ifcond.is_present():
|
| /openbmc/qemu/docs/sphinx/ |
| H A D | qapidoc.py | 293 if ent.ifcond.is_present():
|
| /openbmc/libpldm/ |
| H A D | CHANGELOG.md | 814 - pdr: Make is_present() static 899 - pdr: Deprecate is_present()
|
| /openbmc/libpldm/src/dsp/ |
| H A D | pdr.c | 1104 static bool is_present(pldm_entity entity, pldm_entity **entities, in is_present() function 1137 if (is_present(curr->entity, entities, num_entities)) { in entity_association_pdr_add()
|