Home
last modified time | relevance | path

Searched defs:__mk_pte (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/csky/include/asm/
H A Dpgtable.h46 #define __mk_pte(page_nr, pgprot) __pte(((page_nr) << PAGE_SHIFT) | \ macro
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h294 static inline pte_t __mk_pte(void *page, pgprot_t pgprot) in __mk_pte() function
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h345 #define __mk_pte(addr,pgprot) \ macro