Home
last modified time | relevance | path

Searched refs:tcr_el2 (Results 1 – 5 of 5) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dkvm_nested.h18 static inline u64 tcr_el2_ps_to_tcr_el1_ips(u64 tcr_el2) in tcr_el2_ps_to_tcr_el1_ips() argument
20 return (u64)FIELD_GET(TCR_EL2_PS_MASK, tcr_el2) << TCR_IPS_SHIFT; in tcr_el2_ps_to_tcr_el1_ips()
H A Dkvm_asm.h182 unsigned long tcr_el2; member
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dhyp-init.S138 msr tcr_el2, x0
/linux/arch/arm64/kernel/
H A Dasm-offsets.c120 DEFINE(NVHE_INIT_TCR_EL2, offsetof(struct kvm_nvhe_init_params, tcr_el2)); in main()
/linux/arch/arm64/kvm/
H A Darm.c2041 params->tcr_el2 = tcr; in cpu_prepare_hyp_mode()