Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dx86_init.c157 .enc_status_change_prepare = enc_status_change_prepare_noop,
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dx86_init.h147 * @enc_status_change_prepare Notify HV before the encryption status of a range is changed
153 bool (*enc_status_change_prepare)(unsigned long vaddr, int npages, bool enc); member
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/x86/coco/tdx/
H A Dtdx.c797 * guest.enc_status_change_prepare() converts the page from in tdx_early_init()
807 x86_platform.guest.enc_status_change_prepare = tdx_enc_status_change_prepare; in tdx_early_init()
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dset_memory.c2155 if (!x86_platform.guest.enc_status_change_prepare(addr, numpages, enc)) in __set_memory_enc_pgtable()

Completed in 11 milliseconds