| /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:__anon6870 125 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local 159 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local 200 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local 235 const pcu_ops_t *pcu = pcu_msg->pcu; local 423 const pcu_ops_t * const pcu = pcu_ops_md_defs[id]; local [all...] |
| kern_cpu.c | 84 #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/alpha/include/ |
| alpha.h | 70 #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/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 116 } pcu; typedef in typeref:union:__anon9651 122 pcu *code; 143 pcu *pc; 352 pcu *oldpc = pc; 1291 add_to_definition (dict_type *entry, pcu word) 1308 pcu p = { func }; 1318 pcu p = { push_variable }; 1344 pcu p;
|
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 116 } pcu; typedef in typeref:union:__anon11142 122 pcu *code; 143 pcu *pc; 352 pcu *oldpc = pc; 1291 add_to_definition (dict_type *entry, pcu word) 1308 pcu p = { func }; 1318 pcu p = { push_variable }; 1344 pcu p;
|
| /src/external/gpl3/gdb.old/dist/bfd/doc/ |
| chew.c | 116 } pcu; typedef in typeref:union:__anon11 122 pcu *code; 143 pcu *pc; 352 pcu *oldpc = pc; 1291 add_to_definition (dict_type *entry, pcu word) 1308 pcu p = { func }; 1318 pcu p = { push_variable }; 1344 pcu p;
|
| /src/external/gpl3/gdb/dist/bfd/doc/ |
| chew.c | 116 } pcu; typedef in typeref:union:__anon20 122 pcu *code; 143 pcu *pc; 352 pcu *oldpc = pc; 1291 add_to_definition (dict_type *entry, pcu word) 1308 pcu p = { func }; 1318 pcu p = { push_variable }; 1344 pcu p;
|
| /src/sys/arch/aarch64/include/ |
| machdep.h | 169 #include <sys/pcu.h>
|
| /src/sys/sys/ |
| cpu_data.h | 42 #include <sys/pcu.h>
|
| Makefile | 35 param.h pcu.h pipe.h pmf.h poll.h pool.h power.h proc.h \
|
| lwp.h | 83 #include <sys/pcu.h>
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ctfread.c | 1605 struct ctf_per_tu_data pcu; local 1620 pcu.fp = fp; 1621 pcu.of = of; 1622 pcu.arc = arc; 1626 pcu.psf = psf; 1628 if (ctf_archive_iter (arc, build_ctf_archive_member, &pcu) < 0)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ctfread.c | 1605 struct ctf_per_tu_data pcu; local 1620 pcu.fp = fp; 1621 pcu.of = of; 1622 pcu.arc = arc; 1626 pcu.psf = psf; 1628 if (ctf_archive_iter (arc, build_ctf_archive_member, &pcu) < 0)
|
| /src/sys/arch/arm/include/ |
| locore.h | 59 #include <sys/pcu.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/share/man/man9/ |
| Makefile | 51 pci_msi.9 pckbport.9 pcmcia.9 pcq.9 pcu.9 \ 774 MLINKS+=pcu.9 pcu_load.9 \ 775 pcu.9 pcu_save.9 \ 776 pcu.9 pcu_save_all.9 \ 777 pcu.9 pcu_discard.9 \ 778 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 */
|