Home
last modified time | relevance | path

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

12345678910>>...67

/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
H A Dmemory.json10 … code reads and prefetch code read requests that accounts for responses from DDR (local and far)",
19 …emand code reads and prefetch code read requests that accounts for data responses from DRAM Far.",
37 …de reads and prefetch code read requests that accounts for responses from MCDRAM (local and far)",
46 …ch code read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
64 …ble data and L1 prefetch data read requests that accounts for responses from DDR (local and far)",
73 …acheable data and L1 prefetch data read requests that accounts for data responses from DRAM Far.",
91 … data and L1 prefetch data read requests that accounts for responses from MCDRAM (local and far)",
100 …ch data read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
118 …"BriefDescription": "Counts any Prefetch requests that accounts for data responses from DRAM Far.",
136 …scription": "Counts any Prefetch requests that accounts for responses from MCDRAM (local and far)",
[all …]
H A Dcache.json111 … accounts for responses from snoop request hit with data forwarded from it Far(not in the same qua…
120 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
129 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
219 … accounts for responses from snoop request hit with data forwarded from it Far(not in the same qua…
228 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
237 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
327 … accounts for responses from snoop request hit with data forwarded from it Far(not in the same qua…
336 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
345 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
426 … accounts for responses from snoop request hit with data forwarded from it Far(not in the same qua…
[all …]
/openbmc/u-boot/include/u-boot/
H A Dzlib.h225 /* The following definitions for FAR are needed only for MSDOS mixed
226 * model programming (small or medium model with some far allocations).
229 * just define FAR to be empty.
236 # define FAR _far macro
238 # define FAR far
245 # define FAR _far macro
247 # define FAR far
270 # ifdef FAR
271 # undef FAR
280 # define ZEXPORTVA FAR CDECL
[all …]
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dfault.h15 static inline bool __translate_far_to_hpfar(u64 far, u64 *hpfar) in __translate_far_to_hpfar() argument
30 if (!__kvm_at("s1e1r", far)) in __translate_far_to_hpfar()
46 u64 hpfar, far; in __get_fault_info() local
48 far = read_sysreg_el2(SYS_FAR); in __get_fault_info()
64 if (!__translate_far_to_hpfar(far, &hpfar)) in __get_fault_info()
70 fault->far_el2 = far; in __get_fault_info()
/openbmc/linux/arch/arm64/mm/
H A Dfault.c47 int (*fn)(unsigned long far, unsigned long esr,
478 static void do_bad_area(unsigned long far, unsigned long esr, in do_bad_area() argument
481 unsigned long addr = untagged_addr(far); in do_bad_area()
491 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area()
530 static int __kprobes do_page_fault(unsigned long far, unsigned long esr, in do_page_fault() argument
538 unsigned long addr = untagged_addr(far); in do_page_fault()
677 arm64_force_sig_fault(SIGBUS, BUS_ADRERR, far, inf->name); in do_page_fault()
685 arm64_force_sig_mceerr(BUS_MCEERR_AR, far, lsb, inf->name); in do_page_fault()
693 far, inf->name); in do_page_fault()
703 static int __kprobes do_translation_fault(unsigned long far, in do_translation_fault() argument
[all …]
/openbmc/u-boot/lib/zlib/
H A Dinffast.c72 struct inflate_state FAR *state; in inflate_fast()
73 unsigned char FAR *in; /* local strm->next_in */ in inflate_fast()
74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast()
75 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast()
76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast()
77 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast()
84 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast()
87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast()
88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast()
96 unsigned char FAR *from; /* where to copy match from */ in inflate_fast()
[all …]
H A Dinftrees.h53 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
54 unsigned codes, code FAR * FAR *table,
55 unsigned FAR *bits, unsigned short FAR *work));
H A Dinflate.c5 local void fixedtables OF((struct inflate_state FAR *state));
10 struct inflate_state FAR *state; in inflateReset()
13 state = (struct inflate_state FAR *)strm->state; in inflateReset()
36 struct inflate_state FAR *state; in inflateInit2_()
48 state = (struct inflate_state FAR *) in inflateInit2_()
52 strm->state = (struct internal_state FAR *)state; in inflateInit2_()
78 local void fixedtables(struct inflate_state FAR *state) in fixedtables()
102 struct inflate_state FAR *state; in updatewindow()
105 state = (struct inflate_state FAR *)strm->state; in updatewindow()
109 state->window = (unsigned char FAR *) in updatewindow()
[all …]
/openbmc/linux/Documentation/devicetree/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>;
/openbmc/linux/arch/arm64/kernel/
H A Dentry-common.c394 unsigned long far = read_sysreg(far_el1); in el1_abort() local
398 do_mem_abort(far, esr, regs); in el1_abort()
405 unsigned long far = read_sysreg(far_el1); in el1_pc() local
409 do_sp_pc_abort(far, esr, regs); in el1_pc()
434 unsigned long far = read_sysreg(far_el1); in el1_dbg() local
438 do_debug_exception(far, esr, regs); in el1_dbg()
542 unsigned long far = read_sysreg(far_el1); in el0_da() local
546 do_mem_abort(far, esr, regs); in el0_da()
552 unsigned long far = read_sysreg(far_el1); in el0_ia() local
559 if (!is_ttbr0_addr(far)) in el0_ia()
[all …]
/openbmc/sdbusplus/src/
H A Dbus.cpp106 // the bus isn't up far enough, this causes an assert deep in in bus()
107 // sd-bus code. Get the 'unique_name' to ensure the bus is up far in bus()
121 // the bus isn't up far enough, this causes an assert deep in in bus()
122 // sd-bus code. Get the 'unique_name' to ensure the bus is up far in bus()
135 // the bus isn't up far enough, this causes an assert deep in in bus()
136 // sd-bus code. Get the 'unique_name' to ensure the bus is up far in bus()
/openbmc/linux/arch/arm64/kvm/
H A Dinject_fault.c130 u64 far; in inject_abt32() local
141 far = vcpu_read_sys_reg(vcpu, FAR_EL1); in inject_abt32()
145 far &= GENMASK(31, 0); in inject_abt32()
146 far |= (u64)addr << 32; in inject_abt32()
150 far &= GENMASK(63, 32); in inject_abt32()
151 far |= addr; in inject_abt32()
155 vcpu_write_sys_reg(vcpu, far, FAR_EL1); in inject_abt32()
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z13/
H A Dextended.json188 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes",
189 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cach…
195 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes with Intervention",
196 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach…
202 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes",
203 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach…
314 "BriefDescription": "L1I Off-Drawer Far-Column L4 Sourced Writes",
315 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cach…
321 "BriefDescription": "L1I Off-Drawer Far-Column L3 Sourced Writes with Intervention",
322 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach…
[all …]
/openbmc/linux/tools/perf/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…
/openbmc/linux/tools/perf/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…
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_mmap.c30 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
45 /* data_map[far] = in_val * 3; */ in test_mmap()
47 bpf_map_update_elem(&data_map, &far, &val, 0); in test_mmap()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DSGI-OpenGL26 restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
29 clauses in the FAR or the DOD or NASA FAR Supplement.
H A DSGI-127 * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph
30 * clauses in the FAR or the DOD or NASA FAR Supplement.
/openbmc/linux/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c97 case 0xca: /* far ret */ in intel_pt_insn_decoder()
98 case 0xcb: /* far ret */ in intel_pt_insn_decoder()
114 case 0x9a: /* call far absolute */ in intel_pt_insn_decoder()
131 case 0xea: /* far jmp */ in intel_pt_insn_decoder()
135 case 0xff: /* call near absolute, call far absolute ind */ in intel_pt_insn_decoder()
139 case 3: /* far ind call */ in intel_pt_insn_decoder()
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dbranch.json40 …Description": "Retired far control transfers (far call/jump/return, IRET, SYSCALL and SYSRET, plus…
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D09-cve-2014-8139-crc-overflow.patch16 static ZCONST char Far InconsistEFlength[] = "bad extra-field entry:\n \
18 + static ZCONST char Far TooSmallEBlength[] = "bad extra-field entry:\n \
20 static ZCONST char Far InvalidComprDataEAs[] =
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h54 #define far macro
56 #define FAR far macro
68 typedef BOOL far *LPBOOL;
70 typedef BYTE far *LPBYTE;
72 typedef int far *LPINT;
74 typedef WORD far *LPWORD;
75 typedef long far *LPLONG;
77 typedef DWORD far *LPDWORD;
78 typedef void far *LPVOID;
79 typedef CONST void far *LPCVOID;
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_stats.h99 /* Total number of PAUSE frames received from the far-end port */
101 /* Total number of microseconds that far-end port requested to pause
107 /* Total number of PAUSE frames sent from the far-end port */
/openbmc/linux/arch/x86/events/
H A Dutils.c31 case 0xca: /* far ret */ in decode_branch_type()
32 case 0xcb: /* far ret */ in decode_branch_type()
44 case 0x9a: /* call far absolute */ in decode_branch_type()
50 case 0xff: /* call near absolute, call far absolute ind */ in decode_branch_type()
57 case 3: /* far ind call */ in decode_branch_type()
/openbmc/linux/arch/x86/kernel/
H A Dhead_64.S424 * a far return.
426 * Note: do not change to far jump indirect with 64bit offset.
428 * AMD does not support far jump indirect with 64bit offset.
430 * JMP FAR mem16:16 FF /5 Far jump indirect,
431 * with the target specified by a far pointer in memory.
432 * JMP FAR mem16:32 FF /5 Far jump indirect,
433 * with the target specified by a far pointer in memory.
437 * FF /5 JMP m16:16 Jump far, absolute indirect,
439 * FF /5 JMP m16:32 Jump far, absolute indirect,
441 * REX.W + FF /5 JMP m16:64 Jump far, absolute indirect,

12345678910>>...67