Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr.c451 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_dt_dynamic_memory_v2()
543 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_dt_dynamic_memory()
612 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_dt_dynamic_reconfiguration_memory()
2540 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_create_lmb_dr_connectors()
3589 addr += SPAPR_MEMORY_BLOCK_SIZE; in spapr_add_lmbs()
3662 } else if (size % SPAPR_MEMORY_BLOCK_SIZE) { in spapr_memory_pre_plug()
3748 addr += SPAPR_MEMORY_BLOCK_SIZE; in spapr_recover_pending_dimm_state()
3781 nr_lmbs = size / SPAPR_MEMORY_BLOCK_SIZE; in spapr_memory_unplug_rollback()
3793 addr += SPAPR_MEMORY_BLOCK_SIZE; in spapr_memory_unplug_rollback()
3869 nr_lmbs = size / SPAPR_MEMORY_BLOCK_SIZE; in spapr_memory_unplug_request()
[all …]
H A Dspapr_nvdimm.c50 #define SPAPR_MINIMUM_SCM_BLOCK_SIZE SPAPR_MEMORY_BLOCK_SIZE
53 QEMU_BUILD_BUG_ON(SPAPR_MINIMUM_SCM_BLOCK_SIZE % SPAPR_MEMORY_BLOCK_SIZE);
/qemu/include/hw/ppc/
H A Dspapr.h953 #define SPAPR_MEMORY_BLOCK_SIZE ((hwaddr)1 << 28) /* 256MB */ macro