armv7a_mmu_common::read_physical_memory is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv7a_mmu_common::read_physical_memory

armv7a_mmu_common::read_physical_memory field

Syntax

int (*read_physical_memory)(struct target *target, target_addr_t address, uint32_t size, uint32_t count, uint8_t *buffer);

References

LocationReferrerScopeText
armv7a.h:81
int (*read_physical_memory)(struct target *target, target_addr_t address, uint32_t size,
armv7a_mmu.c:246armv7a_mmu_dump_table()
retval = mmu->read_physical_memory(target, ttb, 4, max_pt_idx+1, (uint8_t *)first_lvl_ptbl);
armv7a_mmu.c:299armv7a_mmu_dump_table()
retval = mmu->read_physical_memory(target, second_lvl_ptbl,
cortex_a.c:3119cortex_a_read_phys_memory()cortex_a_init_arch_info()
armv7a->armv7a_mmu.read_physical_memory = cortex_a_read_phys_memory;

Call Tree

Functions calling armv7a_mmu_common::read_physical_memory
all items filtered out
armv7a_mmu_common::read_physical_memory
Functions writing armv7a_mmu_common::read_physical_memory
all items filtered out
armv7a_mmu_common::read_physical_memory
Implementations
all items filtered out
armv7a_mmu_common::read_physical_memory