Lines Matching +full:image +full:- +full:processor
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (c) 2019-2020 Linaro Ltd.
13 * occupied by co-processor firmware for post mortem crash analysis.
41 np = of_find_compatible_node(NULL, NULL, "qcom,pil-reloc-info"); in qcom_pil_info_init()
43 return -ENOENT; in qcom_pil_info_init()
53 return -ENOMEM; in qcom_pil_info_init()
65 * qcom_pil_info_store() - store PIL information of image in IMEM
66 * @image: name of the image
67 * @base: base address of the loaded image
68 * @size: size of the loaded image
72 int qcom_pil_info_store(const char *image, phys_addr_t base, size_t size) in qcom_pil_info_store() argument
98 if (!strncmp(buf, image, PIL_RELOC_NAME_LEN)) in qcom_pil_info_store()
104 return -ENOMEM; in qcom_pil_info_store()
107 memcpy_toio(entry, image, strnlen(image, PIL_RELOC_NAME_LEN)); in qcom_pil_info_store()