Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dparavirt.h100 static inline void notify_page_enc_status_changed(unsigned long pfn, in notify_page_enc_status_changed() function
103 PVOP_VCALL3(mmu.notify_page_enc_status_changed, pfn, npages, enc); in notify_page_enc_status_changed()
Dparavirt_types.h171 void (*notify_page_enc_status_changed)(unsigned long pfn, int npages, bool enc); member
/Linux-v6.1/arch/x86/kernel/
Dparavirt.c323 .mmu.notify_page_enc_status_changed = paravirt_nop,
Dkvm.c944 pv_ops.mmu.notify_page_enc_status_changed = in kvm_init_platform()
/Linux-v6.1/arch/x86/mm/
Dmem_encrypt_amd.c315 notify_page_enc_status_changed(pfn, psize >> PAGE_SHIFT, enc); in enc_dec_hypercall()