Searched refs:SPAPR_MINIMUM_SCM_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
50 #define SPAPR_MINIMUM_SCM_BLOCK_SIZE SPAPR_MEMORY_BLOCK_SIZE macro53 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()745 size_to_unbind = no_of_scm_blocks_to_unbind * SPAPR_MINIMUM_SCM_BLOCK_SIZE; in h_scm_unbind_mem()[all …]