Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dsev.h352 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) in rmpadjust() function
413 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) { return 0; } in rmpadjust() function
/linux/arch/x86/boot/compressed/
H A Dsev.c630 ret = rmpadjust((unsigned long)&boot_ghcb_page, RMP_PG_SIZE_4K, 1); in sev_enable()
/linux/arch/x86/coco/sev/
H A Dshared.c1672 if (!rmpadjust((unsigned long)&RIP_REL_REF(boot_ghcb_page), RMP_PG_SIZE_4K, 1)) in svsm_setup_ca()
H A Dcore.c1052 ret = rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs); in snp_set_vmsa()