Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1380 pdp_entry_t *pdpe; in pmap_pml4e_to_pdpe()
1416 pdp_entry_t *pdpe; in pmap_pde()
1615 pdp_entry_t *pdp_p; in create_pagetables()
3668 pdp_entry_t *pdpe; in pmap_extract()
3968 pdp_entry_t *pdp; in _pmap_unwire_ptp()
4324 pdp_entry_t *pdp; in pmap_allocpte_getpdp()
4399 pdp_entry_t *pdp; in pmap_allocpte_nosleep()
4717 pdp_entry_t *pdpe; in pmap_page_array_startup()
9913 pdp_entry_t *pdp; in pmap_get_mapping()
11430 pdp_entry_t *pdp; in DB_SHOW_COMMAND()
[all …]
H A Defirt_machdep.c116 pdp_entry_t *pdpe; in efi_1t1_pte()
148 pdpe = (pdp_entry_t *)PHYS_TO_DMAP(mphys); in efi_1t1_pte()
/f-stack/freebsd/amd64/include/
H A Dparam.h108 #define NPDPEPG (PAGE_SIZE/(sizeof (pdp_entry_t)))
H A Dpmap.h279 typedef u_int64_t pdp_entry_t; typedef