Searched refs:core (Results 26 - 50 of 232) sorted by relevance

12345678910

/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Dtag_list.c55 tagList->u.core.flags = 1;
56 tagList->u.core.pagesize = PAGE_SIZE;
57 tagList->u.core.rootdev = 0xff;
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dunwind-arm.c100 /* The ABI specifies that the unwind routines may only use core registers,
113 struct core_regs core; member in struct:__anon1056
125 struct core_regs core; member in struct:__anon1057
139 /* Restore core register state. Never returns. */
190 *(_uw *) valuep = vrs->core.r[regno];
222 vrs->core.r[regno] = *(_uw *) valuep;
258 ptr = (_uw *) vrs->core.r[R_SP];
263 vrs->core.r[i] = *(ptr++);
267 vrs->core.r[R_SP] = (_uw) ptr;
298 sp = (_uw *) vrs->core
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Darm.h22 #define ARM_EXT_V1 0x00000001 /* All processors (core set). */
31 #define ARM_EXT_V5ExP 0x00000200 /* DSP core set. */
169 #define ARM_ANY ARM_FEATURE (-1, 0) /* Any basic core. */
174 structure. For simplicity we put all core features in one word and
178 unsigned long core; member in struct:__anon686
183 (((CPU).core & (FEAT).core) != 0 || ((CPU).coproc & (FEAT).coproc) != 0)
187 (TARG).core = (F1).core | (F2).core; \
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.exitcore.ksh30 # when the process core dumps. The problematic bit here is making sure that
31 # a process _can_ dump core -- if core dumps are disabled on both a global
35 # running with both per-process and global core dumps disabled -- so this
55 printf("Child process could did dump core.");
78 corefile=/tmp/sleep.core
/freebsd-9.3-release/crypto/heimdal/tests/ldap/
H A Dslapd.conf3 include schema/core.schema
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-l2c.c70 /* This spinlock is used internally to ensure that only one core is performing
81 int cvmx_l2c_get_core_way_partition(uint32_t core) argument
85 /* Validate the core number */
86 if (core >= cvmx_octeon_num_cores())
90 return (cvmx_read_csr(CVMX_L2C_WPAR_PPX(core)) & 0xffff);
95 field = (core & 0x3) * 8;
101 switch (core & 0xC)
115 int cvmx_l2c_set_core_way_partition(uint32_t core, uint32_t mask) argument
128 /* Validate the core number */
129 if (core >
648 uint64_t core = cvmx_get_core_num(); local
1162 uint32_t core = 0; local
1224 uint32_t core; local
1298 uint32_t core; local
[all...]
H A Dcvmx-pko.c81 * done by one core.
126 * This function does per-core initialization required by the PKO routines.
384 int core, port; local
392 for(core=0; core<CVMX_MAX_CORES; core++)
394 cvmx_dprintf("\n%2d: ", core);
397 cvmx_dprintf("%3d ", cvmx_pko_get_base_queue_per_core(port, core));
H A Dcvmx-l2c.h215 * Return the L2 Cache way partitioning for a given core.
217 * @param core The core processor of interest.
220 * the cache 'ways' that a core can evict from.
223 int cvmx_l2c_get_core_way_partition(uint32_t core);
226 * Partitions the L2 cache for a core
228 * @param core The core that the partitioning applies to.
229 * @param mask The partitioning of the ways expressed as a binary mask. A 0 bit allows the core
230 * to evict cache lines from a way, while a 1 bit blocks the core fro
[all...]
H A Dcvmx-core.c49 * Module to support operations on core such as TLB config, etc.
58 #include <asm/octeon/cvmx-core.h>
62 #include "cvmx-core.h"
/freebsd-9.3-release/sys/mips/rmi/
H A Dfmn.c76 * Keep track of our message ring handler threads, each core has a
78 * message handling threads every core, and wake them up depending on
95 * per core. Default is 3 per core
114 * Message Stations are shared among all threads in a cpu core, this
115 * has to be called once from every core which is online.
134 * FMN messages are received in 8 buckets per core, set up
148 * bucket. Program the credits this core has on the 128 possible
243 * messages pending in all the buckets in the core. We increase
244 * the watermark until all the possible handler threads in the core
294 int core, nt; local
335 int hwtid, tid, core; local
389 int tid, core; local
[all...]
/freebsd-9.3-release/usr.bin/yacc/
H A Dlr0.c51 core *first_state;
63 static core *new_state(int);
72 static core **state_set;
73 static core *this_state;
74 static core *last_state;
138 state_set = NEW2(nitems, core *);
221 core *sp;
283 core *p;
289 p = malloc(sizeof(core) + i*sizeof(short));
343 static core *
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Daoutf1.h247 /* The core structure is taken from the Sun documentation.
249 can't find it easily. Fortunately the core header contains its own
288 int c_len; /* Sizeof (struct core). */
311 int c_len; /* Sizeof (struct core). */
345 int c_len; /* Sizeof (struct core). */
366 int c_len; /* Sizeof (struct core). */
382 /* Byte-swap in the Sun-3 core structure. */
417 /* Byte-swap in the Sparc core structure. */
461 because we want the value for this core file, no matter what kind of
474 /* Byte-swap in the Solaris BCP core structur
561 struct internal_sunos_core *core; local
[all...]
/freebsd-9.3-release/lib/libc/db/test/
H A DMakefile22 rm -f dbtest.core gmon.out ${OBJS} ${PROG} t1 t2 t3
/freebsd-9.3-release/sbin/geom/class/journal/
H A Dgeom_journal_ufs.c39 #include <core/geom.h>
/freebsd-9.3-release/tools/tools/crypto/
H A DMakefile38 # program to dump statistics kept by the core crypto code
59 rm -f ${ALL} core a.out
/freebsd-9.3-release/contrib/bmake/mk/
H A Djava.mk91 rm -f [Ee]rrs mklog core *.core ${PROG} ${CLEANFILES}
/freebsd-9.3-release/sys/ofed/drivers/infiniband/
H A DMakefile1 obj-$(CONFIG_INFINIBAND) += core/
/freebsd-9.3-release/sys/mips/cavium/
H A Dciu.c349 int core; local
353 CPU_FOREACH(core) {
354 mask = cvmx_read_csr(CVMX_CIU_INTX_EN0(core*2));
355 if (core == target)
359 cvmx_write_csr(CVMX_CIU_INTX_EN0(core*2), mask);
395 int core; local
399 CPU_FOREACH(core) {
400 mask = cvmx_read_csr(CVMX_CIU_INTX_EN1(core*2));
401 if (core == target)
405 cvmx_write_csr(CVMX_CIU_INTX_EN1(core*
[all...]
/freebsd-9.3-release/contrib/opie/libopie/
H A DMakefile.in35 -rm -f *~ core* "\#*\#" *.o *.a Makefile
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcore-aout.c1 /* Extract registers from a "standard" core file, for GDB.
24 aspects of reading registers from core files, while this file is
56 #include <sys/core.h>
63 /* Extract the register values out of the core file and store
71 core_reg_sect. This is used with old-fashioned core files to
86 /* If u.u_ar0 was an absolute address in the core file, relativize it now,
90 core file without a upage, reg_ptr will be zero and this is all a big
106 error ("Register %s not found in core file.", REGISTER_NAME (bad_reg));
112 /* Return the address in the core dump or inferior of register REGNO.
132 /* Register that we are able to handle aout (trad-core) fil
[all...]
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A DMakefile61 rm -rf *.o core a.out ipsd ipsdr
/freebsd-9.3-release/crypto/openssl/demos/tunala/
H A DMakefile28 $(RM) $(OBJS) $(TARGETS) *.bak core
/freebsd-9.3-release/crypto/openssl/tools/
H A DMakefile54 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
/freebsd-9.3-release/lib/libprocstat/
H A DMakefile9 core.c \
/freebsd-9.3-release/sbin/geom/class/raid/
H A Dgeom_raid.c41 #include <core/geom.h>

Completed in 216 milliseconds

12345678910