Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsev.h92 #define RMP_PG_SIZE_2M 1 macro
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c216 e->pagesize = RMP_PG_SIZE_2M; in __snp_accept_memory()
/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c1084 size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K; in pvalidate_pages()
1088 if (rc == PVALIDATE_FAIL_SIZEMISMATCH && size == RMP_PG_SIZE_2M) { in pvalidate_pages()
H A Dsev.c814 e->pagesize = RMP_PG_SIZE_2M; in __set_pages_state()