Home
last modified time | relevance | path

Searched defs:PG_V (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c1355 pt_entry_t PG_V; in pmap_pml4e() local
1391 pt_entry_t PG_V; in pmap_pdpe() local
1417 pt_entry_t PG_V; in pmap_pde() local
1445 pt_entry_t PG_V; in pmap_pte() local
3670 pt_entry_t *pte, PG_V; in pmap_extract() local
4289 pt_entry_t PG_V; in pmap_allocpte_getpml4() local
4325 pt_entry_t PG_V; in pmap_allocpte_getpdp() local
4587 pd_entry_t *pd, PG_V; in pmap_allocpte() local
5952 pt_entry_t *pte, PG_V; in pmap_remove_page() local
7012 pt_entry_t PG_V; in pmap_enter_2mpage() local
[all …]
/f-stack/freebsd/i386/include/
H A Dpmap.h54 #define PG_V 0x001 /* P Valid */ macro
/f-stack/freebsd/amd64/include/
H A Dpmap.h96 #define PG_V X86_PG_V macro