Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dx86_init.h154 bool (*enc_status_change_prepare)(unsigned long vaddr, int npages, bool enc); member
/openbmc/linux/arch/x86/kernel/
H A Dx86_init.c160 .enc_status_change_prepare = enc_status_change_prepare_noop,
/openbmc/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c502 x86_platform.guest.enc_status_change_prepare = amd_enc_status_change_prepare; in sme_early_init()
/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c885 x86_platform.guest.enc_status_change_prepare = tdx_enc_status_change_prepare; in tdx_early_init()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c2195 if (!x86_platform.guest.enc_status_change_prepare(addr, numpages, enc)) in __set_memory_enc_pgtable()