armv4_5_mmu_write_physical() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv4_5_mmu_write_physical()

armv4_5_mmu_write_physical() function

Syntax

int armv4_5_mmu_write_physical(struct target *target,     struct armv4_5_mmu_common *armv4_5_mmu,     uint32_t address,     uint32_t size,     uint32_t count,     const uint8_t *buffer);
Implemented in armv4_5_mmu.c:134

Arguments

target

armv4_5_mmu

address

size

count

buffer

References

LocationReferrerText
armv4_5_mmu.c:134
int armv4_5_mmu_write_physical(struct target *target,
armv4_5_mmu.h:35
int armv4_5_mmu_write_physical(struct target *target,
arm720t.c:303arm720t_write_phys_memory()
return armv4_5_mmu_write_physical(target, &arm720t->armv4_5_mmu, address, size, count, buffer);
arm920t.c:587arm920t_write_phys_memory()
return armv4_5_mmu_write_physical(target, &arm920t->armv4_5_mmu,
arm920t.c:659arm920t_write_memory()
retval = armv4_5_mmu_write_physical(target,
arm920t.c:688arm920t_write_memory()
retval = armv4_5_mmu_write_physical(target,
arm926ejs.c:621arm926ejs_write_memory()
retval = armv4_5_mmu_write_physical(target, &arm926ejs->armv4_5_mmu, pa, size, count, buffer);
arm926ejs.c:652arm926ejs_write_phys_memory()
return armv4_5_mmu_write_physical(target, &arm926ejs->armv4_5_mmu,