Searched refs:__mk_pte (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 178 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/ |
D | init.c | 481 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/ |
D | pgtable.h | 316 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/ |
D | pgtable.h | 369 #define __mk_pte(addr,pgprot) \ macro
|
/linux-4.1.27/arch/parisc/kernel/ |
D | pci-dma.c | 98 set_pte(pte, __mk_pte(*paddr_ptr, PAGE_KERNEL_UNC)); in map_pte_uncached()
|