Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dpauth.c61 static bool effective_tbi(struct kvm_vcpu *vcpu, bool bit55) in effective_tbi() argument
75 } else if (bit55) { in effective_tbi()
86 static int compute_bottom_pac(struct kvm_vcpu *vcpu, bool bit55) in compute_bottom_pac() argument
93 if (!vcpu_el2_e2h_is_set(vcpu) || !bit55) in compute_bottom_pac()
101 static u64 compute_pac_mask(struct kvm_vcpu *vcpu, bool bit55) in compute_pac_mask() argument
106 bottom_pac = compute_bottom_pac(vcpu, bit55); in compute_pac_mask()
109 if (!effective_tbi(vcpu, bit55)) in compute_pac_mask()
117 bool bit55 = !!(ptr & BIT(55)); in to_canonical_addr() local
119 if (bit55) in to_canonical_addr()
127 bool bit55 = !!(ptr & BIT(55)); in corrupt_addr() local
[all …]