Searched refs:notify_page_enc_status_changed (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | paravirt.c | 159 .mmu.notify_page_enc_status_changed = paravirt_nop,
|
| H A D | kvm.c | 974 pv_ops.mmu.notify_page_enc_status_changed = in kvm_init_platform()
|
| /linux/arch/x86/include/asm/ |
| H A D | paravirt.h | 65 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 D | paravirt_types.h | 117 void (*notify_page_enc_status_changed)(unsigned long pfn, int npages, bool enc); member
|
| /linux/arch/x86/mm/ |
| H A D | mem_encrypt_amd.c | 279 notify_page_enc_status_changed(pfn, psize >> PAGE_SHIFT, enc); in enc_dec_hypercall()
|