OpenOCD
armv7a_mmu_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
armv7a_mmu_common
armv7a_mmu_common struct
Syntax
Show:
Summary
Declaration
from
armv7a.h:73
struct
armv7a_mmu_common
{
int32_t
cached
;
uint32_t
ttbcr
;
uint32_t
ttbr
[
2
]
;
uint32_t
ttbr_mask
[
2
]
;
uint32_t
ttbr_range
[
2
]
;
int
(
*
read_physical_memory
)
(
struct
target
*
target
,
target_addr_t
address
,
uint32_t
size
,
uint32_t
count
,
uint8_t
*
buffer
)
;
struct
armv7a_cache_common
armv7a_cache
;
uint32_t
mmu_enabled
;
}
;
Fields
Field
Declared as
armv7a_mmu_common::cached
int32_t
armv7a_mmu_common::ttbcr
uint32_t
armv7a_mmu_common::ttbr
uint32_t
[
2
]
armv7a_mmu_common::ttbr_mask
uint32_t
[
2
]
armv7a_mmu_common::ttbr_range
uint32_t
[
2
]
armv7a_mmu_common::read_physical_memory
int
(
*
)
(
struct
target
*
target
,
target_addr_t
address
,
uint32_t
size
,
uint32_t
count
,
uint8_t
*
buffer
)
armv7a_mmu_common::armv7a_cache
struct
armv7a_cache_common
armv7a_mmu_common::mmu_enabled
uint32_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out