| /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...] |
| /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.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/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/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)
|