Home
last modified time | relevance | path

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

12345678910>>...46

/linux-5.10/tools/perf/pmu-events/arch/x86/knightslanding/
Dmemory.json18 … any Prefetch requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
40 …"BriefDescription": "Counts any Prefetch requests that accounts for data responses from DRAM Far.",
62 …unts any Read request that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
84 … "BriefDescription": "Counts any Read request that accounts for data responses from DRAM Far.",
106 …ch code read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
128 …emand code reads and prefetch code read requests that accounts for data responses from DRAM Far.",
150 …e data write requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
172 …n": "Counts Demand cacheable data write requests that accounts for data responses from DRAM Far.",
194 …ch data read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.",
216 …acheable data and L1 prefetch data read requests that accounts for data responses from DRAM Far.",
[all …]
Dcache.json135 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
146 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
201 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
212 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
267 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
278 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
333 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
344 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
399 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
410 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua…
[all …]
/linux-5.10/arch/arm64/kernel/
Dentry-common.c114 unsigned long far = read_sysreg(far_el1); in el1_abort() local
118 far = untagged_addr(far); in el1_abort()
119 do_mem_abort(far, esr, regs); in el1_abort()
126 unsigned long far = read_sysreg(far_el1); in el1_pc() local
130 do_sp_pc_abort(far, esr, regs); in el1_pc()
179 unsigned long far = read_sysreg(far_el1); in el1_dbg() local
190 do_debug_exception(far, esr, regs); in el1_dbg()
255 unsigned long far = read_sysreg(far_el1); in el0_da() local
259 far = untagged_addr(far); in el0_da()
260 do_mem_abort(far, esr, regs); in el0_da()
[all …]
/linux-5.10/Documentation/devicetree/bindings/iio/light/
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>;
/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z13/
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 …]
/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen1/
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…
/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen2/
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…
/linux-5.10/arch/x86/kernel/
Dhead_64.S267 * a far return.
269 * Note: do not change to far jump indirect with 64bit offset.
271 * AMD does not support far jump indirect with 64bit offset.
273 * JMP FAR mem16:16 FF /5 Far jump indirect,
274 * with the target specified by a far pointer in memory.
275 * JMP FAR mem16:32 FF /5 Far jump indirect,
276 * with the target specified by a far pointer in memory.
280 * FF /5 JMP m16:16 Jump far, absolute indirect,
282 * FF /5 JMP m16:32 Jump far, absolute indirect,
284 * REX.W + FF /5 JMP m16:64 Jump far, absolute indirect,
/linux-5.10/tools/perf/util/intel-pt-decoder/
Dintel-pt-insn-decoder.c70 case 0xca: /* far ret */ in intel_pt_insn_decoder()
71 case 0xcb: /* far ret */ in intel_pt_insn_decoder()
87 case 0x9a: /* call far absolute */ in intel_pt_insn_decoder()
104 case 0xea: /* far jmp */ in intel_pt_insn_decoder()
108 case 0xff: /* call near absolute, call far absolute ind */ in intel_pt_insn_decoder()
112 case 3: /* far ind call */ in intel_pt_insn_decoder()
/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_mmap.c32 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
47 /* data_map[far] = in_val * 3; */ in test_mmap()
49 bpf_map_update_elem(&data_map, &far, &val, 0); in test_mmap()
/linux-5.10/arch/c6x/kernel/
Dvmlinux.lds.S129 .far :
133 *(.far .far.* .gnu.linkonce.b.*)
/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_stats.h113 /* Total number of PAUSE frames received from the far-end port */
115 /* Total number of microseconds that far-end port requested to pause
121 /* Total number of PAUSE frames sent from the far-end port */
/linux-5.10/arch/arm/mm/
Dabort-nommu.S13 * Note: There is no FSR/FAR on !CPU_CP15_MMU cores.
18 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
Dabort-ev7.S18 mrc p15, 0, r0, c6, c0, 0 @ get FAR
35 mcr p15, 0, r0, c7, c8, 0 @ Retranslate FAR
/linux-5.10/drivers/iio/light/
Dacpi-als.c32 * So far, there's only one channel in here, but the specification for
52 * the ACPI0008 block. There are multiple, but so far we only
77 * So far, we support only ALI (illuminance).
147 /* we support only illumination (_ALI) so far. */ in acpi_als_read_raw()
/linux-5.10/drivers/misc/echo/
Decho.h35 is an estimate of the signal which originated at the far end of the line, free
96 assess whether that signal contains a strong far end component. However, by the
97 time that assessment is complete the far end signal will have already caused
99 needed which produces a fairly accurate result from a very short burst of far
/linux-5.10/drivers/scsi/dpt/
Dosd_defs.h71 /* Redefine 'far' to nothing - no far pointer type required in UNIX */
72 #define far macro
/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dmmap.c20 const int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local
85 CHECK_FAIL(map_data->val[far]); in test_mmap()
104 CHECK_FAIL(map_data->val[far] != 3 * 123); in test_mmap()
112 CHECK_FAIL(bpf_map_lookup_elem(data_map_fd, &far, &val)); in test_mmap()
182 CHECK_FAIL(map_data->val[far] != 3 * 321); in test_mmap()
234 CHECK_FAIL(map_data->val[far] != 3 * 321); in test_mmap()
/linux-5.10/Documentation/ABI/testing/
Dsysfs-devices-platform-docg316 Users: None identified so far.
40 Users: None identified so far.
/linux-5.10/arch/arm64/kvm/
Daarch32.c192 u32 *far, *fsr; in inject_abt32() local
200 far = &vcpu_cp15(vcpu, c6_IFAR); in inject_abt32()
204 far = &vcpu_cp15(vcpu, c6_DFAR); in inject_abt32()
210 *far = addr; in inject_abt32()
/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h129 static inline bool __translate_far_to_hpfar(u64 far, u64 *hpfar) in __translate_far_to_hpfar() argument
144 if (!__kvm_at("s1e1r", far)) in __translate_far_to_hpfar()
162 u64 hpfar, far; in __populate_fault_info() local
170 far = read_sysreg_el2(SYS_FAR); in __populate_fault_info()
186 if (!__translate_far_to_hpfar(far, &hpfar)) in __populate_fault_info()
192 vcpu->arch.fault.far_el2 = far; in __populate_fault_info()
/linux-5.10/drivers/net/fddi/skfp/h/
Dtypes.h21 #ifndef far
22 #define far macro
Dfplustm.h56 char far *txd_virt ; /* virtual pointer to the data frag */
58 struct s_smt_fp_txd volatile far *txd_next ;
73 char far *rxd_virt ; /* virtual pointer to the data frag */
75 struct s_smt_fp_rxd volatile far *rxd_next ;
/linux-5.10/Documentation/translations/it_IT/process/
Dkernel-enforcement-statement.rst17 Benché ognuno abbia il diritto a far rispettare il diritto d'autore per i
18 propri contributi alla nostra comunità, condividiamo l'interesse a far si che
19 ogni azione individuale nel far rispettare i propri diritti sia condotta in
/linux-5.10/include/linux/sunrpc/
Dsvcsock.h33 * far (including the fragment header): */
36 * received so far in the fragments making up this rpc: */

12345678910>>...46