Home
last modified time | relevance | path

Searched refs:IPC (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/soc/ti/
H A Dwkup_m3_ipc.txt1 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
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm19 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')) {
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp78 << 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 DSchedulerStatistics.cpp114 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 DSummaryView.h20 /// IPC: 1.48
24 /// performance indicators are 'Total Cycles' and IPC (Instructions Per Cycle).
55 double IPC;
56 double IPC; global() member
/freebsd/contrib/sendmail/cf/mailer/
H A Dsmtp.m4110 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…
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp38 MicroOpQueueStage::MicroOpQueueStage(unsigned Size, unsigned IPC, in MicroOpQueueStage() argument
40 : NextAvailableSlotIdx(0), CurrentInstructionSlotIdx(0), MaxIPC(IPC), in MicroOpQueueStage()
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/
H A DRRA.pm84 require IPC::System::Simple;
90 my $diff = IPC::System::Simple::capturex([0 .. 1], @command);
/freebsd/crypto/openssl/test/recipes/
H A D01-test_symbol_presence.t12 use IPC::Cmd;
30 unless IPC::Cmd::can_run('nm');
H A D70-test_sslkeylogfile.t12 use IPC::Open3;
H A D82-test_tfo_cli.t12 use IPC::Open2;
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra186-bpmp.txt7 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
/freebsd/tools/regression/
H A DREADME83 sysvmsg SysV IPC Message Queue Regression Utility
84 sysvsem SysV IPC Semaphore Regression Utility
85 sysvshm SysV IPC Shared Memory Regression Utility
/freebsd/contrib/sendmail/cf/feature/
H A Dmsp.m453 define(`LOCAL_MAILER_PATH', `[IPC]')dnl
57 define(`LOCAL_SHELL_PATH', `[IPC]')dnl
/freebsd/crypto/openssl/util/
H A Dc-compress-test.pl39 use IPC::Open2;
/freebsd/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dwii.txt120 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
/freebsd/tools/regression/sysvsem/
H A DREADME2 SysV IPC Semaphore Regression Utility.
/freebsd/sys/contrib/device-tree/scripts/
H A Drewrite-index.pl4 use IPC::Open2;
/freebsd/tools/regression/sysvmsg/
H A DREADME2 SysV IPC Message Queue Regression Utility.
/freebsd/tools/regression/sysvshm/
H A DREADME2 SysV IPC Shared Memory Regression Utility.
/freebsd/share/doc/papers/newvm/
H A Dspell.ok12 IPC
/freebsd/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp177 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile() local
178 if (IPC.first && IPC.first != RegisterFileIndex) { in addRegisterFile()
185 IPC = std::make_pair(RegisterFileIndex, RCE.Cost); in addRegisterFile()
195 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h64 MicroOpQueueStage(unsigned Size, unsigned IPC = 0,
/freebsd/contrib/openbsm/
H A Dconfigure.ac233 # 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)
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dbrcm,bcm2835-mbox.txt1 Broadcom BCM2835 VideoCore mailbox IPC

123