Searched refs:REGION_NUMBER (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/arch/ia64/include/asm/
H A Dhugetlb.h19 return (REGION_NUMBER(addr) == RGN_HPAGE || is_hugepage_only_range()
20 REGION_NUMBER((addr)+(len)-1) == RGN_HPAGE); is_hugepage_only_range()
H A Dpage.h145 #define REGION_NUMBER(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg;}) macro
149 # define htlbpage_to_page(x) (((unsigned long) REGION_NUMBER(x) << 61) \
H A Dtlb.h107 || REGION_NUMBER(start) != REGION_NUMBER(end - 1))) ia64_tlb_flush_mmu_tlbonly()
/linux-4.1.27/arch/ia64/mm/
H A Dhugetlbpage.c86 if (REGION_NUMBER(addr) != RGN_HPAGE) prepare_hugepage_range()
97 if (REGION_NUMBER(addr) != RGN_HPAGE) follow_huge_addr()
134 if (REGION_NUMBER(floor) == RGN_HPAGE) hugetlb_free_pgd_range()
136 if (REGION_NUMBER(ceiling) == RGN_HPAGE) hugetlb_free_pgd_range()
160 if ((REGION_NUMBER(addr) != RGN_HPAGE) || (addr & (HPAGE_SIZE - 1))) hugetlb_get_unmapped_area()
H A Dfault.c110 if ((REGION_NUMBER(address) == 5) && !user_mode(regs)) ia64_do_page_fault()
211 if (REGION_NUMBER(address) != REGION_NUMBER(vma->vm_start) ia64_do_page_fault()
218 if (REGION_NUMBER(address) != REGION_NUMBER(vma->vm_start) ia64_do_page_fault()
279 if (REGION_NUMBER(address) == 5 && mapped_kernel_page_is_present(address)) ia64_do_page_fault()
H A Dioremap.c122 if (REGION_NUMBER(addr) == RGN_GATE) iounmap()
/linux-4.1.27/arch/ia64/kernel/
H A Dsys_ia64.c43 if (REGION_NUMBER(addr) == RGN_HPAGE) arch_get_unmapped_area()
/linux-4.1.27/arch/ia64/sn/kernel/sn2/
H A Dsn2_smp.c225 rr_value = (mm->context << 3) | REGION_NUMBER(start);

Completed in 170 milliseconds