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) |
|
extern |
Definition at line 151 of file target-dcache.c.
References code_cache_enabled.
Referenced by memory_xfer_partial_1(), and raw_memory_xfer_partial().
|
extern |
Definition at line 111 of file target-dcache.c.
References stack_cache_enabled.
Referenced by memory_xfer_partial_1(), and raw_memory_xfer_partial().
|
extern |
Definition at line 57 of file target-dcache.c.
References program_space::aspace, current_program_space, registry< T >::get(), and target_dcache_aspace_key.
Referenced by info_dcache_command(), and raw_memory_xfer_partial().
|
extern |
Definition at line 66 of file target-dcache.c.
References program_space::aspace, current_program_space, dcache_init(), registry< T >::get(), registry< T >::set(), and target_dcache_aspace_key.
Referenced by memory_xfer_partial_1().
|
extern |
Definition at line 33 of file target-dcache.c.
References program_space::aspace, current_program_space, registry< T >::get(), and target_dcache_aspace_key.
Referenced by raw_memory_xfer_partial().
|
extern |
Definition at line 44 of file target-dcache.c.
References program_space::aspace, current_program_space, dcache_invalidate(), registry< T >::get(), and target_dcache_aspace_key.
Referenced by delete_mem_command(), disable_mem_command(), enable_mem_command(), fetch_inferior_event(), maint_flush_dcache_command(), poll_one_curr_target(), prepare_execute_command(), set_code_cache(), set_dcache_line_size(), set_dcache_size(), set_stack_cache(), target_load(), target_resume(), tfind_1(), and wait_for_inferior().