| /src/sys/contrib/device-tree/Bindings/soc/ti/ |
| H A D | wkup_m3_ipc.txt | 1 Wakeup M3 IPC Driver 8 to boot the wkup_m3, it handles communication with the CM3 using IPC registers 14 A wkup_m3_ipc device node is used to represent the IPC registers within an 22 - reg: Contains the IPC register address space to communicate 26 - ti,rproc: phandle to the wkup_m3 rproc node so the IPC driver 28 - mboxes: phandles used by IPC framework to get correct mbox
|
| /src/crypto/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 19 use IPC::Cmd; 55 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC"); 61 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC"); 209 return undef unless IPC::Cmd::can_run('uname'); 309 next unless IPC::Cmd::can_run("$CROSS_COMPILE$_"); 382 if (IPC::Cmd::can_run('cc')) { 410 if (IPC::Cmd::can_run('cl')) {
|
| /src/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | SummaryView.cpp | 78 << format("%.2f", floor((DV.IPC * 100) + 0.5) / 100); in printView() 94 DV.IPC = (double)DV.TotalInstructions / TotalCycles; in collectData() 108 {"IPC", DV.IPC}, in toJSON()
|
| H A D | SchedulerStatistics.cpp | 114 unsigned IPC = Entry.second; in printSchedulerStats() local 115 OS << " " << NumIssued << ", " << IPC << " (" in printSchedulerStats() 116 << format("%.1f", ((double)IPC / NumCycles) * 100) << "%)\n"; in printSchedulerStats()
|
| H A D | SummaryView.h | 55 double IPC; member
|
| /src/contrib/sendmail/cf/mailer/ |
| H A D | smtp.m4 | 110 Msmtp, P=[IPC], F=_MODMF_(CONCAT(_DEF_SMTP_MAILER_FLAGS, SMTP_MAILER_FLAGS), `SMTP'), S=EnvFromSMT… 113 Mesmtp, P=[IPC], F=_MODMF_(CONCAT(_DEF_SMTP_MAILER_FLAGS, `a', SMTP_MAILER_FLAGS), `ESMTP'), S=Env… 116 Msmtp8, P=[IPC], F=_MODMF_(CONCAT(_DEF_SMTP_MAILER_FLAGS, `8', SMTP_MAILER_FLAGS), `SMTP8'), S=Env… 119 Mdsmtp, P=[IPC], F=_MODMF_(CONCAT(_DEF_SMTP_MAILER_FLAGS, `a%', SMTP_MAILER_FLAGS), `DSMTP'), S=En… 122 Mrelay, P=[IPC], F=_MODMF_(CONCAT(_DEF_SMTP_MAILER_FLAGS, `a8', RELAY_MAILER_FLAGS), `RELAY'), S=E…
|
| /src/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | MicroOpQueueStage.cpp | 38 MicroOpQueueStage::MicroOpQueueStage(unsigned Size, unsigned IPC, in MicroOpQueueStage() argument 40 : NextAvailableSlotIdx(0), CurrentInstructionSlotIdx(0), MaxIPC(IPC), in MicroOpQueueStage()
|
| /src/contrib/pam-krb5/tests/tap/perl/Test/ |
| H A D | RRA.pm | 84 require IPC::System::Simple; 90 my $diff = IPC::System::Simple::capturex([0 .. 1], @command);
|
| /src/crypto/openssl/test/recipes/ |
| H A D | 01-test_symbol_presence.t | 12 use IPC::Cmd; 30 unless IPC::Cmd::can_run('nm');
|
| H A D | 70-test_sslkeylogfile.t | 12 use IPC::Open3;
|
| H A D | 82-test_tfo_cli.t | 12 use IPC::Open2;
|
| /src/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | nvidia,tegra186-bpmp.txt | 7 which can create the interprocessor communication (IPC) between the CPU 17 the IPC between CPU and BPMP is based on. 61 The shared memory area for the IPC TX and RX between CPU and BPMP are
|
| /src/tools/regression/ |
| H A D | README | 83 sysvmsg SysV IPC Message Queue Regression Utility 84 sysvsem SysV IPC Semaphore Regression Utility 85 sysvshm SysV IPC Shared Memory Regression Utility
|
| /src/contrib/sendmail/cf/feature/ |
| H A D | msp.m4 | 53 define(`LOCAL_MAILER_PATH', `[IPC]')dnl 57 define(`LOCAL_SHELL_PATH', `[IPC]')dnl
|
| /src/sys/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | wii.txt | 120 1.j) The Inter-Processor Communication (IPC) node 126 - reg : should contain the IPC registers location and length 127 - interrupts : should contain the IPC interrupt
|
| /src/crypto/openssl/util/ |
| H A D | c-compress-test.pl | 39 use IPC::Open2;
|
| /src/tools/regression/sysvsem/ |
| H A D | README | 2 SysV IPC Semaphore Regression Utility.
|
| /src/tools/regression/sysvshm/ |
| H A D | README | 2 SysV IPC Shared Memory Regression Utility.
|
| /src/tools/regression/sysvmsg/ |
| H A D | README | 2 SysV IPC Message Queue Regression Utility.
|
| /src/sys/contrib/device-tree/scripts/ |
| H A D | rewrite-index.pl | 4 use IPC::Open2;
|
| /src/share/doc/papers/newvm/ |
| H A D | spell.ok | 12 IPC
|
| /src/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/ |
| H A D | RegisterFile.cpp | 172 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile() local 173 if (IPC.first && IPC.first != RegisterFileIndex) { in addRegisterFile() 180 IPC = std::make_pair(RegisterFileIndex, RCE.Cost); in addRegisterFile() 190 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
|
| /src/contrib/openbsm/ |
| H A D | configure.ac | 233 # Check to see if Mach IPC is used for trigger messages. If so, use Mach IPC 236 AC_DEFINE(USE_MACH_IPC,, Define if uses Mach IPC for Triggers messages)
|
| /src/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | MicroOpQueueStage.h | 64 MicroOpQueueStage(unsigned Size, unsigned IPC = 0,
|
| /src/sys/contrib/device-tree/Bindings/mailbox/ |
| H A D | brcm,bcm2835-mbox.txt | 1 Broadcom BCM2835 VideoCore mailbox IPC
|