Home
last modified time | relevance | path

Searched refs:enc_tlb_flush_required (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/include/asm/ !
Dx86_init.h155 bool (*enc_tlb_flush_required)(bool enc); member
/linux-6.1.9/arch/x86/kernel/ !
Dx86_init.c156 .enc_tlb_flush_required = enc_tlb_flush_required_noop,
/linux-6.1.9/arch/x86/mm/ !
Dmem_encrypt_amd.c502 x86_platform.guest.enc_tlb_flush_required = amd_enc_tlb_flush_required; in sme_early_init()
/linux-6.1.9/arch/x86/coco/tdx/ !
Dtdx.c784 x86_platform.guest.enc_tlb_flush_required = tdx_tlb_flush_required; in tdx_early_init()
/linux-6.1.9/arch/x86/mm/pat/ !
Dset_memory.c2095 if (x86_platform.guest.enc_tlb_flush_required(enc)) in __set_memory_enc_pgtable()