Searched refs:TTBR1 (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/arm/mm/ |
H A D | pv-fixup-asm.S | 67 mrrc p15, 1, r4, r5, c2 @ read TTBR1 70 mcrr p15, 1, r4, r5, c2 @ write back TTBR1
|
H A D | proc-v7-3level.S | 135 mcrr p15, 1, \ttbr1, \tmp, c2 @ load TTBR1
|
/openbmc/linux/drivers/iommu/ |
H A D | msm_iommu_hw-8xxx.h | 125 #define SET_TTBR1(b, c, v) SET_CTX_REG(TTBR1, (b), (c), (v)) 154 #define GET_TTBR1(b, c) GET_CTX_REG(TTBR1, (b), (c)) 602 #define SET_TTBR1_IRGNH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH, v) 603 #define SET_TTBR1_SH(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH, v) 604 #define SET_TTBR1_ORGN(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_ORGN, v) 605 #define SET_TTBR1_NOS(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_NOS, v) 606 #define SET_TTBR1_IRGNL(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNL, v) 607 #define SET_TTBR1_PA(b, c, v) SET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_PA, v) 789 #define GET_TTBR1_IRGNH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_IRGNH) 790 #define GET_TTBR1_SH(b, c) GET_CONTEXT_FIELD(b, c, TTBR1, TTBR1_SH) [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | memory.txt | 42 TTBR1 中,且从不写入 TTBR0。
|
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/ |
H A D | memory.txt | 46 TTBR1 中,且從不寫入 TTBR0。
|
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/ |
H A D | lowlevel_init.S | 55 orr r0, r0, #0x20 @ disable TTBR1
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head.S | 165 mov r8, r4, lsr #12 @ TTBR1 is swapper_pg_dir pfn 167 mov r8, r4 @ set TTBR1 to swapper_pg_dir
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | memory.rst | 25 The swapper_pg_dir address is written to TTBR1 and never written to
|
H A D | pointer-authentication.rst | 79 addresses, and are not valid to apply to TTBR1 addresses (e.g. kernel
|
/openbmc/linux/arch/arm64/ |
H A D | Kconfig | 2073 that EL0 accesses made via TTBR1 always fault in constant time, 2078 This option enables E0PD for TTBR1 where available.
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 2469 EL12_REG(TTBR1, access_vm_reg, reset_unknown, 0),
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 1030 ttbr1 & uint64 & Register TTBR1. \texttt{UINT32} value null extended to \texttt{UINT64}.\\ 1191 ttbr1\_el1 & uint64 & Register TTBR1 (EL1).\\
|