/freebsd/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
|
/freebsd/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"); 208 return undef unless IPC::Cmd::can_run('uname'); 308 next unless IPC::Cmd::can_run("$CROSS_COMPILE$_"); 381 if (IPC::Cmd::can_run('cc')) { 409 if (IPC::Cmd::can_run('cl')) {
|
/freebsd/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…
|
H A D | cyrusv2.m4 | 26 Mcyrusv2, P=[IPC], F=_MODMF_(CONCAT(_DEF_CYRUSV2_MAILER_FLAGS, CYRUSV2_MAILER_FLAGS), `CYRUSV2'),
|
/freebsd/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 | 20 /// IPC: 1.48 24 /// performance indicators are 'Total Cycles' and IPC (Instructions Per Cycle). 55 double IPC; 56 double IPC; global() member
|
/freebsd/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()
|
/freebsd/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
|
H A D | nvidia,tegra210-bpmp.txt | 9 interprocessor communication (IPC) between the CPU and BPMP.
|
/freebsd/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
|
/freebsd/contrib/sendmail/cf/feature/ |
H A D | msp.m4 | 53 define(`LOCAL_MAILER_PATH', `[IPC]')dnl 57 define(`LOCAL_SHELL_PATH', `[IPC]')dnl
|
/freebsd/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
|
/freebsd/crypto/openssl/util/ |
H A D | c-compress-test.pl | 39 use IPC::Open2;
|
/freebsd/tools/regression/sysvsem/ |
H A D | README | 2 SysV IPC Semaphore Regression Utility.
|
/freebsd/sys/contrib/device-tree/scripts/ |
H A D | rewrite-index.pl | 4 use IPC::Open2;
|
/freebsd/tools/regression/sysvmsg/ |
H A D | README | 2 SysV IPC Message Queue Regression Utility.
|
/freebsd/tools/regression/sysvshm/ |
H A D | README | 2 SysV IPC Shared Memory Regression Utility.
|
/freebsd/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()
|
/freebsd/share/doc/papers/newvm/ |
H A D | spell.ok | 12 IPC
|
/freebsd/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)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
H A D | MicroOpQueueStage.h | 64 MicroOpQueueStage(unsigned Size, unsigned IPC = 0,
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | brcm,bcm2835-mbox.txt | 1 Broadcom BCM2835 VideoCore mailbox IPC
|
H A D | mailbox.txt | 27 users of these mailboxes for IPC, one for each mailbox. This shared
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | ti,keystone-irq.txt | 7 used by the IPC mechanism used on Keystone SOCs.
|