Searched refs:TTBR0 (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/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-6.1.9/Documentation/translations/zh_TW/arm64/ |
D | memory.txt | 46 TTBR1 中,且從不寫入 TTBR0。 96 +-------------------------------------------------> [63] TTBR0/1 110 +-------------------------------------------------> [63] TTBR0/1
|
D | tagged-pointers.txt | 38 內核提供的地址轉換表配置使通過 TTBR0 完成的虛擬地址轉換(即用戶空間
|
/linux-6.1.9/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-6.1.9/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-6.1.9/Documentation/arm64/ |
D | memory.rst | 26 TTBR0. 75 +-------------------------------------------------> [63] TTBR0/1 90 +-------------------------------------------------> [63] TTBR0/1
|
D | pointer-authentication.rst | 72 authentication is present, the kernel will expose the position of TTBR0 78 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-6.1.9/arch/arm/kernel/ |
D | head.S | 164 mov r5, #0 @ high TTBR0
|