Searched defs:mmu_gather (Results 1 – 5 of 5) sorted by relevance
24 struct mmu_gather { struct34 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
37 struct mmu_gather { struct45 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
17 struct mmu_gather { struct26 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument
57 struct mmu_gather { struct58 struct mm_struct *mm;59 unsigned int nr; /* == ~0U => fast mode */60 unsigned char fullmm; /* non-zero means full mm flush */61 unsigned char need_flush; /* really unmapped some PTEs? */62 unsigned long start_addr;63 unsigned long end_addr;64 struct page *pages[FREE_PTE_NR];
36 struct mmu_gather { struct41 DECLARE_PER_CPU(struct mmu_gather, mmu_gathers); argument