Searched refs:arm (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/
H A DMakefile3 SUBDIR=arm mips powerpc
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/
H A DMakefile.inc4 .PATH: ${.CURDIR}/../../../../libkern ${.CURDIR}/../../../../libkern/arm
13 -I${.CURDIR}/../../../../arm \
/illumos-gate/usr/src/boot/sys/boot/arm/at91/
H A Dlinker.cfg25 OUTPUT_ARCH(arm)
H A DMakefile.inc4 .PATH: ${.CURDIR}/../../../../libkern ${.CURDIR}/../../../../libkern/arm
14 -I${.CURDIR}/../../../../arm \
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c76 MR_ArPdGet(U32 ar, U32 arm, MR_FW_RAID_MAP_ALL *map) argument
78 return (map->raidMap.arMapInfo[ar].pd[arm]);
187 * This routine calculates the arm, span and block for
214 U32 arm; local
229 arm = armQ + 1 + logArm;
230 if (arm >= raid->rowSize)
231 arm -= raid->rowSize;
232 physArm = (U8)arm;
501 megasas_get_best_arm(PLD_LOAD_BALANCE_INFO lbInfo, U8 arm, U64 block, argument
517 if ((bestArm == arm
531 U8 arm, old_arm; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/arm/at91/boot0/
H A Dlinker.cfg25 OUTPUT_ARCH(arm)
/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dldscript.arm2 OUTPUT_ARCH(arm)
/illumos-gate/usr/src/cmd/mdb/common/modules/ptm/
H A Dptm.c157 int i, arm = 0; local
162 if (!arm) {
165 arm = 1;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vir.c141 * Set interrupt timer and arm bit.
144 hpi_intr_ldg_mgmt_set(hpi_handle_t handle, uint8_t ldg, boolean_t arm, argument
162 if (arm) {
163 mgm.bits.arm = 1;
H A Dhpi_vir.h101 boolean_t arm, uint8_t timer);
H A Dhxge_virtual.c528 ptr->arm = B_TRUE;
777 /* Configure timer and arm bit */
780 ldgp->arm, ldgp->ldg_timer);
862 /* set the arm bit */
864 if (on && !ldgp->arm) {
865 ldgp->arm = B_TRUE;
866 } else if (!on && ldgp->arm) {
867 ldgp->arm = B_FALSE;
870 ldgp->arm, ldgp->ldg_timer);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c458 int i, arm = 0; local
463 if (!arm) {
466 arm = 1;
586 int i, arm = 0; local
591 if (!arm) {
594 arm = 1;
605 if (!arm) {
608 arm = 1;
707 int i, arm = 0; local
712 if (!arm) {
1383 int i, arm = 0; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c307 boolean_t arm; local
345 arm = B_TRUE;
350 if (arm) {
353 arm = B_FALSE;
526 boolean_t arm; local
559 arm = B_TRUE;
564 if (arm) {
567 arm = B_FALSE;
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c63 * Add here means: add a handler, enable, & arm the interrupt.
129 /* Finally, arm the interrupt. */
188 group->arm = B_FALSE;
191 group->arm = B_TRUE; /* HIOXXX There IS a better way */
463 group->arm = B_FALSE;
465 group->arm = B_TRUE; /* HIOXXX There IS a better way */
960 group->arm = B_TRUE;
1043 * arm the LDG, or set its timer.
1052 * So, for example, if we wanted to arm the first TDC of VRx, we would
1090 if (group->arm) {
[all...]
H A Dnxge_hio_guest.c922 nxge_hio_rdc_intr_arm(p_nxge_t nxge, boolean_t arm) argument
945 * Look to arm the the RDCs for the group.
966 ldgp->arm = arm;
/illumos-gate/usr/src/boot/sys/boot/arm/uboot/
H A Dldscript.arm3 OUTPUT_ARCH(arm)
H A DMakefile85 CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/arm
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c349 arp_m_t *arm; local
351 for (arm = arp_m_tbl; arm < A_END(arp_m_tbl); arm++) {
352 if (arm->arp_mac_type == mac_type)
353 return (arm);
361 arp_m_t *arm; local
363 if ((arm = arp_m_lookup(mactype)) == NULL)
364 arm = arp_m_lookup(DL_OTHER);
365 return (arm
426 arp_m_t *arm; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess158 arm*) machine=arm-unknown ;;
166 arm*|i386|m68k|ns32k|sh3*|sparc|vax)
207 echo arm-unknown-openbsd${UNAME_RELEASE}
328 arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
329 echo arm-acorn-riscix${UNAME_RELEASE}
824 arm*:Linux:*:*)
1288 printf ("arm-acorn-riscix"); exit (0);
H A Dconfig.sub233 | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
299 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
1336 arm*-rebel)
1339 arm*-semi)
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dsun7i-a20.dtsi29 #include <dt-bindings/interrupt-controller/arm-gic.h>
44 compatible = "arm,armv7-timer";
59 compatible = "arm,gic";
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_vir.c1207 * This function is called to set interrupt timer and arm bit.
1211 * arm - B_TRUE (arm) B_FALSE (disable)
1219 npi_intr_ldg_mgmt_set(npi_handle_t handle, uint8_t ldg, boolean_t arm, argument
1240 if (arm) {
1241 mgm.bits.ldw.arm = 1;
1299 * This function is called to arm the group.
1324 mgm.bits.ldw.arm = 1;
/illumos-gate/usr/src/boot/sys/boot/userboot/libstand/
H A DMakefile41 ${MACHINE_CPUARCH} == "arm"
47 .if ${MACHINE_CPUARCH} == "arm"
48 .PATH: ${LIBC_SRC}/arm/gen
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_hw.h356 uint32_t arm:1; member in struct:_ldgimgm_t::__anon8316::__anon8317
362 uint32_t arm:1;
/illumos-gate/usr/src/boot/sys/boot/usb/
H A Dusbcore.mk40 MACHDEP_DIRS+= ${S}/arm/samsung/exynos

Completed in 75 milliseconds

12