Lines Matching defs:pmc
173 static int move_ptes(struct pagetable_move_control *pmc, in move_ptes()
296 static bool move_normal_pmd(struct pagetable_move_control *pmc, in move_normal_pmd()
372 static inline bool move_normal_pmd(struct pagetable_move_control *pmc, in move_normal_pmd()
380 static bool move_normal_pud(struct pagetable_move_control *pmc, in move_normal_pud()
430 static inline bool move_normal_pud(struct pagetable_move_control *pmc, in move_normal_pud()
438 static bool move_huge_pud(struct pagetable_move_control *pmc, in move_huge_pud()
479 static bool move_huge_pud(struct pagetable_move_control *pmc, in move_huge_pud()
502 struct pagetable_move_control *pmc) in get_extent()
540 static bool should_take_rmap_locks(struct pagetable_move_control *pmc, in should_take_rmap_locks()
556 static bool move_pgt_entry(struct pagetable_move_control *pmc, in move_pgt_entry()
600 static bool can_align_down(struct pagetable_move_control *pmc, in can_align_down()
629 static bool can_realign_addr(struct pagetable_move_control *pmc, in can_realign_addr()
708 static void try_realign_addr(struct pagetable_move_control *pmc, in try_realign_addr()
726 static bool pmc_done(struct pagetable_move_control *pmc) in pmc_done()
732 static void pmc_next(struct pagetable_move_control *pmc, unsigned long extent) in pmc_next()
742 static unsigned long pmc_progress(struct pagetable_move_control *pmc) in pmc_progress()
755 unsigned long move_page_tables(struct pagetable_move_control *pmc) in move_page_tables()