GDB (xrefs)
|
#include "dcache.h"
Go to the source code of this file.
Functions | |
void | target_dcache_invalidate (void) |
DCACHE * | target_dcache_get (void) |
DCACHE * | target_dcache_get_or_init (void) |
int | target_dcache_init_p (void) |
int | stack_cache_enabled_p (void) |
int | code_cache_enabled_p (void) |
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().
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().
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().