Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dx86_init.h164 bool (*enc_tlb_flush_required)(bool enc); member
/linux/arch/x86/kernel/
H A Dx86_init.c165 .enc_tlb_flush_required = enc_tlb_flush_required_noop,
/linux/arch/x86/hyperv/
H A Divm.c662 x86_platform.guest.enc_tlb_flush_required = hv_vtom_tlb_flush_required; in hv_vtom_init()
/linux/arch/x86/coco/tdx/
H A Dtdx.c1081 x86_platform.guest.enc_tlb_flush_required = tdx_tlb_flush_required; in tdx_early_init()
/linux/arch/x86/mm/pat/
H A Dset_memory.c2194 if (x86_platform.guest.enc_tlb_flush_required(enc)) in __set_memory_enc_pgtable()