/Linux-v6.6/lib/ |
D | cpu_rmap.c | 36 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap() 53 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap() 54 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap() 100 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh() 101 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh() 102 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh() 103 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh() 119 index = rmap->near[cpu].index; in debug_print_rmap() 121 cpu, index, rmap->near[cpu].dist); in debug_print_rmap() 180 if (rmap->near[cpu].index == index) { in cpu_rmap_update() [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/goldmont/ |
D | pipeline.json | 20 "BriefDescription": "Retired near call instructions (Precise event capable)", 24 "PublicDescription": "Counts near CALL branch instructions retired.", 38 "BriefDescription": "Retired near indirect call instructions (Precise event capable)", 42 "PublicDescription": "Counts near indirect CALL branch instructions retired.", 56 … "BriefDescription": "Retired instructions of near indirect Jmp or call (Precise event capable)", 60 …"PublicDescription": "Counts near indirect call or near indirect jmp branch instructions retired.", 65 "BriefDescription": "Retired near relative call instructions (Precise event capable)", 69 "PublicDescription": "Counts near relative CALL branch instructions retired.", 74 "BriefDescription": "Retired near return instructions (Precise event capable)", 78 "PublicDescription": "Counts near return branch instructions retired.", [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/goldmontplus/ |
D | pipeline.json | 20 "BriefDescription": "Retired near call instructions (Precise event capable)", 24 "PublicDescription": "Counts near CALL branch instructions retired.", 38 "BriefDescription": "Retired near indirect call instructions (Precise event capable)", 42 "PublicDescription": "Counts near indirect CALL branch instructions retired.", 56 … "BriefDescription": "Retired instructions of near indirect Jmp or call (Precise event capable)", 60 …"PublicDescription": "Counts near indirect call or near indirect jmp branch instructions retired.", 65 "BriefDescription": "Retired near relative call instructions (Precise event capable)", 69 "PublicDescription": "Counts near relative CALL branch instructions retired.", 74 "BriefDescription": "Retired near return instructions (Precise event capable)", 78 "PublicDescription": "Counts near return branch instructions retired.", [all …]
|
/Linux-v6.6/fs/hpfs/ |
D | alloc.c | 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 119 unsigned bs = near & ~0x3fff; in alloc_in_bmp() 120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp() 130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp() 196 * Allocation strategy: 1) search place near the sector specified 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector() 217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 218 near_bmp = near >> 14; in hpfs_alloc_sector() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/knightslanding/ |
D | pipeline.json | 10 "BriefDescription": "Counts the number of near CALL branch instructions retired.", 26 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.", 42 …": "Counts the number of branch instructions retired that were near indirect CALL or near indirect… 50 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.", 58 "BriefDescription": "Counts the number of near RET branch instructions retired.", 81 … "BriefDescription": "Counts the number of mispredicted near CALL branch instructions retired.", 97 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti… 113 …e number of mispredicted branch instructions retired that were near indirect CALL or near indirect… 121 …"BriefDescription": "Counts the number of mispredicted near relative CALL branch instructions reti… 129 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
|
D | cache.json | 138 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/… 147 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in … 156 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in … 246 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/… 255 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in … 264 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in … 354 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/… 363 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in … 372 …ounts for responses from a snoop request hit with data forwarded from its Near-other tile's L2 in … 453 …ccounts for responses from snoop request hit with data forwarded from its Near-other tile L2 in E/… [all …]
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/silvermont/ |
D | pipeline.json | 20 "BriefDescription": "Counts the number of near CALL branch instructions retired", 24 …"PublicDescription": "CALL counts the number of near CALL branch instructions retired. Branch pre… 38 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired", 42 …"PublicDescription": "IND_CALL counts the number of near indirect CALL branch instructions retired… 56 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct… 60 …"PublicDescription": "NON_RETURN_IND counts the number of near indirect JMP and near indirect CALL… 65 "BriefDescription": "Counts the number of near relative CALL branch instructions retired", 69 …"PublicDescription": "REL_CALL counts the number of near relative CALL branch instructions retired… 74 "BriefDescription": "Counts the number of near RET branch instructions retired", 78 …"PublicDescription": "RETURN counts the number of near RET branch instructions retired. Branch pr… [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/iio/ |
D | common.yaml | 23 proximity-near-level: 26 For proximity sensors whether an object can be considered near to the 32 considered 'near' to the device (an object is near to the
|
/Linux-v6.6/include/linux/ |
D | cpu_rmap.h | 20 * @near: For each CPU, the index and distance to the nearest object, 30 } near[]; member 43 return rmap->near[cpu].index; in cpu_rmap_lookup_index() 48 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/elkhartlake/ |
D | pipeline.json | 11 "BriefDescription": "Counts the number of near CALL branch instructions retired.", 27 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.", 43 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct… 51 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.", 59 "BriefDescription": "Counts the number of near RET branch instructions retired.", 83 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti… 99 …"BriefDescription": "Counts the number of mispredicted near indirect JMP and near indirect CALL br… 107 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/snowridgex/ |
D | pipeline.json | 11 "BriefDescription": "Counts the number of near CALL branch instructions retired.", 27 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.", 43 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct… 51 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.", 59 "BriefDescription": "Counts the number of near RET branch instructions retired.", 83 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti… 99 …"BriefDescription": "Counts the number of mispredicted near indirect JMP and near indirect CALL br… 107 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | core.json | 52 "BriefDescription": "Retired Near Returns.", 53 "PublicDescription": "The number of near return instructions (RET or RET Iw) retired." 58 "BriefDescription": "Retired Near Returns Mispredicted.", 59 …"PublicDescription": "The number of near returns retired that were not correctly predicted by the …
|
/Linux-v6.6/arch/x86/events/ |
D | utils.c | 29 case 0xc2: /* near ret */ in decode_branch_type() 30 case 0xc3: /* near ret */ in decode_branch_type() 38 case 0xe8: /* call near rel */ in decode_branch_type() 50 case 0xff: /* call near absolute, call far absolute ind */ in decode_branch_type() 56 case 2: /* near ind call */ in decode_branch_type()
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | core.json | 52 "BriefDescription": "Retired Near Returns.", 53 "PublicDescription": "The number of near return instructions (RET or RET Iw) retired." 58 "BriefDescription": "Retired Near Returns Mispredicted.", 59 …"PublicDescription": "The number of near returns retired that were not correctly predicted by the …
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | core.json | 52 "BriefDescription": "Retired Near Returns.", 53 "PublicDescription": "The number of near return instructions (RET or RET Iw) retired." 58 "BriefDescription": "Retired Near Returns Mispredicted.", 59 …"PublicDescription": "The number of near returns retired that were not correctly predicted by the …
|
/Linux-v6.6/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 95 case 0xc2: /* near ret */ in intel_pt_insn_decoder() 96 case 0xc3: /* near ret */ in intel_pt_insn_decoder() 110 case 0xe8: /* call near rel */ in intel_pt_insn_decoder() 135 case 0xff: /* call near absolute, call far absolute ind */ in intel_pt_insn_decoder() 138 case 2: /* near ind call */ in intel_pt_insn_decoder()
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/alderlaken/ |
D | pipeline.json | 44 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct… 52 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.", 78 "BriefDescription": "Counts the number of near CALL branch instructions retired.", 86 "BriefDescription": "Counts the number of near RET branch instructions retired.", 103 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.", 153 …"BriefDescription": "Counts the number of mispredicted near indirect JMP and near indirect CALL br… 161 …"BriefDescription": "Counts the number of mispredicted near indirect CALL branch instructions reti… 196 … "BriefDescription": "Counts the number of mispredicted near RET branch instructions retired.",
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-bus-iio-proximity | 6 Near level for proximity sensors. This is a single integer 10 should typically be considered near.
|
/Linux-v6.6/block/ |
D | blk-pm.c | 52 * This function should be called near the start of the device's 117 * This function should be called near the end of the device's 147 * This function should be called near the start of the device's 171 * This function should be called near the end of the device's
|
/Linux-v6.6/Documentation/devicetree/bindings/iio/light/ |
D | vishay,vcnl4000.yaml | 34 proximity-near-level: true 51 proximity-near-level = <220>;
|
D | stk33xx.yaml | 32 proximity-near-level: true 52 proximity-near-level = <25>;
|
D | liteon,ltr501.yaml | 31 proximity-near-level: true 50 proximity-near-level = <75>;
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/alderlake/ |
D | pipeline.json | 156 …"BriefDescription": "Counts the number of near indirect JMP and near indirect CALL branch instruct… 165 "BriefDescription": "Indirect near branch instructions retired (excluding returns)", 169 …"PublicDescription": "Counts near indirect branch instructions retired excluding returns. TSX abor… 175 "BriefDescription": "Counts the number of near indirect CALL branch instructions retired.", 204 "BriefDescription": "Counts the number of near CALL branch instructions retired.", 213 "BriefDescription": "Direct and indirect near call instructions retired.", 217 "PublicDescription": "Counts both direct and indirect near call instructions retired.", 223 "BriefDescription": "Counts the number of near RET branch instructions retired.", 262 "BriefDescription": "Counts the number of near relative CALL branch instructions retired.", 357 …"BriefDescription": "Counts the number of mispredicted near indirect JMP and near indirect CALL br… [all …]
|
/Linux-v6.6/drivers/nfc/ |
D | Kconfig | 3 # Near Field Communication (NFC) devices 6 menu "Near Field Communication (NFC) devices"
|
/Linux-v6.6/tools/perf/pmu-events/arch/x86/amdzen4/ |
D | branch.json | 45 "BriefDescription": "Retired near returns (RET or RET Iw)." 50 …"BriefDescription": "Retired near returns mispredicted. Each misprediction incurs the same penalty…
|