Home
last modified time | relevance | path

Searched refs:pmap_activate_sw (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/riscv/include/
H A Dpmap.h135 void pmap_activate_sw(struct thread *);
/freebsd/sys/riscv/riscv/
H A Dswtch.S210 call _C_LABEL(pmap_activate_sw)
312 call _C_LABEL(pmap_activate_sw)
H A Dpmap.c5178 pmap_activate_sw(struct thread *td) in pmap_activate_sw() function
5207 pmap_activate_sw(td); in pmap_activate()
/freebsd/sys/amd64/amd64/
H A Dcpu_switch.S59 call pmap_activate_sw
134 callq pmap_activate_sw
H A Dpmap.c10228 pmap_activate_sw(struct thread *td) in pmap_activate_sw() function
10267 pmap_activate_sw(td); in pmap_activate()
/freebsd/sys/amd64/include/
H A Dpmap.h391 void pmap_activate_sw(struct thread *);