/Linux-v6.1/tools/perf/pmu-events/arch/x86/knightslanding/ |
D | memory.json | 11 … 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 …]
|
D | cache.json | 126 …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 …]
|
/Linux-v6.1/arch/arm64/kvm/hyp/include/hyp/ |
D | fault.h | 15 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()
|
/Linux-v6.1/arch/arm64/mm/ |
D | fault.c | 46 int (*fn)(unsigned long far, unsigned long esr, 454 static void do_bad_area(unsigned long far, unsigned long esr, in do_bad_area() argument 457 unsigned long addr = untagged_addr(far); in do_bad_area() 467 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area() 519 static int __kprobes do_page_fault(unsigned long far, unsigned long esr, in do_page_fault() argument 527 unsigned long addr = untagged_addr(far); in do_page_fault() 652 arm64_force_sig_fault(SIGBUS, BUS_ADRERR, far, inf->name); in do_page_fault() 660 arm64_force_sig_mceerr(BUS_MCEERR_AR, far, lsb, inf->name); in do_page_fault() 668 far, inf->name); in do_page_fault() 678 static int __kprobes do_translation_fault(unsigned long far, in do_translation_fault() argument [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/light/ |
D | sharp,gp2ap002.yaml | 43 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-v6.1/arch/arm64/kernel/ |
D | entry-common.c | 363 unsigned long far = read_sysreg(far_el1); in el1_abort() local 367 do_mem_abort(far, esr, regs); in el1_abort() 374 unsigned long far = read_sysreg(far_el1); in el1_pc() local 378 do_sp_pc_abort(far, esr, regs); in el1_pc() 403 unsigned long far = read_sysreg(far_el1); in el1_dbg() local 407 do_debug_exception(far, esr, regs); in el1_dbg() 511 unsigned long far = read_sysreg(far_el1); in el0_da() local 515 do_mem_abort(far, esr, regs); in el0_da() 521 unsigned long far = read_sysreg(far_el1); in el0_ia() local 528 if (!is_ttbr0_addr(far)) in el0_ia() [all …]
|
D | traps.c | 265 void arm64_force_sig_fault(int signo, int code, unsigned long far, in arm64_force_sig_fault() argument 272 force_sig_fault(signo, code, (void __user *)far); in arm64_force_sig_fault() 275 void arm64_force_sig_mceerr(int code, unsigned long far, short lsb, in arm64_force_sig_mceerr() argument 279 force_sig_mceerr(code, (void __user *)far, lsb); in arm64_force_sig_mceerr() 282 void arm64_force_sig_ptrace_errno_trap(int errno, unsigned long far, in arm64_force_sig_ptrace_errno_trap() argument 286 force_sig_ptrace_errno_trap(errno, (void __user *)far); in arm64_force_sig_ptrace_errno_trap() 290 int signo, int sicode, unsigned long far, in arm64_notify_die() argument 298 arm64_force_sig_fault(signo, sicode, far, str); in arm64_notify_die() 882 void panic_bad_stack(struct pt_regs *regs, unsigned long esr, unsigned long far) in panic_bad_stack() argument 892 pr_emerg("FAR: 0x%016lx\n", far); in panic_bad_stack()
|
/Linux-v6.1/arch/arm64/kvm/ |
D | inject_fault.c | 81 u64 far; in inject_abt32() local 92 far = vcpu_read_sys_reg(vcpu, FAR_EL1); in inject_abt32() 96 far &= GENMASK(31, 0); in inject_abt32() 97 far |= (u64)addr << 32; in inject_abt32() 101 far &= GENMASK(63, 32); in inject_abt32() 102 far |= addr; in inject_abt32() 106 vcpu_write_sys_reg(vcpu, far, FAR_EL1); in inject_abt32()
|
/Linux-v6.1/tools/perf/pmu-events/arch/s390/cf_z13/ |
D | extended.json | 188 "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-v6.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | core.json | 23 …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-v6.1/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | core.json | 23 …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-v6.1/tools/testing/selftests/bpf/progs/ |
D | test_mmap.c | 30 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()
|
/Linux-v6.1/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 82 case 0xca: /* far ret */ in intel_pt_insn_decoder() 83 case 0xcb: /* far ret */ in intel_pt_insn_decoder() 99 case 0x9a: /* call far absolute */ in intel_pt_insn_decoder() 116 case 0xea: /* far jmp */ in intel_pt_insn_decoder() 120 case 0xff: /* call near absolute, call far absolute ind */ in intel_pt_insn_decoder() 124 case 3: /* far ind call */ in intel_pt_insn_decoder()
|
/Linux-v6.1/arch/x86/kernel/ |
D | head_64.S | 333 * a far return. 335 * Note: do not change to far jump indirect with 64bit offset. 337 * AMD does not support far jump indirect with 64bit offset. 339 * JMP FAR mem16:16 FF /5 Far jump indirect, 340 * with the target specified by a far pointer in memory. 341 * JMP FAR mem16:32 FF /5 Far jump indirect, 342 * with the target specified by a far pointer in memory. 346 * FF /5 JMP m16:16 Jump far, absolute indirect, 348 * FF /5 JMP m16:32 Jump far, absolute indirect, 350 * REX.W + FF /5 JMP m16:64 Jump far, absolute indirect,
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_stats.h | 99 /* 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 */
|
/Linux-v6.1/arch/x86/events/ |
D | utils.c | 30 case 0xca: /* far ret */ in decode_branch_type() 31 case 0xcb: /* far ret */ in decode_branch_type() 43 case 0x9a: /* call far absolute */ in decode_branch_type() 49 case 0xff: /* call near absolute, call far absolute ind */ in decode_branch_type() 56 case 3: /* far ind call */ in decode_branch_type()
|
/Linux-v6.1/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | core.json | 40 "BriefDescription": "Retired Far Control Transfers.", 41 …"The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYS…
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | traps.h | 29 void arm64_force_sig_fault(int signo, int code, unsigned long far, const char *str); 30 void arm64_force_sig_mceerr(int code, unsigned long far, short lsb, const char *str); 31 void arm64_force_sig_ptrace_errno_trap(int errno, unsigned long far, const char *str);
|
/Linux-v6.1/arch/arm/mm/ |
D | abort-nommu.S | 13 * Note: There is no FSR/FAR on !CPU_CP15_MMU cores. 18 mov r0, #0 @ clear r0, r1 (no FSR/FAR)
|
/Linux-v6.1/drivers/misc/echo/ |
D | echo.h | 35 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-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | mmap.c | 20 const int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local 99 CHECK_FAIL(map_data->val[far]); in test_mmap() 118 CHECK_FAIL(map_data->val[far] != 3 * 123); in test_mmap() 126 CHECK_FAIL(bpf_map_lookup_elem(data_map_fd, &far, &val)); in test_mmap() 196 CHECK_FAIL(map_data->val[far] != 3 * 321); in test_mmap() 248 CHECK_FAIL(map_data->val[far] != 3 * 321); in test_mmap()
|
/Linux-v6.1/drivers/iio/light/ |
D | acpi-als.c | 33 * So far, there's only one channel in here, but the specification for 54 * the ACPI0008 block. There are multiple, but so far we only 77 * So far, we support only ALI (illuminance). 133 /* we support only illumination (_ALI) so far. */ in acpi_als_read_raw()
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-devices-platform-docg3 | 16 Users: None identified so far. 40 Users: None identified so far.
|
/Linux-v6.1/drivers/net/fddi/skfp/h/ |
D | types.h | 21 #ifndef far 22 #define far macro
|
D | fplustm.h | 56 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 ;
|