OpenOCD
|
Go to the source code of this file.
Functions | |
int | armv7a_mmu_translate_va_pa (struct target *target, uint32_t va, target_addr_t *val, int meminfo) |
Variables | |
const struct command_registration | armv7a_mmu_command_handlers [] |
int armv7a_mmu_translate_va_pa | ( | struct target * | target, |
uint32_t | va, | ||
target_addr_t * | val, | ||
int | meminfo | ||
) |
Definition at line 27 of file armv7a_mmu.c.
References armv7a_common::arm, ARMV4_5_MCR, ARMV4_5_MRC, arm::dpm, ERROR_FAIL, ERROR_OK, arm_dpm::finish, arm_dpm::instr_read_data_r0, arm_dpm::instr_write_data_r0, LOG_INFO, arm_dpm::prepare, SS, TARGET_PRIxADDR, and target_to_armv7a().
Referenced by cortex_a_virt2phys().
|
extern |
Definition at line 185 of file armv7a_mmu.c.