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