Searched refs:PAGE_4K_SHIFT (Results 1 – 6 of 6) sorted by relevance
43 tmp = phys_2_virt(((ul *)(*tmp & (~0xfffUL)) + (((ul)(vaddr) >> PAGE_4K_SHIFT) & 0x1ff))); in __mm_get_paddr()88 … tmp = phys_2_virt(((ul *)(*tmp & (~0xfffUL)) + (((ul)(virt_addr) >> PAGE_4K_SHIFT) & 0x1ff))); in mm_check_mapped()
7 PAGE_2M_SIZE, PAGE_4K_SHIFT, PAGE_4K_SIZE, VM_DONTCOPY, VM_IO,17 const MMIO_BUDDY_MIN_EXP: u32 = PAGE_4K_SHIFT;461 if size_exp < PAGE_4K_SHIFT { in create_mmio()463 size_exp = PAGE_4K_SHIFT; in create_mmio()
21 #define PAGE_4K_SHIFT 12 macro27 #define PAGE_4K_SIZE (1UL << PAGE_4K_SHIFT)
34 ent->num_PTE = (length + PAGE_4K_SIZE - 1) >> PAGE_4K_SHIFT; in mm_calculate_entry_num()153 … uint64_t pte_id = (((virt_addr_start + length_mapped) >> PAGE_4K_SHIFT) & 0x1ff); in mm_map_proc_page_table()266 … uint64_t pte_id = (((virt_addr_start + length_unmapped) >> PAGE_4K_SHIFT) & 0x1ff); in mm_unmap_proc_table()
8 #define PAGE_4K_SHIFT 12 macro14 #define PAGE_4K_SIZE (1UL << PAGE_4K_SHIFT)
123 const MMIO_BUDDY_MIN_EXP: u32 = PAGE_4K_SHIFT;