ANDROID: KVM: arm64: Increase the pkvm reclaim buffer size
Increase the internal reclaim buffer size of pkvm to accommodate Pixel use cases. Without this we are seeing >50% failure rate Bug: 426242992 Change-Id: I892cb1fe30fa97fea044187728d814dd832dd929 Signed-off-by: Snehal Koukuntla <snehalreddy@google.com>
This commit is contained in:
committed by
Treehugger Robot
parent
9e89b97c13
commit
f99b0f6dd2
@@ -593,7 +593,7 @@ static inline unsigned long host_s2_pgtable_pages(void)
|
|||||||
* Maximum number of consitutents allowed in a descriptor. This number is
|
* Maximum number of consitutents allowed in a descriptor. This number is
|
||||||
* arbitrary, see comment below on SG_MAX_SEGMENTS in hyp_ffa_proxy_pages().
|
* arbitrary, see comment below on SG_MAX_SEGMENTS in hyp_ffa_proxy_pages().
|
||||||
*/
|
*/
|
||||||
#define KVM_FFA_MAX_NR_CONSTITUENTS 4096
|
#define KVM_FFA_MAX_NR_CONSTITUENTS 12288
|
||||||
|
|
||||||
static inline unsigned long hyp_ffa_proxy_pages(void)
|
static inline unsigned long hyp_ffa_proxy_pages(void)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user