GDB (xrefs)
|
Go to the source code of this file.
Functions | |
static void | target_dcache_cleanup (struct address_space *aspace, void *arg) |
int | target_dcache_init_p (void) |
void | target_dcache_invalidate (void) |
DCACHE * | target_dcache_get (void) |
DCACHE * | target_dcache_get_or_init (void) |
static void | set_stack_cache (char *args, int from_tty, struct cmd_list_element *c) |
static void | show_stack_cache (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
int | stack_cache_enabled_p (void) |
static void | set_code_cache (char *args, int from_tty, struct cmd_list_element *c) |
static void | show_code_cache (struct ui_file *file, int from_tty, struct cmd_list_element *c, const char *value) |
int | code_cache_enabled_p (void) |
void | _initialize_target_dcache (void) |
Variables | |
static const struct address_space_data * | target_dcache_aspace_key |
static int | stack_cache_enabled_1 = 1 |
static int | stack_cache_enabled = 1 |
static int | code_cache_enabled_1 = 1 |
static int | code_cache_enabled = 1 |
initialize_file_ftype | _initialize_target_dcache |
void _initialize_target_dcache | ( | void | ) |
Definition at line 171 of file target-dcache.c.
References _, add_setshow_boolean_cmd(), class_support, code_cache_enabled_1, set_code_cache(), set_stack_cache(), setlist, show_code_cache(), show_stack_cache(), showlist, stack_cache_enabled_1, target_dcache_aspace_key, and target_dcache_cleanup().
int code_cache_enabled_p | ( | void | ) |
Definition at line 162 of file target-dcache.c.
References code_cache_enabled.
Referenced by memory_xfer_partial_1(), and raw_memory_xfer_partial().
|
static |
Definition at line 142 of file target-dcache.c.
References code_cache_enabled, code_cache_enabled_1, and target_dcache_invalidate().
Referenced by _initialize_target_dcache().
|
static |
Definition at line 104 of file target-dcache.c.
References stack_cache_enabled, stack_cache_enabled_1, and target_dcache_invalidate().
Referenced by _initialize_target_dcache().
|
static |
Definition at line 153 of file target-dcache.c.
References _, and fprintf_filtered().
Referenced by _initialize_target_dcache().
|
static |
Definition at line 113 of file target-dcache.c.
References _, and fprintf_filtered().
Referenced by _initialize_target_dcache().
int stack_cache_enabled_p | ( | void | ) |
Definition at line 122 of file target-dcache.c.
References stack_cache_enabled.
Referenced by memory_xfer_partial_1(), and raw_memory_xfer_partial().
|
static |
Definition at line 32 of file target-dcache.c.
References dcache_free().
Referenced by _initialize_target_dcache().
DCACHE* target_dcache_get | ( | void | ) |
Definition at line 64 of file target-dcache.c.
References program_space::aspace, current_program_space, and target_dcache_aspace_key.
Referenced by dcache_info(), and raw_memory_xfer_partial().
DCACHE* target_dcache_get_or_init | ( | void | ) |
Definition at line 76 of file target-dcache.c.
References program_space::aspace, current_program_space, dcache_init(), and target_dcache_aspace_key.
Referenced by memory_xfer_partial_1().
int target_dcache_init_p | ( | void | ) |
Definition at line 40 of file target-dcache.c.
References program_space::aspace, current_program_space, and target_dcache_aspace_key.
Referenced by raw_memory_xfer_partial().
void target_dcache_invalidate | ( | void | ) |
Definition at line 51 of file target-dcache.c.
References program_space::aspace, current_program_space, dcache_invalidate(), and target_dcache_aspace_key.
Referenced by fetch_inferior_event(), infrun_thread_stop_requested_callback(), mem_delete_command(), mem_disable_command(), mem_enable_command(), prepare_execute_command(), prepare_for_detach(), set_code_cache(), set_dcache_line_size(), set_dcache_size(), set_stack_cache(), target_load(), target_resume(), tfind_1(), and wait_for_inferior().
initialize_file_ftype _initialize_target_dcache |
|
static |
Definition at line 134 of file target-dcache.c.
Referenced by code_cache_enabled_p(), and set_code_cache().
|
static |
Definition at line 129 of file target-dcache.c.
Referenced by _initialize_target_dcache(), and set_code_cache().
|
static |
Definition at line 96 of file target-dcache.c.
Referenced by set_stack_cache(), and stack_cache_enabled_p().
|
static |
Definition at line 92 of file target-dcache.c.
Referenced by _initialize_target_dcache(), and set_stack_cache().
|
static |
Definition at line 26 of file target-dcache.c.
Referenced by _initialize_target_dcache(), target_dcache_get(), target_dcache_get_or_init(), target_dcache_init_p(), and target_dcache_invalidate().