Lines Matching defs:direct
961 bool direct)
988 * Do not free direct mapping pages since they were
991 if (!direct)
998 /* For non-direct mapping, pages means nothing. */
1003 * direct mapped memory ranges to be freed are aligned.
1026 if (direct)
1032 bool direct, struct vmem_altmap *altmap)
1049 if (!direct)
1077 remove_pte_table(pte_base, addr, next, direct);
1082 if (direct)
1088 struct vmem_altmap *altmap, bool direct)
1105 if (!direct)
1133 remove_pmd_table(pmd_base, addr, next, direct, altmap);
1137 if (direct)
1143 struct vmem_altmap *altmap, bool direct)
1159 remove_pud_table(pud_base, addr, next, altmap, direct);
1169 if (direct)
1175 remove_pagetable(unsigned long start, unsigned long end, bool direct,
1191 remove_p4d_table(p4d, addr, next, altmap, direct);