Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_nvdimm.c50 #define SPAPR_MINIMUM_SCM_BLOCK_SIZE SPAPR_MEMORY_BLOCK_SIZE macro
53 QEMU_BUILD_BUG_ON(SPAPR_MINIMUM_SCM_BLOCK_SIZE % SPAPR_MEMORY_BLOCK_SIZE);
94 if (size % SPAPR_MINIMUM_SCM_BLOCK_SIZE) { in spapr_nvdimm_validate()
97 SPAPR_MINIMUM_SCM_BLOCK_SIZE / MiB); in spapr_nvdimm_validate()
181 SPAPR_MINIMUM_SCM_BLOCK_SIZE))); in spapr_dt_nvdimm()
183 size / SPAPR_MINIMUM_SCM_BLOCK_SIZE))); in spapr_dt_nvdimm()
397 total_no_of_scm_blocks = size / SPAPR_MINIMUM_SCM_BLOCK_SIZE; in h_scm_bind_mem()
411 addr += starting_idx * SPAPR_MINIMUM_SCM_BLOCK_SIZE; in h_scm_bind_mem()
741 SPAPR_MINIMUM_SCM_BLOCK_SIZE)) { in h_scm_unbind_mem()
800 no_of_scm_blocks_unbound = size / SPAPR_MINIMUM_SCM_BLOCK_SIZE; in h_scm_unbind_all()
[all …]