arm926ejs_common::armv4_5_mmu is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarm926ejs_common::armv4_5_mmu

arm926ejs_common::armv4_5_mmu field

Syntax

struct armv4_5_mmu_common armv4_5_mmu;

References

LocationReferrerText
arm926ejs.h:20
struct armv4_5_mmu_common armv4_5_mmu;
arm926ejs.c:431arm926ejs_post_debug_entry()
if (arm926ejs->armv4_5_mmu.armv4_5_cache.ctype == -1) {
arm926ejs.c:440arm926ejs_post_debug_entry()
armv4_5_identify_cache(cache_type_reg, &arm926ejs->armv4_5_mmu.armv4_5_cache);
arm926ejs.c:443arm926ejs_post_debug_entry()
arm926ejs->armv4_5_mmu.mmu_enabled = (arm926ejs->cp15_control_reg & 0x1U) ? 1 : 0;
arm926ejs.c:444arm926ejs_post_debug_entry()
arm926ejs->armv4_5_mmu.armv4_5_cache.d_u_cache_enabled = (arm926ejs->cp15_control_reg & 0x4U) ? 1 : 0;
arm926ejs.c:445arm926ejs_post_debug_entry()
arm926ejs->armv4_5_mmu.armv4_5_cache.i_cache_enabled = (arm926ejs->cp15_control_reg & 0x1000U) ? 1 : 0;
arm926ejs.c:519arm926ejs_arch_state()
state[arm926ejs->armv4_5_mmu.mmu_enabled],
arm926ejs.c:520arm926ejs_arch_state()
state[arm926ejs->armv4_5_mmu.armv4_5_cache.d_u_cache_enabled],
arm926ejs.c:521arm926ejs_arch_state()
state[arm926ejs->armv4_5_mmu.armv4_5_cache.i_cache_enabled]);
arm926ejs.c:578arm926ejs_soft_reset_halt()
arm926ejs->armv4_5_mmu.mmu_enabled = 0;
arm926ejs.c:579arm926ejs_soft_reset_halt()
arm926ejs->armv4_5_mmu.armv4_5_cache.d_u_cache_enabled = 0;
arm926ejs.c:580arm926ejs_soft_reset_halt()
arm926ejs->armv4_5_mmu.armv4_5_cache.i_cache_enabled = 0;
arm926ejs.c:600arm926ejs_write_memory()
if (arm926ejs->armv4_5_mmu.mmu_enabled && (count == 1) && ((size == 2) || (size == 4))) {
arm926ejs.c:604arm926ejs_write_memory()
if (arm926ejs->armv4_5_mmu.armv4_5_cache.d_u_cache_enabled) {
arm926ejs.c:621arm926ejs_write_memory()
retval = armv4_5_mmu_write_physical(target, &arm926ejs->armv4_5_mmu, pa, size, count, buffer);
arm926ejs.c:633arm926ejs_write_memory()
if (arm926ejs->armv4_5_mmu.armv4_5_cache.i_cache_enabled) {
arm926ejs.c:652arm926ejs_write_phys_memory()
return armv4_5_mmu_write_physical(target, &arm926ejs->armv4_5_mmu,
arm926ejs.c:662arm926ejs_read_phys_memory()
return armv4_5_mmu_read_physical(target, &arm926ejs->armv4_5_mmu,
arm926ejs.c:685arm926ejs_init_arch_info()
arm926ejs->armv4_5_mmu.armv4_5_cache.ctype = -1;
arm926ejs.c:686arm926ejs_init_arch_info()
arm926ejs.c:687arm926ejs_init_arch_info()
arm926ejs.c:688arm926ejs_init_arch_info()
arm926ejs.c:689arm926ejs_init_arch_info()
arm926ejs.c:690arm926ejs_init_arch_info()
arm926ejs.c:691arm926ejs_init_arch_info()
arm926ejs->armv4_5_mmu.has_tiny_pages = 1;
arm926ejs.c:692arm926ejs_init_arch_info()
arm926ejs->armv4_5_mmu.mmu_enabled = 0;
arm926ejs.c:735arm926ejs_handle_cache_info_command()
return armv4_5_handle_cache_info_command(CMD, &arm926ejs->armv4_5_mmu.armv4_5_cache);
arm926ejs.c:744arm926ejs_virt2phys()
int retval = armv4_5_mmu_translate_va(target, &arm926ejs->armv4_5_mmu,
arm926ejs.c:760arm926ejs_mmu()
*enabled = arm926ejs->armv4_5_mmu.mmu_enabled;

Data Use

Type of arm926ejs_common::armv4_5_mmu
arm926ejs_common::armv4_5_mmu
all items filtered out