Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
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-6.12.1/arch/x86/boot/compressed/
Dsev.c630 ret = rmpadjust((unsigned long)&boot_ghcb_page, RMP_PG_SIZE_4K, 1); in sev_enable()
/linux-6.12.1/arch/x86/hyperv/
Divm.c278 return rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs); in snp_set_vmsa()
/linux-6.12.1/arch/x86/coco/sev/
Dshared.c1672 if (!rmpadjust((unsigned long)&RIP_REL_REF(boot_ghcb_page), RMP_PG_SIZE_4K, 1)) in svsm_setup_ca()
Dcore.c1052 ret = rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs); in snp_set_vmsa()