Searched refs:far (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/sys/dev/asr/
H A Dosd_defs.h72 /* Redefine 'far' to nothing - no far pointer type required in UNIX */
73 #define far macro
H A Ddptalign.h58 # define __FAR__ far
H A Di2odep.h118 # define __FAR__ far
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dpxetramp.s28 .byte 0x9a # far call
35 .byte 0x9a # far call
/freebsd-10.0-release/sys/arm/arm/
H A Dtrap.c199 data_abort_fixup(trapframe_t *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
220 dab_fatal(tf, fsr, far, td, NULL, ksig);
234 u_int user, far, fsr; local
244 far = cpu_faultaddress();
248 (void*)far, (void*)tf->tf_pc, (void*)tf->tf_svc_lr);
283 if ((data_aborts[fsr & FAULT_TYPE_MASK].func)(tf, fsr, far,
334 dab_fatal(tf, fsr, far, td, &ksig);
338 switch (data_abort_fixup(tf, fsr, far, td, &ksig)) {
350 va = trunc_page((vm_offset_t)far);
449 dab_fatal(tf, fsr, far, t
485 dab_fatal(trapframe_t *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
541 dab_align(trapframe_t *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
589 dab_buserr(trapframe_t *tf, u_int fsr, u_int far, struct thread *td, struct ksig *ksig) argument
[all...]
/freebsd-10.0-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c1222 return "far end LOF";
1224 return "far end LOS";
1226 return "far end AIS";
1228 return "far end IDL";
1553 return "Yellow Alarm (far end LOF)";
1574 u_int16_t far = status.snmp.t1.prm[index];
1576 printf(" SEQ=%d ", (far & T1PRM_SEQ)>>8);
1577 if (far & T1PRM_G1) printf("CRC=1");
1578 else if (far & T1PRM_G2) printf("CRC=1 to 5");
1579 else if (far
1573 u_int16_t far = status.snmp.t1.prm[index]; local
[all...]
/freebsd-10.0-release/lib/libz/
H A Dzconf.h282 * model programming (small or medium model with some far allocations).
294 # define FAR far
303 # define FAR far
/freebsd-10.0-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m421 * R -- the remainder so far -- initially == the dividend
171 ! V > R: went too far: back up 1 step
H A Ddivsi3.S20 * R -- the remainder so far -- initially == the dividend
112 ! %o5 > %o3: went too far: back up 1 step
H A Dmodsi3.S20 * R -- the remainder so far -- initially == the dividend
112 ! %o5 > %o3: went too far: back up 1 step
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_arm.h151 uint32_t far; /* Virtual Fault Address */ member in struct:RegisterContextDarwin_arm::EXC
H A DRegisterContextDarwin_arm.cpp259 { "far", NULL, 4, EXC_OFFSET(2), eEncodingUint, eFormatHex, { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM,LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, exc_far }, NULL, NULL},
716 value.SetUInt32 (exc.far);
809 exc.far = value.GetAsUInt32();
/freebsd-10.0-release/sys/net/
H A Dzlib.h188 * model programming (small or medium model with some far allocations).
199 # define FAR far
281 uLong total_in; /* total nb of input bytes read so far */
285 uLong total_out; /* total nb of bytes output so far */
435 decompressor can get all input data available so far. For method 9, a future
720 available so far is compressed with the old level (and may be flushed);
/freebsd-10.0-release/contrib/gcc/config/sparc/
H A Dsparc.c3694 int n_regs = 0; /* N_REGS is the number of 4-byte regs saved thus far. */
5790 int spaces = 8, far;
5793 /* v9 branches are limited to +-1MB. If it is too far away,
5814 far = TARGET_V9 && (get_attr_length (insn) >= 3);
5815 if (reversed ^ far)
5937 if (annul && ! far)
5949 if (! far && insn && INSN_ADDRESSES_SET_P ())
5985 ((INTVAL (XEXP (note, 0)) >= REG_BR_PROB_BASE / 2) ^ far)
6000 if (far)
6250 int far;
5776 int spaces = 8, far; local
6236 int far; local
[all...]
H A Dlb1spc.asm105 * R the remainder so far, initially the dividend
202 ! %o5 > %o3: went too far: back up 1 step
454 * R the remainder so far, initially the dividend
549 ! %o5 > %o3: went too far: back up 1 step
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl262 mov ar.lc=in2 };; // brp.loop.imp: too far
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot1.S110 lret # To far caller
/freebsd-10.0-release/sys/cam/ctl/
H A DREADME.ctl.txt383 header and the description of what is needed as far as HA support above.
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES626 everything; [z-a] is now empty, not z. far from complete
/freebsd-10.0-release/contrib/libyaml/src/
H A Dscanner.c1042 * If we don't determine the token type so far, it is an error.
/freebsd-10.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S82 .set V86F_CALLF,0x20000 # Emulate far call
/freebsd-10.0-release/sys/boot/pc98/btx/btx/
H A Dbtx.S80 .set V86F_CALLF,0x20000 # Emulate far call
/freebsd-10.0-release/sys/dev/sk/
H A Dif_sk.c1697 u_int32_t far; local
1701 far = sk_win_read_4(sc, SK_EP_ADDR);
1711 sk_win_write_4(sc, SK_EP_ADDR, far);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-mio-defs.h7633 uint64_t far : 1; /**< FIFO Access Register */ member in struct:cvmx_mio_uartx_far::cvmx_mio_uartx_far_s
7635 uint64_t far : 1;
9006 uint64_t far : 1; /**< FIFO Access Register */ member in struct:cvmx_mio_uart2_far::cvmx_mio_uart2_far_s
9008 uint64_t far : 1;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql92 supported so far is NULL, meaning that no compression has been applied

Completed in 628 milliseconds

12