GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/target-dcache.h File Reference
#include "dcache.h"

Go to the source code of this file.

Functions

void target_dcache_invalidate (void)
 
DCACHEtarget_dcache_get (void)
 
DCACHEtarget_dcache_get_or_init (void)
 
int target_dcache_init_p (void)
 
int stack_cache_enabled_p (void)
 
int code_cache_enabled_p (void)
 

Function Documentation

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  )
DCACHE* target_dcache_get_or_init ( void  )
int target_dcache_init_p ( void  )
void target_dcache_invalidate ( void  )