Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/arch/parisc/mm/
Dinit.c481 pte = __mk_pte(address, pgprot); in map_pages()
484 pte = __mk_pte(address, PAGE_KERNEL_EXEC); in map_pages()
490 pte = __mk_pte(address, PAGE_KERNEL_RO); in map_pages()
493 pte = __mk_pte(address, pgprot); in map_pages()
/linux-4.1.27/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.1.27/arch/parisc/include/asm/
Dpgtable.h369 #define __mk_pte(addr,pgprot) \ macro
/linux-4.1.27/arch/parisc/kernel/
Dpci-dma.c98 set_pte(pte, __mk_pte(*paddr_ptr, PAGE_KERNEL_UNC)); in map_pte_uncached()