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.c3430 #define MR_SIZE(size) (int128_nz(size) ? (hwaddr)int128_get64( \ macro
3486 cur_end = cur_start + MR_SIZE(mr->size); in mtree_print_mr()
3526 mr->alias_offset + MR_SIZE(mr->size), in mtree_print_mr()
3629 + MR_SIZE(range->addr.size), in mtree_print_flatview()
3640 + MR_SIZE(range->addr.size), in mtree_print_flatview()
3655 MR_SIZE(range->addr.size) + 1)) { in mtree_print_flatview()
H A Dphysmem.c3965 #define MR_SIZE(size) (int128_nz(size) ? (hwaddr)int128_get64( \ macro
3984 s->offset_within_address_space + MR_SIZE(s->size), in mtree_print_dispatch()