Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/mm/
Dpti.c314 pmd_t *pmd, *target_pmd; in pti_clone_pgtable() local
345 target_pmd = pti_user_pagetable_walk_pmd(addr); in pti_clone_pgtable()
346 if (WARN_ON(!target_pmd)) in pti_clone_pgtable()
375 *target_pmd = *pmd; in pti_clone_pgtable()