Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dpti.c319 pmd_t *pmd, *target_pmd; in pti_clone_pgtable() local
350 target_pmd = pti_user_pagetable_walk_pmd(addr); in pti_clone_pgtable()
351 if (WARN_ON(!target_pmd)) in pti_clone_pgtable()
380 *target_pmd = *pmd; in pti_clone_pgtable()