Home
last modified time | relevance | path

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

/openbmc/phosphor-mboxd/
H A Dmboxd_windows.c46 window->dirty_bmap = NULL; in init_window_state()
134 free(context->windows.window[i].dirty_bmap); in free_windows()
345 free(cur->dirty_bmap); in alloc_window_dirty_bytemap()
347 cur->dirty_bmap = calloc((cur->size >> in alloc_window_dirty_bytemap()
349 sizeof(*cur->dirty_bmap)); in alloc_window_dirty_bytemap()
375 memset(cur->dirty_bmap + offset, val, size); in set_window_bytemap()
417 if (window->dirty_bmap) { /* Might not have been allocated */ in reset_window()
H A Dmbox.h110 uint8_t *dirty_bmap; /* Bytemap of the dirty/erased state */ member
H A Dmboxd_msg.c574 uint8_t cur = context->current->dirty_bmap[i]; in mbox_handle_flush_window()
/openbmc/hiomapd/
H A Dwindows.c49 window->dirty_bmap = NULL; in init_window_state()
137 free(context->windows.window[i].dirty_bmap); in windows_free()
350 free(cur->dirty_bmap); in windows_alloc_dirty_bytemap()
352 cur->dirty_bmap = calloc((context->windows.default_size >> in windows_alloc_dirty_bytemap()
354 sizeof(*cur->dirty_bmap)); in windows_alloc_dirty_bytemap()
380 memset(cur->dirty_bmap + offset, val, size); in window_set_bytemap()
416 if (window->dirty_bmap) { /* Might not have been allocated */ in window_reset()
H A Dwindows.h25 uint8_t *dirty_bmap; /* Bytemap of the dirty/erased state */ member
H A Dprotocol.c393 uint8_t cur = context->current->dirty_bmap[i]; in generic_flush()
/openbmc/qemu/include/system/
H A Dkvm_int.h31 unsigned long *dirty_bmap; member