/openbmc/linux/lib/ |
H A 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 …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/ |
H A 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 …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/ |
H A 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 …]
|
/openbmc/linux/fs/hpfs/ |
H A 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 …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/ |
H A 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.",
|
H A 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 …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/silvermont/ |
H A 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 …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/ |
H A 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
|
/openbmc/linux/include/linux/ |
H A 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()
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | debugging.rst | 711 | /bin/mkdir -p include/near 712 | /bin/mkdir -p include/near 713 | /bin/mkdir -p include/near 715 0.14-r0/neard-0.14/include/types.h include/near/types.h 717 0.14-r0/neard-0.14/include/log.h include/near/log.h 719 0.14-r0/neard-0.14/include/plugin.h include/near/plugin.h 720 | /bin/mkdir -p include/near 721 | /bin/mkdir -p include/near 722 | /bin/mkdir -p include/near 724 0.14-r0/neard-0.14/include/tag.h include/near/tag.h [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/ |
H A D | 0001-Add-header-dependency-to-nciattach.o.patch | 9 | ../neard-0.16/src/near.h:30:27: fatal error: near/nfc_copy.h: No such 11 | #include <near/nfc_copy.h>
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen1/ |
H A 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 …
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/elkhartlake/ |
H A 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.",
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/snowridgex/ |
H A 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.",
|
/openbmc/linux/arch/x86/events/ |
H A 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()
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen2/ |
H A 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 …
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen3/ |
H A 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 …
|
/openbmc/linux/tools/perf/util/intel-pt-decoder/ |
H A 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()
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/alderlaken/ |
H A 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.",
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-proximity | 6 Near level for proximity sensors. This is a single integer 10 should typically be considered near.
|
/openbmc/linux/Documentation/devicetree/bindings/iio/light/ |
H A D | vishay,vcnl4000.yaml | 34 proximity-near-level: true 51 proximity-near-level = <220>;
|
H A D | stk33xx.yaml | 32 proximity-near-level: true 52 proximity-near-level = <25>;
|
H A D | liteon,ltr501.yaml | 31 proximity-near-level: true 50 proximity-near-level = <75>;
|
/openbmc/linux/block/ |
H A 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
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.h | 55 #define near macro 57 #define NEAR near macro 67 typedef BOOL near *PBOOL; 69 typedef BYTE near *PBYTE; 71 typedef int near *PINT; 73 typedef WORD near *PWORD; 76 typedef DWORD near *PDWORD;
|