HomeSort by: relevance | last modified time | path
    Searched refs:pcu_save_all (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
pcu.h 81 void pcu_save_all(lwp_t *);
95 #define pcu_save_all(l) macro
  /src/sys/arch/alpha/alpha/
core_machdep.c 70 pcu_save_all(l);
  /src/sys/arch/powerpc/powerpc/
core_machdep.c 81 pcu_save_all(l);
  /src/sys/arch/mips/mips/
core_machdep.c 86 pcu_save_all(l);
  /src/sys/arch/riscv/riscv/
core_machdep.c 79 pcu_save_all(l);
  /src/sys/kern/
subr_pcu.c 166 * pcu_save_all: save PCU state of the given LWP so that eg. coredump can
170 pcu_save_all(lwp_t *l) function in typeref:typename:void
kern_lwp.c 917 pcu_save_all(l1);
1748 pcu_save_all(l);
  /src/share/man/man9/
Makefile 774 pcu.9 pcu_save_all.9 \

Completed in 15 milliseconds