Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/
H A Dpauth.c88 static const int maxtxsz = 39; // Revisit these two values once in compute_bottom_pac() local
98 return 64 - clamp(txsz, mintxsz, maxtxsz); in compute_bottom_pac()