Home
last modified time | relevance | path

Searched refs:enc_cache_flush_required (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dx86_init.c160 .enc_cache_flush_required = enc_cache_flush_required_noop,
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dx86_init.h150 * @enc_cache_flush_required Returns true if a cache flush is needed before changing page encryption status
156 bool (*enc_cache_flush_required)(void); member
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dmem_encrypt_amd.c505 x86_platform.guest.enc_cache_flush_required = amd_enc_cache_flush_required; in sme_early_init()
/kernel/linux/linux-6.6/arch/x86/coco/tdx/
H A Dtdx.c810 x86_platform.guest.enc_cache_flush_required = tdx_cache_flush_required; in tdx_early_init()
/kernel/linux/linux-6.6/arch/x86/hyperv/
H A Divm.c609 x86_platform.guest.enc_cache_flush_required = hv_vtom_cache_flush_required; in hv_vtom_init()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c2152 cpa_flush(&cpa, x86_platform.guest.enc_cache_flush_required()); in __set_memory_enc_pgtable()

Completed in 7 milliseconds