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

aarch64_mmu() function

Syntax

static int aarch64_mmu(struct target *target,     int *enabled);
Implemented in aarch64.c:2872

Arguments

target

enabled

References

LocationReferrerText
aarch64.c:2872
static int aarch64_mmu(struct target *target, int *enabled)
aarch64.c:53
static int aarch64_mmu(struct target *target, int *enabled);
aarch64.c:2536aarch64_read_memory()
retval = aarch64_mmu(target, &mmu_enabled);
aarch64.c:2573aarch64_write_memory()
retval = aarch64_mmu(target, &mmu_enabled);
aarch64.c:3275
.mmu = aarch64_mmu,

Call Tree

Functions calling aarch64_mmu()
Functions called by aarch64_mmu()
aarch64_mmu()
Implementations
aarch64_mmu()
all items filtered out
Type of aarch64_mmu()
aarch64_mmu()
all items filtered out