Searched refs:is_global_space (Results 1 – 5 of 5) sorted by relevance
55 (MMCU_TXG_TABLE_PHYSX_OFFSET * is_global_space(PAGE_OFFSET)); in mmu_phys0_addr()71 (MMCU_TXG_TABLE_PHYSX_OFFSET * is_global_space(PAGE_OFFSET)); in mmu_phys1_addr()
62 #define is_global_space(addr) ((addr) > 0x7fffffff) macro63 #define is_local_space(addr) (!is_global_space(addr))
56 if (is_global_space(PAGE_OFFSET)) in __get_mmu_base()80 if (is_global_space(virt)) { in pgd_entry_addr()
25 if (is_global_space(vaddr)) in mmu_read_first_level_page()71 if (is_global_space(PAGE_OFFSET)) in mmu_get_base()
341 if (is_global_space(text_start)) { in setup_arch()