Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/mm/
H A Dhugetlbpage.c88 if (REGION_NUMBER(addr) != RGN_HPAGE) in prepare_hugepage_range()
121 if (REGION_NUMBER(floor) == RGN_HPAGE) in hugetlb_free_pgd_range()
123 if (REGION_NUMBER(ceiling) == RGN_HPAGE) in hugetlb_free_pgd_range()
147 if ((REGION_NUMBER(addr) != RGN_HPAGE) || (addr & (HPAGE_SIZE - 1))) in hugetlb_get_unmapped_area()
H A Dioremap.c91 if (REGION_NUMBER(addr) == RGN_GATE) in iounmap()
H A Dfault.c222 if (REGION_NUMBER(address) == 5 && mapped_kernel_page_is_present(address)) in ia64_do_page_fault()
H A Dtlb.c353 || REGION_NUMBER(start) != REGION_NUMBER(end - 1))) { in flush_tlb_range()
/openbmc/linux/arch/ia64/include/asm/
H A Dhugetlb.h20 return (REGION_NUMBER(addr) == RGN_HPAGE || in is_hugepage_only_range()
21 REGION_NUMBER((addr)+(len)-1) == RGN_HPAGE); in is_hugepage_only_range()
H A Dpage.h120 #define REGION_NUMBER(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg;}) macro
124 # define htlbpage_to_page(x) (((unsigned long) REGION_NUMBER(x) << 61) \
/openbmc/linux/arch/ia64/kernel/
H A Dsys_ia64.c46 if (REGION_NUMBER(addr) == RGN_HPAGE) in arch_get_unmapped_area()
/openbmc/linux/mm/
H A Dmmap.c2225 return REGION_NUMBER(addr) == REGION_NUMBER(vma->vm_start) && in vma_expand_ok()