Searched refs:rmpadjust (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | sev.h | 169 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) in rmpadjust() function 224 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) { return 0; } in rmpadjust() function
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | sev.c | 349 if (rmpadjust((unsigned long)&boot_ghcb_page, RMP_PG_SIZE_4K, attrs)) in enforce_vmpl0()
|
/openbmc/linux/arch/x86/hyperv/ |
H A D | ivm.c | 277 return rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs); in snp_set_vmsa()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev.c | 912 return rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs); in snp_set_vmsa()
|