Home
last modified time | relevance | path

Searched refs:__mk_pte (Results 1 – 4 of 4) sorted by relevance

/arch/cris/include/asm/
Dpgtable.h179 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/
Dinit.c708 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/
Dpgtable.h340 #define __mk_pte(addr,pgprot) \ macro
/arch/parisc/kernel/
Dpci-dma.c95 set_pte(pte, __mk_pte(*paddr_ptr, PAGE_KERNEL_UNC)); in map_pte_uncached()