Home
last modified time | relevance | path

Searched defs:copy_pmd (Results 1 – 4 of 4) sorted by relevance

/arch/arm/include/asm/
Dpgtable-2level.h197 #define copy_pmd(pmdpd,pmdps) \ macro
Dpgtable-3level.h166 #define copy_pmd(pmdpd,pmdps) \ macro
/arch/arm64/kernel/
Dhibernate.c390 static int copy_pmd(pud_t *dst_pudp, pud_t *src_pudp, unsigned long start, in copy_pmd() function
/arch/nds32/include/asm/
Dpgtable.h314 #define copy_pmd(pmdpd,pmdps) set_pmd((pmdpd), *(pmdps)) macro