sh_memory 552 drivers/firmware/stratix10-svc.c struct stratix10_svc_sh_memory *sh_memory) sh_memory 558 drivers/firmware/stratix10-svc.c init_completion(&sh_memory->sync_complete); sh_memory 562 drivers/firmware/stratix10-svc.c (void *)sh_memory, sh_memory 572 drivers/firmware/stratix10-svc.c if (!wait_for_completion_timeout(&sh_memory->sync_complete, 10 * HZ)) { sh_memory 578 drivers/firmware/stratix10-svc.c if (!sh_memory->addr || !sh_memory->size) { sh_memory 585 drivers/firmware/stratix10-svc.c (unsigned int)sh_memory->addr, sh_memory 586 drivers/firmware/stratix10-svc.c (unsigned int)sh_memory->size); sh_memory 600 drivers/firmware/stratix10-svc.c struct stratix10_svc_sh_memory *sh_memory) sh_memory 614 drivers/firmware/stratix10-svc.c begin = roundup(sh_memory->addr, PAGE_SIZE); sh_memory 615 drivers/firmware/stratix10-svc.c end = rounddown(sh_memory->addr + sh_memory->size, PAGE_SIZE); sh_memory 962 drivers/firmware/stratix10-svc.c struct stratix10_svc_sh_memory *sh_memory; sh_memory 974 drivers/firmware/stratix10-svc.c sh_memory = devm_kzalloc(dev, sizeof(*sh_memory), GFP_KERNEL); sh_memory 975 drivers/firmware/stratix10-svc.c if (!sh_memory) sh_memory 978 drivers/firmware/stratix10-svc.c sh_memory->invoke_fn = invoke_fn; sh_memory 979 drivers/firmware/stratix10-svc.c ret = svc_get_sh_memory(pdev, sh_memory); sh_memory 983 drivers/firmware/stratix10-svc.c genpool = svc_create_memory_pool(pdev, sh_memory);