Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dspapr_nvdimm.c364 uint64_t starting_idx = args[1]; in h_scm_bind_mem() local
399 if (starting_idx > total_no_of_scm_blocks) { in h_scm_bind_mem()
403 if (((starting_idx + no_of_scm_blocks_to_bind) < starting_idx) || in h_scm_bind_mem()
404 ((starting_idx + no_of_scm_blocks_to_bind) > total_no_of_scm_blocks)) { in h_scm_bind_mem()
411 addr += starting_idx * SPAPR_MINIMUM_SCM_BLOCK_SIZE; in h_scm_bind_mem()