Home
last modified time | relevance | path

Searched full:slots (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DParser.cpp26 SlotMapping *Slots, bool UpgradeDebugInfo, in parseAssemblyInto() argument
34 M ? M->getContext() : OptContext.emplace(), Slots) in parseAssemblyInto()
40 SlotMapping *Slots, in parseAssemblyInto() argument
42 return ::parseAssemblyInto(F, M, Index, Err, Slots, in parseAssemblyInto()
48 SlotMapping *Slots, in parseAssembly() argument
53 if (parseAssemblyInto(F, M.get(), nullptr, Err, Slots, DataLayoutCallback)) in parseAssembly()
62 SlotMapping *Slots) { in parseAssemblyFile() argument
71 return parseAssembly(FileOrErr.get()->getMemBufferRef(), Err, Context, Slots); in parseAssemblyFile()
76 LLVMContext &Context, SlotMapping *Slots, in parseAssemblyWithIndex() argument
84 if (parseAssemblyInto(F, M.get(), Index.get(), Err, Slots, UpgradeDebugInfo, in parseAssemblyWithIndex()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/
H A Dpipeline.json21 "PublicDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy",
24 "BriefDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy"
27 …tion": "Duration for which all slots in the load-store issue queue are busy. This event counts the…
30 …tion": "Duration for which all slots in the load-store issue queue are busy. This event counts the…
33 …on": "Duration for which all slots in the data processing issue queue are busy. This event counts …
36 …on": "Duration for which all slots in the data processing issue queue are busy. This event counts …
39 …"PublicDescription": "Duration for which all slots in the data engine issue queue are busy. This e…
42 …"BriefDescription": "Duration for which all slots in the data engine issue queue are busy. This ev…
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp11 // which represent the possible lifetime of stack slots. It attempts to
12 // merge disjoint stack slots and reduce the used stack space.
13 // NOTE: This pass is not StackSlotColoring, which optimizes spill slots.
16 // 1. Allow merging multiple small slots into a single larger slot at different
19 // spill slots.
94 STATISTIC(StackSpaceSaved, "Number of bytes saved due to merging slots.");
102 // Stack Coloring reduces stack usage by merging stack slots when they
127 // stack slots for `x` or `y` are used, and then `x` is only used if `var`
129 // of the stack slots used together, and therefore we can merge them,
168 // L4) on function exit, all stack slots are marked as *out-of-scope*.
[all …]
/freebsd/sys/dev/sound/pci/
H A Dhdsp-pcm.c128 hdsp_slot_first(uint32_t slots) in hdsp_slot_first() argument
130 return (slots & (~(slots - 1))); /* Extract first bit set. */ in hdsp_slot_first()
134 hdsp_slot_first_row(uint32_t slots) in hdsp_slot_first_row() argument
139 ends = slots & (~(slots >> 1)); in hdsp_slot_first_row()
140 /* First row of contiguous slots ends in the first row end. */ in hdsp_slot_first_row()
141 return (slots & (ends ^ (ends - 1))); in hdsp_slot_first_row()
145 hdsp_slot_first_n(uint32_t slots, unsigned int n) in hdsp_slot_first_n() argument
147 /* Clear all but the first n slots. */ in hdsp_slot_first_n()
149 if ((slots & slot) && n > 0) in hdsp_slot_first_n()
152 slots &= ~slot; in hdsp_slot_first_n()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/jaketown/
H A Djkt-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/sys/contrib/ck/include/spinlock/
H A Danderson.h48 struct ck_spinlock_anderson_thread *slots; member
59 struct ck_spinlock_anderson_thread *slots, in ck_spinlock_anderson_init() argument
64 slots[0].locked = false; in ck_spinlock_anderson_init()
65 slots[0].position = 0; in ck_spinlock_anderson_init()
67 slots[i].locked = true; in ck_spinlock_anderson_init()
68 slots[i].position = i; in ck_spinlock_anderson_init()
71 lock->slots = slots; in ck_spinlock_anderson_init()
97 r = ck_pr_load_uint(&lock->slots[position].locked); in ck_spinlock_anderson_locked()
111 * to reallocate beginning slots to more than one thread. To avoid this in ck_spinlock_anderson_lock()
138 while (ck_pr_load_uint(&lock->slots[position].locked) == true) in ck_spinlock_anderson_lock()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h45 /// \param Slots The optional slot mapping that will be initialized during
49 SlotMapping *Slots = nullptr);
60 /// \param Slots The optional slot mapping that will be initialized during
65 SlotMapping *Slots = nullptr);
84 /// \param Slots The optional slot mapping that will be initialized during
89 SlotMapping *Slots = nullptr,
97 SlotMapping *Slots, DataLayoutCallbackTy DataLayoutCallback);
125 /// \param Slots The optional slot mapping that will be initialized during
130 SlotMapping *Slots = nullptr,
139 /// \param Slots The optional slot mapping that will be initialized during
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Dsnb-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_radix.c79 node = node->slots[radix_pos(index, height--)]; in radix_tree_lookup()
81 item = node->slots[radix_pos(index, 0)]; in radix_tree_lookup()
109 *pppslot = node->slots + pos; in radix_tree_iter_find()
111 next = node->slots[pos]; in radix_tree_iter_find()
145 node = node->slots[radix_pos(index, height--)]; in radix_tree_delete()
149 item = node->slots[idx]; in radix_tree_delete()
155 node->slots[idx] = NULL; in radix_tree_delete()
228 node->slots[0] = root->rnode; in radix_tree_insert()
241 if (node->slots[idx] == NULL) in radix_tree_insert()
243 node = node->slots[idx]; in radix_tree_insert()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/
H A Dpipeline.json15 "PublicDescription": "Duration for which all slots in the Load-Store Unit are busy",
18 "BriefDescription": "Duration for which all slots in the Load-Store Unit are busy"
21 "PublicDescription": "Duration for which all slots in the load-store issue queue are busy",
24 "BriefDescription": "Duration for which all slots in the load-store issue queue are busy"
27 … "PublicDescription": "Duration for which all slots in the data processing issue queue are busy",
30 … "BriefDescription": "Duration for which all slots in the data processing issue queue are busy"
33 "PublicDescription": "Duration for which all slots in the Data Engine issue queue are busy",
36 "BriefDescription": "Duration for which all slots in the Data Engine issue queue are busy"
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/
H A Dhsw-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/
H A Dhsx-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dhexagon_protos.h20 Execution Slots: SLOT23
29 Execution Slots: SLOT23
38 Execution Slots: SLOT23
47 Execution Slots: SLOT0123
56 Execution Slots: SLOT23
65 Execution Slots: SLOT23
74 Execution Slots: SLOT23
83 Execution Slots: SLOT23
92 Execution Slots: SLOT23
101 Execution Slots: SLOT23
[all …]
H A Dhvx_hexagon_protos.h27 Execution Slots: SLOT0
38 Execution Slots: SLOT0123
49 Execution Slots: SLOT0123
60 Execution Slots: SLOT23
71 Execution Slots: SLOT0123
82 Execution Slots: SLOT0123
93 Execution Slots: SLOT0123
104 Execution Slots: SLOT0123
115 Execution Slots: SLOT0123
126 Execution Slots: SLOT0123
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Divb-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/ivytown/
H A Divt-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/sys/dev/ena/
H A Dena_netmap.c44 struct netmap_slot *slots; member
131 "No free slots in netmap ring\n"); in ena_netmap_alloc_rx_slot()
353 __builtin_prefetch(&ctx->slots[ctx->nm_i]); in ena_netmap_tx_frames()
400 ena_log_nm(adapter->pdev, WARN, "Too many slots per packet\n"); in ena_netmap_tx_frame()
470 uint16_t slots = 1; in ena_netmap_count_slots() local
473 while ((ctx->slots[nm].flags & NS_MOREFRAG) != 0) { in ena_netmap_count_slots()
474 slots++; in ena_netmap_count_slots()
478 return slots; in ena_netmap_count_slots()
482 ena_netmap_packet_len(struct netmap_slot *slots, u_int slot_index, in ena_netmap_packet_len() argument
489 nm_slot = &slots[slot_index]; in ena_netmap_packet_len()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/
H A Dpipeline.json277 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend …
284slots that were not consumed by the backend because allocation is stalled due to a mispredicted ju…
289 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
299 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend …
309 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
331 …"BriefDescription": "Counts the total number of issue slots every cycle that were not consumed by …
341 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
352 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
363 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
374 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Dpipeline.json365 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend …
372slots that were not consumed by the backend because allocation is stalled due to a mispredicted ju…
377 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
388 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend …
399 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
421 …"BriefDescription": "Counts the total number of issue slots every cycle that were not consumed by …
431 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
442 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
453 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
464 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Dbdw-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Dbdwde-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dbdx-metrics.json3 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
7slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
10 …"BriefDescription": "This category represents fraction of slots where the processor's Frontend und…
14slots where the processor's Frontend undersupplies its Backend. Frontend denotes the first part of…
17 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
21 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
24 …"BriefDescription": "This category represents fraction of slots wasted due to incorrect speculatio…
28 … fraction of slots wasted due to incorrect speculations. This include slots used to issue uops tha…
31 …"BriefDescription": "This category represents fraction of slots where no uops are being delivered …
36 …"PublicDescription": "This category represents fraction of slots where no uops are being delivered…
[all …]
/freebsd/share/man/man4/
H A Dnetmap.4273 this list and use the buffers (i.e., binding them to the slots of a
284 const uint32_t num_slots; /* slots in each ring */
294 struct netmap_slot slot[0]; /* array of slots */
300 .Em slots
372 slots and buffers
374 The only exception are slots (and buffers) in the range
380 system call, slots in the range
383 User code should fill the slots sequentially
388 past slots ready to transmit.
391 more slots before further transmissions (see
[all …]
/freebsd/sys/dev/evdev/
H A Devdev_mt.c82 /* the set of slots with active touches */
84 /* the set of slots with unsynchronized state */
86 /* the set of slots to match with active touches */
91 union evdev_mt_slot slots[]; member
100 ffc_slot(struct evdev_dev *evdev, slotset_t slots) in ffc_slot() argument
102 return (ffs(~slots & ((2U << MAXIMAL_MT_SLOT(evdev)) - 1)) - 1); in ffc_slot()
109 size_t size = offsetof(struct evdev_mt, slots); in evdev_mt_init()
110 int slot, slots; in evdev_mt_init() local
122 slots = MAXIMAL_MT_SLOT(evdev) + 1; in evdev_mt_init()
123 size += sizeof(mt->slots[0]) * slots; in evdev_mt_init()
[all …]
/freebsd/sys/dev/sdhci/
H A Dsdhci_pci.c162 int num_slots; /* Number of slots on this controller */
163 struct sdhci_slot slots[6]; member
336 int bar, err, rid, slots, i; in sdhci_pci_attach() local
356 /* Read slots info from PCI registers. */ in sdhci_pci_attach()
357 slots = pci_read_config(dev, PCI_SLOT_INFO, 1); in sdhci_pci_attach()
358 bar = PCI_SLOT_INFO_FIRST_BAR(slots); in sdhci_pci_attach()
359 slots = PCI_SLOT_INFO_SLOTS(slots); in sdhci_pci_attach()
360 if (slots > 6 || bar > 5) { in sdhci_pci_attach()
361 device_printf(dev, "Incorrect slots information (%d, %d).\n", in sdhci_pci_attach()
362 slots, bar); in sdhci_pci_attach()
[all …]

12345678910>>...36