Lines Matching full:mapper
236 /** @name Memory Access Mapper
238 A memory mapper is used to organise a collection of memory accessor objects that contain the
248 The memory mapper will not allow two accessors to overlap in the same memory space.
251 state - the mapper will find the closest memory space match for the address.
264 * This creates a memory mapper within the decode tree.
273 …* Get a pointer to the memory mapper. Allows a client to add memory accessors directly to the mapp…
274 * @return TrcMemAccMapper : Pointer to the mapper.
279 * Set an external mapper rather than create a mapper in the decode tree.
280 * Setting this will also destroy any internal mapper that was previously created.
282 * @param pMapper : pointer to the mapper to add.
287 * Return true if a mapper has been set (internal or external
303 …Creates a memory accessor for a memory block in the supplied buffer and adds to the current mapper.
315 …essor for a memory block supplied as a contiguous binary data file, and adds to the current mapper.
430 TrcMemAccMapper *m_default_mapper; //!< the mem acc mapper to use