Home
last modified time | relevance | path

Searched full:far (Results 1 – 25 of 1504) sorted by relevance

12345678910>>...61

/freebsd/lib/libpmc/pmu-events/arch/x86/knightslanding/
H A Dmemory.json11 … code reads and prefetch code read requests that accounts for responses from DDR (local and far)",
22 …emand code reads and prefetch code read requests that accounts for data responses from DRAM Far.",
44 …de reads and prefetch code read requests that accounts for responses from MCDRAM (local and far)",
55 …ch code read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
77 …ble data and L1 prefetch data read requests that accounts for responses from DDR (local and far)",
88 …acheable data and L1 prefetch data read requests that accounts for data responses from DRAM Far.",
110 … data and L1 prefetch data read requests that accounts for responses from MCDRAM (local and far)",
121 …ch data read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
143 …"BriefDescription": "Counts any Prefetch requests that accounts for data responses from DRAM Far.",
165 …scription": "Counts any Prefetch requests that accounts for responses from MCDRAM (local and far)",
[all …]
H A Dcache.json126 …t accounts for reponses from snoop request hit with data forwarded from it Far(not in the same qua…
137 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
148 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
258 …t accounts for reponses from snoop request hit with data forwarded from it Far(not in the same qua…
269 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
280 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
390 …t accounts for reponses from snoop request hit with data forwarded from it Far(not in the same qua…
401 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
412 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
511 …t accounts for reponses from snoop request hit with data forwarded from it Far(not in the same qua…
[all …]
/freebsd/sys/arm64/arm64/
H A Dtrap.c209 uint64_t far, int lower) in align_abort() argument
213 print_gp_register("far", far); in align_abort()
226 uint64_t far, int lower) in external_abort() argument
229 call_trapsignal(td, SIGBUS, BUS_OBJERR, (void *)far, in external_abort()
245 print_gp_register("far", far); in external_abort()
257 uint64_t far, int lower) in data_abort() argument
283 } else if (!ADDR_IS_CANONICAL(far)) { in data_abort()
288 } else if (ADDR_IS_KERNEL(far)) { in data_abort()
306 if (pmap_klookup(far, NULL)) in data_abort()
337 pmap_fault(map->pmap, esr, far) == KERN_SUCCESS) in data_abort()
[all …]
/freebsd/sys/contrib/zlib/
H A Dzconf.h.in303 /* The following definitions for FAR are needed only for MSDOS mixed
304 * model programming (small or medium model with some far allocations).
307 * just define FAR to be empty.
314 # define FAR _far macro
316 # define FAR far macro
323 # define FAR _far macro
325 # define FAR far macro
348 # ifdef FAR
349 # undef FAR
361 # define ZEXPORTVA FAR CDECL
[all …]
H A Dzconf.h314 /* The following definitions for FAR are needed only for MSDOS mixed
315 * model programming (small or medium model with some far allocations).
318 * just define FAR to be empty.
325 # define FAR _far macro
327 # define FAR far macro
334 # define FAR _far macro
336 # define FAR far macro
359 # ifdef FAR
360 # undef FAR
372 # define ZEXPORTVA FAR CDECL
[all …]
H A Dinflate.c50 * - Add FAR to lcode and dcode declarations in inflate_fast()
95 struct inflate_state FAR *state; in inflateStateCheck()
99 state = (struct inflate_state FAR *)strm->state; in inflateStateCheck()
107 struct inflate_state FAR *state; in inflateResetKeep()
110 state = (struct inflate_state FAR *)strm->state; in inflateResetKeep()
131 struct inflate_state FAR *state; in inflateReset()
134 state = (struct inflate_state FAR *)strm->state; in inflateReset()
143 struct inflate_state FAR *state; in inflateReset2()
147 state = (struct inflate_state FAR *)strm->state; in inflateReset2()
181 struct inflate_state FAR *state; in inflateInit2_()
[all …]
H A Dinffast.c51 struct inflate_state FAR *state; in inflate_fast()
52 z_const unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
53 z_const unsigned char FAR *last; /* have enough input while in < last */ in inflate_fast()
54 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast()
55 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast()
56 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast()
66 code const FAR *lcode; /* local strm->lencode */ in inflate_fast()
67 code const FAR *dcode; /* local strm->distcode */ in inflate_fast()
75 unsigned char FAR *from; /* where to copy match from */ in inflate_fast()
[all …]
H A Dinftrees.h60 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens,
61 unsigned codes, code FAR * FAR *table,
62 unsigned FAR *bits, unsigned short FAR *work);
H A Dinfback.c26 unsigned char FAR *window, const char *version, in inflateBackInit_()
28 struct inflate_state FAR *state; in inflateBackInit_()
51 state = (struct inflate_state FAR *)ZALLOC(strm, 1, in inflateBackInit_()
55 strm->state = (struct internal_state FAR *)state; in inflateBackInit_()
76 local void fixedtables(struct inflate_state FAR *state) { in fixedtables()
242 int ZEXPORT inflateBack(z_streamp strm, in_func in, void FAR *in_desc, in inflateBack()
243 out_func out, void FAR *out_desc) { in inflateBack()
244 struct inflate_state FAR *state; in inflateBack()
245 z_const unsigned char FAR *next; /* next input */ in inflateBack()
246 unsigned char FAR *put; /* next output */ in inflateBack()
[all …]
H A Dcrc32.c30 #include "zutil.h" /* for Z_U4, Z_U8, z_crc_t, and FAR definitions */
139 local z_crc_t FAR x2n_table[32];
194 local z_crc_t FAR crc_table[256];
196 local z_word_t FAR crc_big_table[256];
197 local z_crc_t FAR crc_braid_table[W][256];
198 local z_word_t FAR crc_braid_big_table[W][256];
202 local void write_table(FILE *, const z_crc_t FAR *, int);
203 local void write_table32hi(FILE *, const z_word_t FAR *, int);
204 local void write_table64(FILE *, const z_word_t FAR *, int);
360 "local const z_crc_t FAR crc_table[] = {\n" in make_crc_table()
[all …]
H A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(codetype type, unsigned short FAR *lens, in inflate_table()
33 unsigned codes, code FAR * FAR *table, in inflate_table()
34 unsigned FAR *bits, unsigned short FAR *work) { in inflate_table()
49 code FAR *next; /* next available space in table */ in inflate_table()
50 const unsigned short FAR *base; /* base value table to use */ in inflate_table()
51 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
287 maximum code length that was allowed to get this far is one bit) */ in inflate_table()
H A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
119 code FAR *next; /* next available space in codes[] */
123 int sane; /* if false, allow invalid distance too far */
/freebsd/sys/arm/arm/
H A Dtrap-v6.c192 * thus FAR is undefined. The abort should not never fire, but hot
243 u_int far) in abort_debug() argument
250 call_trapsignal(td, SIGTRAP, TRAP_BRKPT, far, FAULT_DEBUG); in abort_debug()
264 * FAR, FSR, and everything what can be lost after enabling
275 vm_offset_t far, va; in abort_handler() local
294 far = (prefetch) ? cp15_ifar_get() : cp15_dfar_get(); in abort_handler()
303 if (__predict_false(prefetch && far > VM_MAXUSER_ADDRESS && in abort_handler()
315 CTR6(KTR_TRAP, "%s: fsr %#x (idx %u) far %#x prefetch %u usermode %d", in abort_handler()
316 __func__, fsr, idx, far, prefetch, usermode); in abort_handler()
327 abort_debug(tf, fsr, prefetch, usermode, far); in abort_handler()
[all …]
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h159 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
160 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
161 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
162 ((fd_set FAR *)(set))->fd_array[__i] = \
163 ((fd_set FAR *)(set))->fd_array[__i+1]; \
166 ((fd_set FAR *)(set))->fd_count--; \
175 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
176 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET)(fd)) { \
180 if (__i == ((fd_set FAR *)(set))->fd_count) { \
181 if (((fd_set FAR *)(set))->fd_count < FD_SETSIZE) { \
[all …]
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/
H A Dextended.json161 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes",
162 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cach…
167 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes with Intervention",
168 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach…
173 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes",
174 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach…
269 "BriefDescription": "L1I Off-Drawer Far-Column L4 Sourced Writes",
270 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cach…
275 "BriefDescription": "L1I Off-Drawer Far-Column L3 Sourced Writes with Intervention",
276 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach…
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dsharp,gp2ap002.yaml43 sharp,proximity-far-hysteresis:
46 Hysteresis setting for "far" object detection, this setting is
48 of a "far away" object in front of the sensor.
61 - sharp,proximity-far-hysteresis
82 sharp,proximity-far-hysteresis = /bits/ 8 <0x2f>;
/freebsd/contrib/file/magic/Magdir/
H A Dopenfst13 0 long 0x56515c OpenFst binary FAR data, far type: stlist
16 0 long 0x7eb2f35c OpenFst binary FAR data, far type: sttable
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen1/
H A Dcore.json23 …ctly predicted. This includes those for which prediction is not attempted (far control transfers, …
40 "BriefDescription": "Retired Far Control Transfers.",
41 …"The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYS…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen2/
H A Dcore.json23 …ctly predicted. This includes those for which prediction is not attempted (far control transfers, …
40 "BriefDescription": "Retired Far Control Transfers.",
41 …"The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYS…
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dcore.json40 "BriefDescription": "Retired Far Control Transfers.",
41 …"The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYS…
/freebsd/sys/dev/mlx4/
H A Dstats.h131 /* Total number of PAUSE frames received from the far-end port */
133 /* Total number of microseconds that far-end port requested to pause
139 /* Total number of PAUSE frames sent from the far-end port */
/freebsd/share/man/man4/man4.i386/
H A Dsmapi.483 Real/V86 mode for the far-call value),
95 a far-call must be used on the entry point specified in the header file.
101 by pushing those pointers into its stack before the far-calls.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h186 FarC = 0x01, // far right to left push, caller pops stack
188 FarPascal = 0x03, // far left to right push, callee pops stack
190 FarFast = 0x05, // far left to right push with regs, callee pops stack
192 FarStdCall = 0x08, // far standard call
194 FarSysCall = 0x0a, // far sys call
306 Far = 0x4, enumerator
348 Far16 = 0x01, // 16:16 far pointer
405 Far = 0x06 enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp1 //===---- HexagonFixupHwLoops.cpp - Fixup HW loops too far from LOOPn. ----===//
8 // from the LOOPn instruction itself. If the start address is too far from
68 /// version if the loop label is too far from the loop instruction.
97 /// For Hexagon, if the loop label is to far from the
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp110 RETURN_CASE(CallingConvention, FarC, "far cdecl"); in formatCallingConvention()
111 RETURN_CASE(CallingConvention, FarFast, "far fastcall"); in formatCallingConvention()
112 RETURN_CASE(CallingConvention, FarPascal, "far pascal"); in formatCallingConvention()
113 RETURN_CASE(CallingConvention, FarStdCall, "far stdcall"); in formatCallingConvention()
114 RETURN_CASE(CallingConvention, FarSysCall, "far syscall"); in formatCallingConvention()
172 RETURN_CASE(PointerKind, Far16, "far ptr16"); in pointerKind()
182 RETURN_CASE(PointerKind, Far32, "far ptr32"); in pointerKind()
506 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; in visitKnownRecord()

12345678910>>...61