aarch64_mmu_modify() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

aarch64_mmu_modify() function

Syntax

static int aarch64_mmu_modify(struct target *target,     int enable);

Arguments

target

enable

References

LocationReferrerText
aarch64.c:123
static int aarch64_mmu_modify(struct target *target, int enable)
aarch64.c:2521aarch64_read_phys_memory()
retval = aarch64_mmu_modify(target, 0);
aarch64.c:2542aarch64_read_memory()
retval = aarch64_mmu_modify(target, 1);
aarch64.c:2557aarch64_write_phys_memory()
retval = aarch64_mmu_modify(target, 0);
aarch64.c:2579aarch64_write_memory()
retval = aarch64_mmu_modify(target, 1);

Call Tree

Type of aarch64_mmu_modify()
aarch64_mmu_modify()
uint32_t
all items filtered out