Lines Matching +full:memory +full:- +full:region

1 /* SPDX-License-Identifier: GPL-2.0 */
3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
4 * Copyright (C) 2019-2024 Linaro Ltd.
17 * DOC: IPA Local Memory
19 * The IPA has a block of shared memory, divided into regions used for
23 * the "ipa-shared" memory range) and size found in the IPA_SHARED_MEM_SIZE
26 * Each region is optionally preceded by one or more 32-bit "canary" values.
27 * These are meant to detect out-of-range writes (if they become corrupted).
28 * A given region (such as a filter or routing table) has the same number
32 * The set of memory regions is defined in configuration data. They are
34 * - a zero offset and zero size represents and undefined region
35 * - a region's size does not include space for its "canary" values
36 * - a region's offset is defined to be *past* all "canary" values
37 * - offset must be large enough to account for all canaries
38 * - a region's size may be zero, but may still have canaries
39 * - all offsets must be 8-byte aligned
40 * - most sizes must be a multiple of 8
41 * - modem memory size must be a multiple of 4
42 * - the microcontroller ring offset must be a multiple of 1024
45 /* The maximum allowed size for any memory region */
48 /* IPA-resident memory region ids */
72 IPA_MEM_STATS_V4_FILTER, /* 0 canaries (IPA v4.0-v4.2) */
73 IPA_MEM_STATS_V6_FILTER, /* 0 canaries (IPA v4.0-v4.2) */
74 IPA_MEM_STATS_V4_ROUTE, /* 0 canaries (IPA v4.0-v4.2) */
75 IPA_MEM_STATS_V6_ROUTE, /* 0 canaries (IPA v4.0-v4.2) */
80 IPA_MEM_END_MARKER, /* 1 canary (not a real region) */
85 * struct ipa_mem - IPA local memory region description
86 * @id: memory region identifier
87 * @offset: offset in IPA memory space to base of the region
88 * @size: size in bytes base of the region
89 * @canary_count: Number of 32-bit "canary" values that precede region