Home
last modified time | relevance | path

Searched refs:MR_SIZE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/nvram/
H A Dxlnx-versal-efuse-cache.c31 #define MR_SIZE 0xC00 macro
82 TYPE_XLNX_VERSAL_EFUSE_CACHE, MR_SIZE); in efuse_cache_init()
/openbmc/qemu/system/
H A Dmemory.c3309 #define MR_SIZE(size) (int128_nz(size) ? (hwaddr)int128_get64( \ macro
3365 cur_end = cur_start + MR_SIZE(mr->size); in mtree_print_mr()
3405 mr->alias_offset + MR_SIZE(mr->size), in mtree_print_mr()
3508 + MR_SIZE(range->addr.size), in mtree_print_flatview()
3519 + MR_SIZE(range->addr.size), in mtree_print_flatview()
3534 MR_SIZE(range->addr.size) + 1)) { in mtree_print_flatview()
H A Dphysmem.c3638 #define MR_SIZE(size) (int128_nz(size) ? (hwaddr)int128_get64( \ macro
3657 s->offset_within_address_space + MR_SIZE(s->size), in mtree_print_dispatch()