Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h178 static inline pte_t __mk_pte(void * page, pgprot_t pgprot) in __mk_pte() function
186 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot))
/linux-4.4.14/arch/parisc/mm/
Dinit.c475 pte = __mk_pte(address, pgprot); in map_pages()
477 pte = __mk_pte(address, PAGE_KERNEL_EXEC); in map_pages()
484 pte = __mk_pte(address, PAGE_KERNEL_EXEC); in map_pages()
489 pte = __mk_pte(address, pgprot); in map_pages()
/linux-4.4.14/arch/openrisc/include/asm/
Dpgtable.h316 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() function
324 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot))
/linux-4.4.14/arch/parisc/kernel/
Dpci-dma.c98 set_pte(pte, __mk_pte(*paddr_ptr, PAGE_KERNEL_UNC)); in map_pte_uncached()
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h387 #define __mk_pte(addr,pgprot) \ macro