Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/i386/
H A Ddb_memrw.c46 #define PG_LGFRAME 0xffc00000 /* large (4M) page frame mask */ macro
97 pgva = (vaddr_t)dst & PG_LGFRAME; in db_write_text()
H A Dpmapae.c341 #define PG_LGFRAME 0xfffe00000ULL /* large (2M) page frame mask */ macro
H A Dpmap.c289 #define PG_LGFRAME 0xffc00000 /* large (4M) page frame mask */ macro
/openbsd/sys/arch/amd64/include/
H A Dpte.h130 #define PG_LGFRAME 0x000fffffffe00000UL /* large (2M) page frame mask */ macro
/openbsd/sys/arch/amd64/amd64/
H A Dhibernate_machdep.c248 npde = (pa & PG_LGFRAME) | in hibernate_enter_resume_2m_pde()
261 npde = (pa & PG_LGFRAME) | in hibernate_enter_resume_2m_pde()
281 npde = (pa & PG_LGFRAME) | PG_RW | PG_V | PG_PS; in hibernate_enter_resume_2m_pde()
H A Ddb_memrw.c121 pgva = (vaddr_t)dst & PG_LGFRAME; in db_write_text()
H A Dpmap.c241 pt_entry_t pg_lgframe = PG_LGFRAME;
/openbsd/lib/libkvm/
H A Dkvm_amd64.c155 *pa = (pde & PG_LGFRAME) | page_off; in _kvm_kvatop()
/openbsd/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c189 pa = e & PG_LGFRAME; in pent()