Searched refs:L4_SUPERPAGESIZE (Results 1 – 3 of 3) sorted by relevance
61 base_offset = vbi->phys_base & (L4_SUPERPAGESIZE - 1); in Vesa_fb()62 unsigned long paddr = vbi->phys_base & ~(L4_SUPERPAGESIZE - 1); in Vesa_fb()64 map_size = (fb_size + base_offset + L4_SUPERPAGESIZE - 1) in Vesa_fb()65 & ~(L4_SUPERPAGESIZE - 1); in Vesa_fb()69 if (vaddr >= Moe::Virt_limit::end - map_size - L4_SUPERPAGESIZE) in Vesa_fb()
340 #define L4_SUPERPAGESIZE (1UL << L4_SUPERPAGESHIFT) macro349 #define L4_SUPERPAGEMASK (~(L4_SUPERPAGESIZE - 1))
23 l4_addr_t d = L4_SUPERPAGESIZE; in map_mem()
Completed in 5 milliseconds