Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h99 #define RMP_PG_SIZE_2M 1 macro
101 #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 Dshared.c1315 size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K; in pval_pages()
1322 if (rc == PVALIDATE_FAIL_SIZEMISMATCH && size == RMP_PG_SIZE_2M) { in pval_pages()
1378 pe->page_size = e->pagesize ? RMP_PG_SIZE_2M : RMP_PG_SIZE_4K; in svsm_build_ca_from_psc_desc()
1443 pc->entry[pc->cur_index].page_size == RMP_PG_SIZE_2M) { in svsm_pval_pages()
H A Dcore.c930 e->pagesize = RMP_PG_SIZE_2M; in __set_pages_state()
/linux/arch/x86/boot/compressed/
H A Dsev.c245 e->pagesize = RMP_PG_SIZE_2M; in __snp_accept_memory()