GDB (xrefs)
|
#include "memattr.h"
Public Attributes | |
CORE_ADDR | lo |
CORE_ADDR | hi |
int | number |
int | enabled_p |
struct mem_attrib | attrib |
struct mem_attrib mem_region::attrib |
Definition at line 92 of file memattr.h.
Referenced by block_boundaries(), create_mem_region(), dcache_read_line(), insert_bp_location(), lookup_mem_region(), mem_info_command(), mem_region_init(), memory_map_end_memory(), memory_map_end_property(), memory_map_start_memory(), memory_xfer_check_region(), memory_xfer_partial_1(), split_regular_and_flash_blocks(), and VEC().
int mem_region::enabled_p |
Definition at line 89 of file memattr.h.
Referenced by lookup_mem_region(), mem_disable(), mem_disable_command(), mem_enable(), mem_enable_command(), mem_info_command(), and mem_region_init().
CORE_ADDR mem_region::hi |
Definition at line 82 of file memattr.h.
Referenced by create_mem_region(), dcache_read_line(), lookup_mem_region(), mem_command(), mem_info_command(), memory_map_start_memory(), memory_xfer_check_region(), split_regular_and_flash_blocks(), and VEC().
CORE_ADDR mem_region::lo |
Definition at line 79 of file memattr.h.
Referenced by create_mem_region(), lookup_mem_region(), mem_command(), mem_info_command(), mem_region_cmp(), mem_region_lessthan(), memory_map_start_memory(), split_regular_and_flash_blocks(), and VEC().
int mem_region::number |
Definition at line 85 of file memattr.h.
Referenced by create_mem_region(), mem_delete(), mem_disable(), mem_enable(), mem_info_command(), and VEC().