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

/linux-master/arch/x86/mm/
H A Dpti.c314 pmd_t *pmd, *target_pmd; local
345 target_pmd = pti_user_pagetable_walk_pmd(addr);
346 if (WARN_ON(!target_pmd))
359 * Setting 'target_pmd' below creates a mapping in both
375 *target_pmd = *pmd;

Completed in 80 milliseconds