Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h102 #define PG_LEVEL_TO_RMP(level) (((level) == PG_LEVEL_4K) ? RMP_PG_SIZE_4K : RMP_PG_SIZE_2M) macro
/linux/arch/x86/kvm/svm/
H A Dsev.c2303 fw_args.page_size = PG_LEVEL_TO_RMP(PG_LEVEL_4K); in sev_gmem_post_populate()