Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dspapr.c420 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_dt_dynamic_memory_v2()
512 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_dt_dynamic_memory()
581 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_dt_dynamic_reconfiguration_memory()
906 cpu_to_be32(SPAPR_MEMORY_BLOCK_SIZE >> 32), in spapr_dt_rtas()
907 cpu_to_be32(SPAPR_MEMORY_BLOCK_SIZE & 0xffffffff), in spapr_dt_rtas()
2508 uint64_t lmb_size = SPAPR_MEMORY_BLOCK_SIZE; in spapr_create_lmb_dr_connectors()
2531 if (machine->ram_size % SPAPR_MEMORY_BLOCK_SIZE) { in spapr_validate_node_memory()
2535 SPAPR_MEMORY_BLOCK_SIZE / MiB); in spapr_validate_node_memory()
2539 if (machine->maxram_size % SPAPR_MEMORY_BLOCK_SIZE) { in spapr_validate_node_memory()
2543 SPAPR_MEMORY_BLOCK_SIZE / MiB); in spapr_validate_node_memory()
[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);
/openbmc/qemu/include/hw/ppc/
H A Dspapr.h950 #define SPAPR_MEMORY_BLOCK_SIZE ((hwaddr)1 << 28) /* 256MB */ macro