Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/ia64/include/
Dpcpu.h51 struct pmap *current_pmap; /* active pmap */ member
/freebsd-10-stable/sys/ia64/ia64/
Dgenassym.c98 ASSYM(PC_CURRENT_PMAP, offsetof(struct pcpu, pc_md.current_pmap));
Dmp_machdep.c387 pc->pc_md.current_pmap = kernel_pmap; in cpu_mp_start()
Ddb_machdep.c587 db_printf("MD: pmap = %p\n", md->current_pmap); in db_show_mdpcpu()
Dpmap.c438 PCPU_SET(md.current_pmap, kernel_pmap); in pmap_bootstrap()
2693 prevpm = PCPU_GET(md.current_pmap); in pmap_switch()
2707 PCPU_SET(md.current_pmap, pm); in pmap_switch()