Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dattr.c32 const char *entry, *entry_end; in env_attr_walk() local
43 entry_end = strchr(entry, ENV_ATTR_LIST_DELIM); in env_attr_walk()
45 if (entry_end == NULL) { in env_attr_walk()
62 int entry_len = entry_end - entry; in env_attr_walk()
106 entry = entry_end + 1; in env_attr_walk()
107 } while (entry_end != NULL); in env_attr_walk()
/openbmc/qemu/system/
H A Dmemory.c2140 hwaddr entry_end = entry->iova + entry->addr_mask; in memory_region_notify_iommu_one() local
2151 if (notifier->start > entry_end || notifier->end < entry->iova) { in memory_region_notify_iommu_one()
2158 tmp.addr_mask = MIN(entry_end, notifier->end) - tmp.iova; in memory_region_notify_iommu_one()
2160 assert(entry->iova >= notifier->start && entry_end <= notifier->end); in memory_region_notify_iommu_one()