Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dtrans_pgd.c121 set_pud(dst_pudp, pud_mkvalid_k(pud_mkwrite_novma(pud))); in copy_pud()
/linux/arch/arm64/include/asm/
H A Dpgtable.h635 #define pud_mkwrite_novma(pud) pte_pud(pte_mkwrite_novma(pud_pte(pud))) macro