| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/ |
| D | memory.json | 10 … 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 …]
|
| D | cache.json | 111 … 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 …]
|
| /kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/knightslanding/ |
| D | memory.json | 18 … 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 …]
|
| D | cache.json | 135 …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 …]
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | entry-common.c | 114 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() 188 unsigned long far = read_sysreg(far_el1); in el1_dbg() local 191 do_debug_exception(far, esr, regs); in el1_dbg() 259 unsigned long far = read_sysreg(far_el1); in el0_da() local 263 far = untagged_addr(far); in el0_da() 264 do_mem_abort(far, esr, regs); in el0_da() [all …]
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/arch/arm64/mm/ |
| D | fault.c | 47 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 …]
|
| /kernel/linux/linux-5.10/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>;
|
| /kernel/linux/linux-6.6/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>;
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/ |
| D | entry-common.c | 417 unsigned long far = read_sysreg(far_el1); in el1_abort() local 421 do_mem_abort(far, esr, regs); in el1_abort() 428 unsigned long far = read_sysreg(far_el1); in el1_pc() local 432 do_sp_pc_abort(far, esr, regs); in el1_pc() 457 unsigned long far = read_sysreg(far_el1); in el1_dbg() local 461 do_debug_exception(far, esr, regs); in el1_dbg() 565 unsigned long far = read_sysreg(far_el1); in el0_da() local 569 do_mem_abort(far, esr, regs); in el0_da() 575 unsigned long far = read_sysreg(far_el1); in el0_ia() local 582 if (!is_ttbr0_addr(far)) in el0_ia() [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/kvm/ |
| D | inject_fault.c | 130 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()
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-6.6/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…
|
| /kernel/linux/linux-5.10/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…
|
| /kernel/linux/linux-6.6/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…
|
| /kernel/linux/linux-5.10/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…
|
| /kernel/liteos_a/arch/arm/arm/src/ |
| D | los_exc.c | 78 VOID OsExcHook(UINT32 excType, ExcContext *excBufAddr, UINT32 far, UINT32 fsr); 184 UINT32 OsArmSharedPageFault(UINT32 excType, ExcContext *frame, UINT32 far, UINT32 fsr) in OsArmSharedPageFault() argument 229 ret = OsVmPageFaultHandler(far, pfFlags, frame); in OsArmSharedPageFault() 234 OsArmWriteTlbimvaais(ROUNDDOWN(far, PAGE_SIZE)); in OsArmSharedPageFault() 249 STATIC VOID OsExcType(UINT32 excType, ExcContext *excBufAddr, UINT32 far, UINT32 fsr) in OsExcType() argument 261 PrintExcInfo("prefetch_abort fault fsr:0x%x, far:0x%0+8x\n", fsr, far); in OsExcType() 264 PrintExcInfo("data_abort fsr:0x%x, far:0x%0+8x\n", fsr, far); in OsExcType() 845 VOID OsExcHook(UINT32 excType, ExcContext *excBufAddr, UINT32 far, UINT32 fsr) in OsExcHook() argument 847 OsExcType(excType, excBufAddr, far, fsr); in OsExcHook() 943 /* far, fsr are unused in exc type of OS_EXCEPT_UNDEF_INSTR */ in OsUndefIncExcHandleEntry() [all …]
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | head_64.S | 267 * 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,
|
| /kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-insn-decoder.c | 70 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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_mmap.c | 32 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()
|
| /kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
| D | intel-pt-insn-decoder.c | 97 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()
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen4/ |
| D | branch.json | 40 …Description": "Retired far control transfers (far call/jump/return, IRET, SYSCALL and SYSRET, plus…
|
| /kernel/linux/linux-6.6/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 */
|