OpenOCD
xscale_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
xscale_common
xscale_common struct
Syntax
Show:
Summary
Declaration
from
xscale.h:73
struct
xscale_common
{
unsigned
int
common_magic
;
struct
arm
arm
;
struct
reg_cache
*
reg_cache
;
uint32_t
handler_address
;
uint32_t
low_vectors
[
8
]
;
uint32_t
high_vectors
[
8
]
;
uint8_t
static_low_vectors_set
;
uint8_t
static_high_vectors_set
;
uint32_t
static_low_vectors
[
8
]
;
uint32_t
static_high_vectors
[
8
]
;
uint32_t
cache_clean_address
;
int
hold_rst
;
int
external_debug_break
;
int
dbr_available
;
int
dbr0_used
;
int
dbr1_used
;
int
ibcr_available
;
int
ibcr0_used
;
int
ibcr1_used
;
uint32_t
arm_bkpt
;
uint16_t
thumb_bkpt
;
uint8_t
vector_catch
;
struct
xscale_trace
trace
;
int
arch_debug_reason
;
struct
armv4_5_mmu_common
armv4_5_mmu
;
uint32_t
cp15_control_reg
;
int
fast_memory_access
;
int
xscale_variant
;
}
;
Fields
Field
Declared as
xscale_common::trace
struct
xscale_trace
xscale_common::arch_debug_reason
int
xscale_common::armv4_5_mmu
struct
armv4_5_mmu_common
xscale_common::cp15_control_reg
uint32_t
xscale_common::fast_memory_access
int
xscale_common::xscale_variant
int
xscale_common::common_magic
unsigned
int
xscale_common::arm
struct
arm
xscale_common::reg_cache
struct
reg_cache
*
xscale_common::handler_address
uint32_t
xscale_common::low_vectors
uint32_t
[
8
]
xscale_common::high_vectors
uint32_t
[
8
]
xscale_common::static_low_vectors_set
uint8_t
xscale_common::static_high_vectors_set
uint8_t
xscale_common::static_low_vectors
uint32_t
[
8
]
xscale_common::static_high_vectors
uint32_t
[
8
]
xscale_common::cache_clean_address
uint32_t
xscale_common::hold_rst
int
xscale_common::external_debug_break
int
xscale_common::dbr_available
int
xscale_common::dbr0_used
int
xscale_common::dbr1_used
int
xscale_common::ibcr_available
int
xscale_common::ibcr0_used
int
xscale_common::ibcr1_used
int
xscale_common::arm_bkpt
uint32_t
xscale_common::thumb_bkpt
uint16_t
xscale_common::vector_catch
uint8_t
Related Functions
Found 3 other functions taking a
xscale_common
argument:
Function
xscale_verify_pointer()
xscale_free_trace_data()
xscale_init_arch_info()
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