Home
last modified time | relevance | path

Searched refs:__pmd_raw (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable-be-types.h25 #define __pmd_raw(x) ((pmd_t) { (x) }) macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1076 return __pmd_raw(pte_raw(pte)); in pte_pmd()