Searched refs:TTBR0 (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/Documentation/translations/zh_CN/arm64/ |
D | memory.txt | 42 TTBR1 中,且从不写入 TTBR0。 92 +-------------------------------------------------> [63] TTBR0/1 106 +-------------------------------------------------> [63] TTBR0/1
|
D | tagged-pointers.txt | 34 内核提供的地址转换表配置使通过 TTBR0 完成的虚拟地址转换(即用户空间
|
/Linux-v5.10/arch/arm/mm/ |
D | pv-fixup-asm.S | 63 mrrc p15, 0, r4, r5, c2 @ read TTBR0 66 mcrr p15, 0, r4, r5, c2 @ write back TTBR0
|
/Linux-v5.10/Documentation/arm64/ |
D | memory.rst | 26 TTBR0. 80 +-------------------------------------------------> [63] TTBR0/1 95 +-------------------------------------------------> [63] TTBR0/1
|
D | pointer-authentication.rst | 73 authentication is present, the kernel will expose the position of TTBR0 79 bits can vary between the two. Note that the masks apply to TTBR0
|
D | tagged-pointers.rst | 14 via TTBR0 (i.e. userspace mappings) have the top byte (bits 63:56) of
|
/Linux-v5.10/drivers/iommu/ |
D | msm_iommu_hw-8xxx.h | 124 #define SET_TTBR0(b, c, v) SET_CTX_REG(TTBR0, (b), (c), (v)) 153 #define GET_TTBR0(b, c) GET_CTX_REG(TTBR0, (b), (c)) 593 #define SET_TTBR0_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNH, v) 594 #define SET_TTBR0_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_SH, v) 595 #define SET_TTBR0_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_ORGN, v) 596 #define SET_TTBR0_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_NOS, v) 597 #define SET_TTBR0_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNL, v) 598 #define SET_TTBR0_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_PA, v) 780 #define GET_TTBR0_IRGNH(b, c) GET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_IRGNH) 781 #define GET_TTBR0_SH(b, c) GET_CONTEXT_FIELD(b, c, TTBR0, TTBR0_SH) [all …]
|
/Linux-v5.10/arch/arm/kernel/ |
D | head.S | 150 mov r5, #0 @ high TTBR0 462 mcrr p15, 0, r4, r5, c2 @ load TTBR0
|