Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dat.c775 static u8 combine_sh(u8 s1_sh, u8 s2_sh) in combine_sh() argument
777 if (s1_sh == ATTR_OSH || s2_sh == ATTR_OSH) in combine_sh()
779 if (s1_sh == ATTR_ISH || s2_sh == ATTR_ISH) in combine_sh()
788 u8 s1_parattr, s2_memattr, final_attr, s2_sh; in compute_par_s12() local
861 s2_sh = FIELD_GET(KVM_PTE_LEAF_ATTR_LO_S2_SH, tr->desc); in compute_par_s12()
867 compute_final_sh(final_attr, s2_sh))); in compute_par_s12()