OpenOCD
armv4_5_mmu_common
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
armv4_5_mmu_common
armv4_5_mmu_common struct
Syntax
Show:
Summary
Declaration
from
armv4_5_mmu.h:15
struct
armv4_5_mmu_common
{
int
(
*
get_ttb
)
(
struct
target
*
target
,
uint32_t
*
result
)
;
int
(
*
read_memory
)
(
struct
target
*
target
,
target_addr_t
address
,
uint32_t
size
,
uint32_t
count
,
uint8_t
*
buffer
)
;
int
(
*
write_memory
)
(
struct
target
*
target
,
target_addr_t
address
,
uint32_t
size
,
uint32_t
count
,
const
uint8_t
*
buffer
)
;
int
(
*
disable_mmu_caches
)
(
struct
target
*
target
,
int
mmu
,
int
d_u_cache
,
int
i_cache
)
;
int
(
*
enable_mmu_caches
)
(
struct
target
*
target
,
int
mmu
,
int
d_u_cache
,
int
i_cache
)
;
struct
armv4_5_cache_common
armv4_5_cache
;
int
has_tiny_pages
;
int
mmu_enabled
;
}
;
Fields
Field
Declared as
armv4_5_mmu_common::get_ttb
int
(
*
)
(
struct
target
*
target
,
uint32_t
*
result
)
armv4_5_mmu_common::read_memory
int
(
*
)
(
struct
target
*
target
,
target_addr_t
address
,
uint32_t
size
,
uint32_t
count
,
uint8_t
*
buffer
)
armv4_5_mmu_common::write_memory
int
(
*
)
(
struct
target
*
target
,
target_addr_t
address
,
uint32_t
size
,
uint32_t
count
,
const
uint8_t
*
buffer
)
armv4_5_mmu_common::disable_mmu_caches
int
(
*
)
(
struct
target
*
target
,
int
mmu
,
int
d_u_cache
,
int
i_cache
)
armv4_5_mmu_common::enable_mmu_caches
int
(
*
)
(
struct
target
*
target
,
int
mmu
,
int
d_u_cache
,
int
i_cache
)
armv4_5_mmu_common::armv4_5_cache
struct
armv4_5_cache_common
armv4_5_mmu_common::has_tiny_pages
int
armv4_5_mmu_common::mmu_enabled
int
Related Functions
Found 3 other functions taking a
armv4_5_mmu_common
argument:
Function
armv4_5_mmu_translate_va()
armv4_5_mmu_read_physical()
armv4_5_mmu_write_physical()
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