Searched refs:H_PAGE_4K_PFN (Results 1 – 7 of 7) sorted by relevance
47 #define H_PAGE_4K_PFN _RPAGE_RPN1 /* PFN is for a single 4k page */ macro62 #define H_PAGE_THP_HUGE H_PAGE_4K_PFN183 __pgprot(pgprot_val(prot) | H_PAGE_4K_PFN)); in hash__remap_4k_pfn()
53 #define H_PAGE_4K_PFN 0x0 macro
83 .mask = H_PAGE_4K_PFN,84 .val = H_PAGE_4K_PFN,
392 (pteval & H_PAGE_4K_PFN) == H_PAGE_4K_PFN)) in walk_pte()
15 if (pgprot_val(prot) & H_PAGE_4K_PFN) in __ioremap_caller()
78 #define H_PAGE_4K_PFN 0 macro
147 if (old_pte & H_PAGE_4K_PFN) { in __hash_page_4K()