OpenOCD
x86_32_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
x86_32_common
x86_32_common struct
Syntax
Show:
Summary
Declaration
Definition
from
lakemont.h:69
struct
x86_32_common
;
Implemented in
x86_32_common.h:202
Fields
Field
Declared as
x86_32_common::common_magic
unsigned
int
x86_32_common::arch_info
void
*
x86_32_common::core_type
enum
x86_core_type
x86_32_common::cache
struct
reg_cache
*
x86_32_common::curr_tap
struct
jtag_tap
*
x86_32_common::stored_pc
uint32_t
x86_32_common::forced_halt_for_reset
int
x86_32_common::flush
int
x86_32_common::pm_regs
uint32_t
[
NUM_PM_REGS
]
x86_32_common::fast_data_area
struct
working_area
*
x86_32_common::num_hw_bpoints
int
x86_32_common::hw_break_list
struct
x86_32_dbg_reg
*
x86_32_common::swbbp_mem_patch_list
struct
swbp_mem_patch
*
x86_32_common::get_num_user_regs
uint8_t
(
*
)
(
struct
target
*
t
)
x86_32_common::is_paging_enabled
bool
(
*
)
(
struct
target
*
t
)
x86_32_common::disable_paging
int
(
*
)
(
struct
target
*
t
)
x86_32_common::enable_paging
int
(
*
)
(
struct
target
*
t
)
x86_32_common::sw_bpts_supported
bool
(
*
)
(
struct
target
*
t
)
x86_32_common::transaction_status
int
(
*
)
(
struct
target
*
t
)
x86_32_common::submit_instruction
int
(
*
)
(
struct
target
*
t
,
int
num
)
x86_32_common::read_hw_reg
int
(
*
)
(
struct
target
*
t
,
int
reg
,
uint32_t
*
regval
,
uint8_t
cache
)
x86_32_common::write_hw_reg
int
(
*
)
(
struct
target
*
t
,
int
reg
,
uint32_t
regval
,
uint8_t
cache
)
x86_32_common::read_hw_reg_to_cache
int
(
*
)
(
struct
target
*
target
,
int
num
)
x86_32_common::write_hw_reg_from_cache
int
(
*
)
(
struct
target
*
target
,
int
num
)
Related Functions
Found 2 other functions taking a
x86_32_common
argument:
Function
lakemont_init_arch_info()
x86_32_common_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