Searched refs:TTBR0 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/Documentation/zh_CN/arm64/ |
D | memory.txt | 42 TTBR1 中,且从不写入 TTBR0。 92 +-------------------------------------------------> [63] TTBR0/1 106 +-------------------------------------------------> [63] TTBR0/1
|
D | tagged-pointers.txt | 34 内核提供的地址转换表配置使通过 TTBR0 完成的虚拟地址转换(即用户空间
|
/linux-4.1.27/Documentation/arm64/ |
D | memory.txt | 21 TTBR0. 72 +-------------------------------------------------> [63] TTBR0/1 86 +-------------------------------------------------> [63] TTBR0/1
|
D | tagged-pointers.txt | 12 via TTBR0 (i.e. userspace mappings) have the top byte (bits 63:56) of
|
/linux-4.1.27/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 137 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v)) 166 #define GET_TTBR0(b, c) GET_CTX_REG(TTBR0, (b), (c)) 606 #define SET_TTBR0_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNH, v) 607 #define SET_TTBR0_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_SH, v) 608 #define SET_TTBR0_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_ORGN, v) 609 #define SET_TTBR0_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_NOS, v) 610 #define SET_TTBR0_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNL, v) 611 #define SET_TTBR0_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_PA, v) 793 #define GET_TTBR0_IRGNH(b, c) GET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNH) 794 #define GET_TTBR0_SH(b, c) GET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_SH) [all …]
|
/linux-4.1.27/arch/arm/mm/ |
D | proc-v7-3level.S | 152 mcrr p15, 0, \ttbr0, \tmp, c2 @ load TTBR0
|