Searched refs:__mk_pte (Results 1 – 4 of 4) sorted by relevance
/arch/cris/include/asm/ |
D | pgtable.h | 179 static inline pte_t __mk_pte(void * page, pgprot_t pgprot) in __mk_pte() function 187 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot))
|
/arch/parisc/mm/ |
D | init.c | 708 pte = __mk_pte(address, PAGE_KERNEL_RO); in map_pages() 711 pte = __mk_pte(address, pgprot); in map_pages() 855 set_pte(pg_table, __mk_pte(address, PAGE_GATEWAY)); in map_hpux_gateway_page()
|
/arch/parisc/include/asm/ |
D | pgtable.h | 340 #define __mk_pte(addr,pgprot) \ macro
|
/arch/parisc/kernel/ |
D | pci-dma.c | 95 set_pte(pte, __mk_pte(*paddr_ptr, PAGE_KERNEL_UNC)); in map_pte_uncached()
|