Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/nvhe/
A Dsys_regs.c204 u64 pvm_max = restrictions[i].max_val; in get_restricted_features() local
208 else if (sign && (sys_val >= sign_bit || pvm_max >= sign_bit)) in get_restricted_features()
209 val |= max(sys_val, pvm_max) << shift; in get_restricted_features()
211 val |= min(sys_val, pvm_max) << shift; in get_restricted_features()

Completed in 4 milliseconds