Home
last modified time | relevance | path

Searched refs:backend_copy (Results 1 – 4 of 4) sorted by relevance

/openbmc/hiomapd/test/
H A Dflash_copy.c74 backend_copy(&context.backend, 0, dst, TEST_SIZE); in main()
/openbmc/hiomapd/
H A Dwindows.c197 rc = backend_copy(&context->backend, low_mem.flash_offset, in window_flush_v1()
212 rc = backend_copy(&context->backend, high_mem.flash_offset, in window_flush_v1()
616 rc = backend_copy(&context->backend, offset, cur->mem, cur->size); in windows_create_map()
H A Dbackend.h179 static inline int64_t backend_copy(struct backend *backend, in backend_copy() function
/openbmc/hiomapd/vpnor/
H A Dbackend.cpp168 backend_copy(&local, tocOffset, buf8 + tocStart, blTable.capacity()); in vpnor_copy_bootloader_partition()
169 backend_copy(&local, hbbOffset, buf8 + hbbOffset, hbbSize); in vpnor_copy_bootloader_partition()