Searched refs:is_global_space (Results 1 – 5 of 5) sorted by relevance
56 (MMCU_TXG_TABLE_PHYSX_OFFSET * is_global_space(PAGE_OFFSET)); in mmu_phys0_addr()72 (MMCU_TXG_TABLE_PHYSX_OFFSET * is_global_space(PAGE_OFFSET)); in mmu_phys1_addr()
63 #define is_global_space(addr) ((addr) > 0x7fffffff) macro64 #define is_local_space(addr) (!is_global_space(addr))
57 if (is_global_space(PAGE_OFFSET)) in __get_mmu_base()81 if (is_global_space(virt)) { in pgd_entry_addr()
26 if (is_global_space(vaddr)) in mmu_read_first_level_page()72 if (is_global_space(PAGE_OFFSET)) in mmu_get_base()
340 if (is_global_space(text_start)) { in setup_arch()