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

/linux-master/arch/x86/include/asm/
H A Dsev.h184 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) function
188 /* "rmpadjust" mnemonic support in binutils 2.36 and newer */
240 static inline int rmpadjust(unsigned long vaddr, bool rmp_psize, unsigned long attrs) { return 0; } function
/linux-master/arch/x86/boot/compressed/
H A Dsev.c354 if (rmpadjust((unsigned long)&boot_ghcb_page, RMP_PG_SIZE_4K, attrs))
/linux-master/arch/x86/hyperv/
H A Divm.c278 return rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs);
/linux-master/arch/x86/kernel/
H A Dsev.c931 return rmpadjust((unsigned long)va, RMP_PG_SIZE_4K, attrs);

Completed in 134 milliseconds