Searched defs:pv_mmu_ops (Results 1 – 1 of 1) sorted by relevance
200 struct pv_mmu_ops { struct202 void (*flush_tlb_user)(void);203 void (*flush_tlb_kernel)(void);204 void (*flush_tlb_one_user)(unsigned long addr);205 void (*flush_tlb_others)(const struct cpumask *cpus,208 void (*tlb_remove_table)(struct mmu_gather *tlb, void *table);211 void (*exit_mmap)(struct mm_struct *mm);214 struct paravirt_callee_save read_cr2;215 void (*write_cr2)(unsigned long);217 unsigned long (*read_cr3)(void);[all …]