armv8_mmu_common::ttbr1_used is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDarmv8_mmu_common::ttbr1_used

armv8_mmu_common::ttbr1_used field

Syntax

int32_t ttbr1_used;

References

LocationReferrerText
armv8.h:171
int32_t ttbr1_used; /* -1 not initialized, 0 no ttbr1 1 ttbr1 used and */
armv8.c:199armv8_read_ttbcr()
memset(&armv8->armv8_mmu.ttbr1_used, 0, sizeof(armv8->armv8_mmu.ttbr1_used));
armv8.c:239armv8_read_ttbcr()
armv8->armv8_mmu.ttbr1_used = (((ttbcr_64 >> 16) & 0x3F) != 0) ? 1 : 0;
armv8.c:242armv8_read_ttbcr()
ARMV8_MRS(SYSTEM_TTBR0_EL1 | (armv8->armv8_mmu.ttbr1_used), 0),
armv8.c:255armv8_read_ttbcr()
if (armv8->armv8_mmu.ttbr1_used == 1)

Data Use

Functions writing armv8_mmu_common::ttbr1_used
Functions reading armv8_mmu_common::ttbr1_used
all items filtered out
armv8_mmu_common::ttbr1_used
all items filtered out
Type of armv8_mmu_common::ttbr1_used
armv8_mmu_common::ttbr1_used
int32_t
all items filtered out