Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dhead64.c144 if (sme_get_me_mask()) { in sme_postprocess_startup()
162 pmd[i] -= sme_get_me_mask(); in sme_postprocess_startup()
170 return sme_get_me_mask(); in sme_postprocess_startup()
210 load_delta += sme_get_me_mask(); in __startup_64()
246 pgtable_flags = _KERNPG_TABLE_NOENC + sme_get_me_mask(); in __startup_64()
273 pmd_entry += sme_get_me_mask(); in __startup_64()
317 *fixup_long(&phys_base, physaddr) += load_delta - sme_get_me_mask(); in __startup_64()
/linux-6.1.9/arch/x86/include/asm/
Dmem_encrypt.h105 static inline u64 sme_get_me_mask(void) in sme_get_me_mask() function
/linux-6.1.9/arch/x86/mm/
Dmem_encrypt_identity.c308 if (!sme_get_me_mask() || sev_status & MSR_AMD64_SEV_ENABLED) in sme_encrypt_kernel()