Searched refs:round_pde_up (Results 1 – 3 of 3) sorted by relevance
210 round_pde_up(size_aligned), 0UL, PAGE_USER, &ppt_pgtable, MR_MODIFY); in set_paging_supervisor()217 uint64_t size_aligned = round_pde_up(region_end - base_aligned); in set_paging_nx()227 uint64_t size_aligned = round_pde_up(region_end - base_aligned); in set_paging_x()282 low32_max_ram = round_pde_up(low32_max_ram); in init_paging()318 round_pde_up((uint64_t)&ld_text_end) - round_pde_down(hv_hva), 0UL, in init_paging()
113 static inline uint64_t round_pde_up(uint64_t val) in round_pde_up() function
235 return round_pde_up(entry->baseaddr + entry->length); in add_ram_entry()
Completed in 8 milliseconds