Searched refs:__mk_pte (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/parisc/mm/ |
D | fixmap.c | 26 set_pte_at(&init_mm, vaddr, pte, __mk_pte(phys, PAGE_KERNEL_RWX)); in set_fixmap()
|
D | init.c | 418 pte = __mk_pte(address, prot); in map_pages()
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | pgtable.h | 291 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() function 299 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot))
|
/linux-6.1.9/arch/csky/include/asm/ |
D | pgtable.h | 45 #define __mk_pte(page_nr, pgprot) __pte(((page_nr) << PAGE_SHIFT) | \ macro
|
/linux-6.1.9/arch/parisc/kernel/ |
D | pci-dma.c | 93 set_pte(pte, __mk_pte(*paddr_ptr, PAGE_KERNEL_UNC)); in map_pte_uncached()
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | pgtable.h | 366 #define __mk_pte(addr,pgprot) \ macro
|