Searched refs:TTBR0 (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | memory.txt | 42 TTBR1 中,且从不写入 TTBR0。 92 +-------------------------------------------------> [63] TTBR0/1 106 +-------------------------------------------------> [63] TTBR0/1
|
H A D | tagged-pointers.txt | 34 内核提供的地址转换表配置使通过 TTBR0 完成的虚拟地址转换(即用户空间
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | memory.txt | 46 TTBR1 中,且從不寫入 TTBR0。 96 +-------------------------------------------------> [63] TTBR0/1 110 +-------------------------------------------------> [63] TTBR0/1
|
H A D | tagged-pointers.txt | 38 內核提供的地址轉換表配置使通過 TTBR0 完成的虛擬地址轉換(即用戶空間
|
/openbmc/linux/arch/arm/mm/ |
H A D | pv-fixup-asm.S | 63 mrrc p15, 0, r4, r5, c2 @ read TTBR0 66 mcrr p15, 0, r4, r5, c2 @ write back TTBR0
|
/openbmc/linux/drivers/iommu/ |
H A 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 …]
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | memory.rst | 26 TTBR0. 75 +-------------------------------------------------> [63] TTBR0/1 90 +-------------------------------------------------> [63] TTBR0/1
|
H A 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
|
H A D | tagged-pointers.rst | 14 via TTBR0 (i.e. userspace mappings) have the top byte (bits 63:56) of
|
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
H A D | lowlevel_init.S | 59 mcr p15, 0, r0, c2, c0, 0 @ TTBR0
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head.S | 164 mov r5, #0 @ high TTBR0
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 1028 ttbr0 & uint64 & Register TTBR0. \texttt{UINT32} value null extended to \texttt{UINT64}.\\ 1189 ttbr0\_el1 & uint64 & Register TTBR0 (EL1).\\ 1223 ttbr0\_el2 & uint64 & Register TTBR0 (EL2).\\ 1253 ttbr0\_el3 & uint64 & Register TTBR0 (EL3).\\
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 2468 EL12_REG(TTBR0, access_vm_reg, reset_unknown, 0),
|