Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Dphysmem.c57 static pdt_t pdts[4] __aligned(4096); variable
74 struct pde *pde = &(pdts[pdpt_idx][pdt_idx]); in x86_phys_map_page()
101 memset(pdts, 0, sizeof(pdts)); in x86_phys_enter_paging()
104 for (i = 0; i < ARRAY_SIZE(pdts); i++) { in x86_phys_enter_paging()
106 pdpt[i].base = ((uintptr_t)&pdts[i]) >> 12; in x86_phys_enter_paging()