Searched defs:pv_mmu_ops (Results 1 – 1 of 1) sorted by relevance
198 struct pv_mmu_ops { struct200 void (*flush_tlb_user)(void);201 void (*flush_tlb_kernel)(void);202 void (*flush_tlb_one_user)(unsigned long addr);203 void (*flush_tlb_others)(const struct cpumask *cpus,206 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table);209 void (*exit_mmap)(struct mm_struct *mm);212 struct paravirt_callee_save read_cr2;213 void (*write_cr2)(unsigned long);215 unsigned long (*read_cr3)(void);[all …]