Home
last modified time | relevance | path

Searched refs:sme_get_me_mask (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dhead64.c143 if (sme_get_me_mask()) { in sme_postprocess_startup()
161 pmd[i] -= sme_get_me_mask(); in sme_postprocess_startup()
169 return sme_get_me_mask(); in sme_postprocess_startup()
209 load_delta += sme_get_me_mask(); in __startup_64()
245 pgtable_flags = _KERNPG_TABLE_NOENC + sme_get_me_mask(); in __startup_64()
272 pmd_entry += sme_get_me_mask(); in __startup_64()
316 *fixup_long(&phys_base, physaddr) += load_delta - sme_get_me_mask(); in __startup_64()
/openbmc/linux/arch/x86/include/asm/
H A Dmem_encrypt.h61 static inline u64 sme_get_me_mask(void) in sme_get_me_mask() function
98 static inline u64 sme_get_me_mask(void) { return 0; } in sme_get_me_mask() function
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_identity.c304 if (!sme_get_me_mask() || in sme_encrypt_kernel()