Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dsev.h92 #define RMP_PG_SIZE_2M 1 macro
/linux-6.6.21/arch/x86/boot/compressed/
Dsev.c213 e->pagesize = RMP_PG_SIZE_2M; in __snp_accept_memory()
/linux-6.6.21/arch/x86/kernel/
Dsev-shared.c1087 size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K; in pvalidate_pages()
1091 if (rc == PVALIDATE_FAIL_SIZEMISMATCH && size == RMP_PG_SIZE_2M) { in pvalidate_pages()
Dsev.c826 e->pagesize = RMP_PG_SIZE_2M; in __set_pages_state()