Home
last modified time | relevance | path

Searched refs:region_offset (Results 1 – 5 of 5) sorted by relevance

/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign.c328 (const char*)region->region_name, region->region_offset, in validate_payload_regions()
329 region->region_offset + region->region_size); in validate_payload_regions()
330 if ((region->region_offset % IMAGE_REGION_ALIGNMENT) != 0 || in validate_payload_regions()
336 if (region->region_offset != byte_count || in validate_payload_regions()
344 if (d_offset >= region->region_offset && d_offset < byte_count) in validate_payload_regions()
402 hash_start = region->region_offset; in validate_payload_regions()
414 hash_size = (region->region_offset + region->region_size - in validate_payload_regions()
429 } while (hash_start != region->region_offset + region->region_size); in validate_payload_regions()
/openbmc/google-misc/subprojects/libcr51sign/include/libcr51sign/
H A Dcr51_image_descriptor.h168 uint32_t region_offset; // read- and write- protected regions must be member
/openbmc/qemu/hw/virtio/
H A Dtrace-events21 vhost_user_postcopy_fault_handler_found(int i, uint64_t region_offset, uint64_t rb_offset) "%d: region_offset: 0x%"PRIx64" rb_offset:0x%"PRIx64
H A Dvhost-user.c1961 uint64_t region_offset = faultaddr - u->postcopy_client_bases[i]; in vhost_user_postcopy_waker()
1962 if (region_offset < dev->mem->regions[i].memory_size) { in vhost_user_postcopy_waker()
1963 rb_offset = region_offset + u->region_rb_offset[i]; in vhost_user_postcopy_waker()
1965 region_offset, rb_offset); in vhost_user_postcopy_waker()
1939 uint64_t region_offset = faultaddr - u->postcopy_client_bases[i]; vhost_user_postcopy_fault_handler() local
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c88 uint64_t region_offset; member