Searched defs:pv_mmu_ops (Results 1 – 1 of 1) sorted by relevance
204 struct pv_mmu_ops { struct206 void (*flush_tlb_user)(void);207 void (*flush_tlb_kernel)(void);208 void (*flush_tlb_one_user)(unsigned long addr);209 void (*flush_tlb_others)(const struct cpumask *cpus,212 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table);215 void (*exit_mmap)(struct mm_struct *mm);218 struct paravirt_callee_save read_cr2;219 void (*write_cr2)(unsigned long);221 unsigned long (*read_cr3)(void);[all …]