Home
last modified time | relevance | path

Searched refs:is_present (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.c180 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 Dmigration-multifd.c56 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 Dselenium_helpers_base.py216 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 Dtest-qapi.py99 if ifcond.is_present():
/openbmc/qemu/docs/sphinx/
H A Dqapidoc.py293 if ent.ifcond.is_present():
/openbmc/libpldm/
H A DCHANGELOG.md814 - pdr: Make is_present() static
899 - pdr: Deprecate is_present()
/openbmc/libpldm/src/dsp/
H A Dpdr.c1104 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()