Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dhead64.c330 pgdval_t pgd, *pgd_p; in __early_make_pgtable() local
340 pgd_p = &early_top_pgt[pgd_index(address)].pgd; in __early_make_pgtable()
341 pgd = *pgd_p; in __early_make_pgtable()
349 p4d_p = pgd_p; in __early_make_pgtable()
360 *pgd_p = (pgdval_t)p4d_p - __START_KERNEL_map + phys_base + _KERNPG_TABLE; in __early_make_pgtable()
/linux/arch/x86/mm/
A Dmem_encrypt_identity.c103 pgd_t *pgd_p; in sme_clear_pgd() local
110 pgd_p = ppd->pgd + pgd_index(ppd->vaddr); in sme_clear_pgd()
112 memset(pgd_p, 0, pgd_size); in sme_clear_pgd()

Completed in 4 milliseconds