Lines Matching full:regions
23 /* "Canary" value placed between memory regions to detect overflow */
46 * Set up the shared memory regions in IPA local memory. This involves
47 * zero-filling memory regions, and in the case of header memory, telling
51 * crashes, its regions are re-zeroed in ipa_mem_zero_modem().
66 * the processing context and modem memory regions. in ipa_mem_setup()
75 * regions are contiguous, and initialized together. in ipa_mem_setup()
172 /* Prealloc DMA memory for zeroing regions */ in ipa_mem_config()
189 /* Validate all regions (even undefined ones) */ in ipa_mem_config()
193 /* Skip over undefined regions */ in ipa_mem_config()
208 /* Make sure filter and route table memory regions are valid */ in ipa_mem_config()
242 * ipa_mem_zero_modem() - Zero IPA-local memory regions owned by the modem
245 * Zero regions of IPA-local memory used by the modem. These are configured
248 * modem where to find regions of IPA local memory it needs to know about
256 * and modem processing context regions. in ipa_mem_zero_modem()
462 dev_err(dev, "to many memory regions (%u > %u)\n", in ipa_mem_init()