HomeSort by relevance Sort by last modified time
    Searched refs:proc_id (Results 1 - 13 of 13) sorted by null

  /external/u-boot/board/dbau1x00/
dbau1x00.c 38 u32 proc_id; local
42 proc_id = read_c0_prid();
44 switch (proc_id >> 24) {
48 (proc_id >> 8) & 0xFF, proc_id & 0xFF);
53 (proc_id >> 8) & 0xFF, proc_id & 0xFF);
58 (proc_id >> 8) & 0xFF, proc_id & 0xFF);
63 (proc_id >> 8) & 0xFF, proc_id & 0xFF)
    [all...]
  /external/u-boot/board/pb1x00/
pb1x00.c 37 u32 proc_id; local
41 proc_id = read_c0_prid();
43 switch (proc_id >> 24) {
47 (proc_id >> 8) & 0xFF, proc_id & 0xFF);
52 (proc_id >> 8) & 0xFF, proc_id & 0xFF);
57 (proc_id >> 8) & 0xFF, proc_id & 0xFF);
60 printf ("Unsupported cpu %d, proc_id=0x%x\n", proc_id >> 24, proc_id)
    [all...]
  /external/tensorflow/tensorflow/contrib/mpi/
mpi_utils.cc 28 int proc_id = 0, number_of_procs = 1; local
30 MPI_CHECK(MPI_Comm_rank(MPI_COMM_WORLD, &proc_id));
41 if (proc_id == 0) LOG(INFO) << "MPI process-ID to gRPC server name map: \n";
44 if (proc_id == 0)
56 int proc_id = 0, number_of_procs = 1, len = -1; local
60 MPI_CHECK(MPI_Comm_rank(MPI_COMM_WORLD, &proc_id));
66 proc_id, number_of_procs, my_host_name);
  /external/ltp/testcases/kernel/syscalls/getpid/
getpid02.c 85 pid_t proc_id; /* process id of the test process */ local
100 proc_id = TEST_RETURN;
107 if (pproc_id != proc_id)
115 "invalid pid %d", proc_id);
  /external/u-boot/board/qemu-mips/
qemu-mips.c 26 u32 proc_id; local
29 proc_id = read_c0_prid();
31 switch (proc_id) {
68 printf(" proc_id=0x%x\n", proc_id);
  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 70 ULONG proc_id; local
74 for (proc_id = 1;; ++proc_id) {
75 if (DosGetProcessorStatus(proc_id, &status)) break;
  /external/u-boot/arch/arm/include/asm/
omap_sec_common.h 18 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...);
omap_common.h 674 u32 omap_smc_sec(u32 service, u32 proc_id, u32 flag, u32 *params);
675 u32 omap_smc_sec_cpu1(u32 service, u32 proc_id, u32 flag, u32 *params);
  /external/u-boot/arch/mips/mach-pic32/
cpu.c 131 u32 proc_id; local
134 proc_id = read_c0_prid();
135 switch (proc_id) {
  /external/chromium-trace/catapult/devil/devil/android/
logcat_monitor.py 30 r'(?P<date>\S*) +(?P<time>\S*) +(?P<proc_id>%s) +(?P<thread_id>%s) +'
118 def FindAll(self, message_regex, proc_id=None, thread_id=None, log_level=None,
125 proc_id: The process ID to match. If None, matches any process ID.
136 the following named groups: 'date', 'time', 'proc_id', 'thread_id',
143 if proc_id is None:
144 proc_id = r'\d+'
154 proc_id, thread_id, log_level, component, message_regex))
logcat_monitor_test.py 54 self.assertEqual(actual.group('proc_id'), expected[0])
160 r'\S* logcat monitor test message \d', proc_id=1234)
  /external/ltp/testcases/kernel/sched/tool/
trace_sched.c 301 int proc_id[PIDS]; /* id of the processor last execed on. */ local
430 proc_id[thrd_ndx] = status->proc_num;
454 if (proc_id[pid_ndx] == proc_ndx)
  /external/u-boot/arch/arm/mach-omap2/
sec-common.c 60 u32 secure_rom_call(u32 service, u32 proc_id, u32 flag, ...)
89 return omap_smc_sec(service, proc_id, flag, secure_rom_call_args);

Completed in 654 milliseconds