Home
last modified time | relevance | path

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

/freebsd-head/sys/arm64/arm64/
HDpmap.c200 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large; variable
201 #define pv_dummy pv_dummy_large.pv_page
244 _lock = &pv_dummy_large.pv_lock; \
256 return (&pv_dummy_large.pv_lock); in VM_PAGE_TO_PV_LIST_LOCK()
1622 pvd = &pv_dummy_large; in pmap_init_pv_table()
/freebsd-head/sys/amd64/amd64/
HDpmap.c357 _lock = &pv_dummy_large.pv_lock; \
530 __exclusive_cache_line static struct pmap_large_md_page pv_dummy_large; variable
531 #define pv_dummy pv_dummy_large.pv_page
1076 gen = &pv_dummy_large.pv_invl_gen; in pmap_delayed_invl_genp()
2436 pvd = &pv_dummy_large; in pmap_init_pv_table()