Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h131 #define RMP_PG_SIZE_2M 1 macro
133 #define PG_LEVEL_TO_RMP(level) (((level) == PG_LEVEL_4K) ? RMP_PG_SIZE_4K : RMP_PG_SIZE_2M)
/linux/arch/x86/coco/sev/
H A Dcore.c194 size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K; in pval_pages()
201 if (rc == PVALIDATE_FAIL_SIZEMISMATCH && size == RMP_PG_SIZE_2M) { in pval_pages()
258 pe->page_size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K; in svsm_build_ca_from_psc_desc()
324 pc->entry[pc->cur_index].page_size == RMP_PG_SIZE_2M) { in svsm_pval_pages()
490 e->pagesize = RMP_PG_SIZE_2M; in __set_pages_state()