Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dparavirt.c159 .mmu.notify_page_enc_status_changed = paravirt_nop,
H A Dkvm.c974 pv_ops.mmu.notify_page_enc_status_changed = in kvm_init_platform()
/linux/arch/x86/include/asm/
H A Dparavirt.h65 static inline void notify_page_enc_status_changed(unsigned long pfn, in notify_page_enc_status_changed() function
68 PVOP_VCALL3(pv_ops, mmu.notify_page_enc_status_changed, pfn, npages, enc); in notify_page_enc_status_changed()
H A Dparavirt_types.h117 void (*notify_page_enc_status_changed)(unsigned long pfn, int npages, bool enc); member
/linux/arch/x86/mm/
H A Dmem_encrypt_amd.c279 notify_page_enc_status_changed(pfn, psize >> PAGE_SHIFT, enc); in enc_dec_hypercall()