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

  /src/sys/kern/
subr_pcu.c 33 * Per CPU Unit (PCU) - is an interface to manage synchronization of any
38 * PCU state may be loaded only by the current LWP, that is, curlwp.
42 * for a PCU release can be from a) the owner LWP (regardless whether
43 * the PCU state is on the current CPU or remote CPU) b) any other LWP
47 * In any case, the PCU state can *only* be changed from the current
48 * CPU. If said PCU state is on the remote CPU, a cross-call will be
51 * only be cleared by the CPU which has the PCU state loaded.
60 #include <sys/pcu.h>
69 * Internal PCU commands for the pcu_do_op() function.
71 #define PCU_CMD_SAVE 0x01 /* save PCU state to the LWP *
78 const pcu_ops_t *pcu; member in struct:__anoncc09006e0108
125 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local in function:pcu_switchpoint
159 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local in function:pcu_discard_all
200 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local in function:pcu_save_all
235 const pcu_ops_t *pcu = pcu_msg->pcu; local in function:pcu_cpu_ipi
423 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local in function:pcu_save_all_on_cpu
    [all...]
kern_cpu.c 88 #include <sys/pcu.h>
  /src/sys/arch/powerpc/include/
altivec.h 39 #include <sys/pcu.h>
fpu.h 76 #include <sys/pcu.h>
  /src/sys/arch/riscv/riscv/
fpu.c 43 #include <sys/pcu.h>
  /src/sys/arch/mips/mips/
mips_dsp.c 41 #include <sys/pcu.h>
mips_fpu.c 41 #include <sys/pcu.h>
  /src/sys/arch/alpha/include/
alpha.h 70 #include <sys/pcu.h>
  /src/sys/arch/aarch64/include/
machdep.h 169 #include <sys/pcu.h>
  /src/sys/sys/
cpu_data.h 42 #include <sys/pcu.h>
lwp.h 83 #include <sys/pcu.h>
Makefile 35 param.h pcu.h pipe.h pmf.h poll.h pool.h power.h proc.h \
  /src/sys/arch/powerpc/booke/
spe.c 46 #include <sys/pcu.h>
  /src/sys/arch/powerpc/powerpc/
fpu.c 42 #include <sys/pcu.h>
powerpc_machdep.c 59 #include <sys/pcu.h>
  /src/sys/arch/arm/include/
locore.h 59 #include <sys/pcu.h>
  /src/share/man/man9/
Makefile 50 pci_msi.9 pckbport.9 pcmcia.9 pcq.9 pcu.9 \
772 MLINKS+=pcu.9 pcu_load.9 \
773 pcu.9 pcu_save.9 \
774 pcu.9 pcu_save_all.9 \
775 pcu.9 pcu_discard.9 \
776 pcu.9 pcu_used_p.9
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
interrupt.c 122 [PCU_THERMAL] = "PCU Thermal Event",
123 [PCU_PCODE2DRIVER_MAILBOX] = "PCU pcode2driver mailbox event",
459 DEFINE_GVT_GEN8_INTEL_GVT_IRQ_INFO(pcu, GEN8_PCU_ISR);
603 /* GEN8 interrupt PCU events */

Completed in 24 milliseconds