Searched refs:RMP_PG_SIZE_2M (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dsev.h96 #define RMP_PG_SIZE_2M 1 macro
98 #define PG_LEVEL_TO_RMP(level) (((level) == PG_LEVEL_4K) ? RMP_PG_SIZE_4K : RMP_PG_SIZE_2M)
/linux-master/arch/x86/boot/compressed/
H A Dsev.c217 e->pagesize = RMP_PG_SIZE_2M;
/linux-master/arch/x86/kernel/
H A Dsev-shared.c1095 size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K;
1099 if (rc == PVALIDATE_FAIL_SIZEMISMATCH && size == RMP_PG_SIZE_2M) {
H A Dsev.c833 e->pagesize = RMP_PG_SIZE_2M;

Completed in 120 milliseconds