Home
last modified time | relevance | path

Searched defs:pv_mmu_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h139 struct pv_mmu_ops { struct
141 void (*flush_tlb_user)(void);
142 void (*flush_tlb_kernel)(void);
143 void (*flush_tlb_one_user)(unsigned long addr);
144 void (*flush_tlb_multi)(const struct cpumask *cpus,
147 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table);
150 void (*exit_mmap)(struct mm_struct *mm);
151 void (*notify_page_enc_status_changed)(unsigned long pfn, int npages, bool enc);
154 struct paravirt_callee_save read_cr2;
155 void (*write_cr2)(unsigned long);
[all …]