Searched refs:num_PDE (Results 1 – 1 of 1) sorted by relevance
17 int64_t num_PDE; member33 ent->num_PDE = (length + PAGE_2M_SIZE - 1) >> PAGE_2M_SHIFT; in mm_calculate_entry_num()131 for (; (pgt_num.num_PDE > 0) && pde_id < 512; ++pde_id) in mm_map_proc_page_table()133 --pgt_num.num_PDE; in mm_map_proc_page_table()256 for (; (pgt_num.num_PDE > 0) && pde_id < 512; ++pde_id) in mm_unmap_proc_table()258 --pgt_num.num_PDE; in mm_unmap_proc_table()