Searched refs:TTBR1_EL1 (Results 1 – 5 of 5) sorted by relevance
/linux/arch/arm64/kvm/hyp/include/hyp/ |
A D | sysreg-sr.h | 46 ctxt_sys_reg(ctxt, TTBR1_EL1) = read_sysreg_el1(SYS_TTBR1); in __sysreg_save_el1_state() 118 write_sysreg_el1(ctxt_sys_reg(ctxt, TTBR1_EL1), SYS_TTBR1); in __sysreg_restore_el1_state()
|
/linux/arch/arm64/include/asm/ |
A D | kvm_host.h | 158 TTBR1_EL1, /* Translation Table Base Register 1 */ enumerator 502 case TTBR1_EL1: *val = read_sysreg_s(SYS_TTBR1_EL12); break; in __vcpu_read_sys_reg_from_cpu() 547 case TTBR1_EL1: write_sysreg_s(val, SYS_TTBR1_EL12); break; in __vcpu_write_sys_reg_to_cpu()
|
/linux/Documentation/admin-guide/kdump/ |
A D | vmcoreinfo.rst | 489 Indicates the size offset of the memory region addressed by TTBR1_EL1. 492 TTBR1_EL1 is the table base address register specified by ARMv8-A
|
/linux/arch/arm64/kvm/ |
A D | sys_regs.c | 1555 { SYS_DESC(SYS_TTBR1_EL1), access_vm_reg, reset_unknown, TTBR1_EL1 }, 1999 { Op1( 0), CRn( 2), CRm( 0), Op2( 1), access_vm_reg, NULL, TTBR1_EL1 }, 2139 { Op1( 1), CRn( 0), CRm( 2), Op2( 0), access_vm_reg, NULL, TTBR1_EL1 },
|
/linux/arch/arm64/ |
A D | Kconfig | 867 case-3 TTBR1_EL1 with TCR_EL1.NFD1 == 1. 891 in TTBR1_EL1, this situation only occurs in the entry trampoline and
|
Completed in 18 milliseconds