Searched refs:PG_LEVEL_TO_RMP (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dsev.h98 #define PG_LEVEL_TO_RMP(level) (((level) == PG_LEVEL_4K) ? RMP_PG_SIZE_4K : RMP_PG_SIZE_2M) macro
/linux-master/arch/x86/virt/svm/
H A Dsev.c548 state.pagesize = PG_LEVEL_TO_RMP(level);
560 state.pagesize = PG_LEVEL_TO_RMP(level);

Completed in 144 milliseconds