Home
last modified time | relevance | path

Searched full:execution (Results 1 – 25 of 2525) sorted by relevance

12345678910>>...101

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dglue_execution_defs.h20 using __pstl::execution::is_execution_policy;
26 using __pstl::execution::is_execution_policy_v;
30 namespace execution
33 using __pstl::execution::parallel_policy;
34 using __pstl::execution::parallel_unsequenced_policy;
35 using __pstl::execution::sequenced_policy;
38 using __pstl::execution::par;
39 using __pstl::execution::par_unseq;
40 using __pstl::execution::seq;
44 // we include it into namespace std::execution as well
[all …]
H A Dexecution_defs.h17 namespace execution
22 // 2.4, Sequential execution policy
44 // 2.5, Parallel execution policy
66 // 2.6, Parallel+Vector execution policy
109 // 2.8, Execution policy objects
115 // 2.3, Execution policy type trait
122 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type
126 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
130 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
134 struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_type
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dglue_execution_defs.h20 using __pstl::execution::is_execution_policy;
26 using __pstl::execution::is_execution_policy_v;
30 namespace execution
33 using __pstl::execution::parallel_policy;
34 using __pstl::execution::parallel_unsequenced_policy;
35 using __pstl::execution::sequenced_policy;
38 using __pstl::execution::par;
39 using __pstl::execution::par_unseq;
40 using __pstl::execution::seq;
44 // we include it into namespace std::execution as well
[all …]
H A Dexecution_defs.h17 namespace execution
22 // 2.4, Sequential execution policy
44 // 2.5, Parallel execution policy
66 // 2.6, Parallel+Vector execution policy
109 // 2.8, Execution policy objects
115 // 2.3, Execution policy type trait
122 struct is_execution_policy<__pstl::execution::sequenced_policy> : std::true_type
126 struct is_execution_policy<__pstl::execution::parallel_policy> : std::true_type
130 struct is_execution_policy<__pstl::execution::parallel_unsequenced_policy> : std::true_type
134 struct is_execution_policy<__pstl::execution::unsequenced_policy> : std::true_type
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dworkqueue.rst13 There are many cases where an asynchronous process execution context
17 When such an asynchronous execution context is needed, a work item
19 independent thread serves as the asynchronous execution context. The
42 worker pool. An MT wq could provide only one execution context per CPU
44 those very limited execution contexts leading to various problems
45 including proneness to deadlocks around the single execution context.
71 In order to ease the asynchronous execution of functions a new
110 (how many execution contexts are active) is an important issue. cmwq
122 workers on the CPU, the worker-pool doesn't start execution of a new
126 without losing execution bandwidth.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DNon_002dStop-Mode.html29 <link href="Background-Execution.html#Background-Execution" rel="next" title="Background Execution">
67 Next: <a href="Background-Execution.html#Background-Execution" accesskey="n" rel="next">Background
86 execution commands such as <code>continue</code> and <code>step</code> apply by default
131 <p>In non-stop mode, all execution commands apply only to the current thread
135 <p>You can use <small>GDB</small>&rsquo;s background execution commands
136 (see <a href="Background-Execution.html#Background-Execution">Background Execution</a>) to run some…
138 The MI execution commands (see <a href="GDB_002fMI-Program-Execution.html#GDB_002fMI-Program-Execut…
141 <p>Suspending execution is done with the <code>interrupt</code> command when
142 running in the background, or <kbd>Ctrl-c</kbd> during foreground execution.
147 <p>Other execution commands do not currently support the <code>-a</code> option.
[all …]
H A DProcess-Record-and-Replay.html30 <link href="Reverse-Execution.html#Reverse-Execution" rel="previous" title="Reverse Execution">
67 …ack</a>, Previous: <a href="Reverse-Execution.html#Reverse-Execution" accesskey="p" rel="previous"…
70 <a name="Recording-Inferior_0027s-Execution-and-Replaying-It"></a>
71 <h2 class="chapter">7 Recording Inferior&rsquo;s Execution and Replaying It</h2>
73 <a name="index-recording-inferior_0027s-execution-and-replaying-it"></a>
76 and replay</em> target that can record a log of the process execution, and
77 replay it later with both forward and reverse execution commands.
80 <p>When this target is in use, if the execution log includes the record
84 code execution are taken from the execution log. While code is not
88 execution log.
[all …]
H A DBackground-Execution.html17 <title>Debugging with GDB: Background Execution</title>
19 <meta name="description" content="Debugging with GDB: Background Execution">
20 <meta name="keywords" content="Debugging with GDB: Background Execution">
64 <a name="Background-Execution"></a>
70 <a name="Background-Execution-1"></a>
71 <h4 class="subsection">5.5.3 Background Execution</h4>
73 <a name="index-foreground-execution"></a>
74 <a name="index-background-execution"></a>
75 <a name="index-asynchronous-execution"></a>
78 <p><small>GDB</small>&rsquo;s execution commands have two variants: the normal
[all …]
H A DAsynchronous-and-non_002dstop-modes.html70 <a name="Asynchronous-Command-Execution-and-Non_002dStop-Mode"></a>
71 <h4 class="subsection">27.1.2 Asynchronous Command Execution and Non-Stop Mode</h4>
75 command execution</em> (see <a href="Background-Execution.html#Background-Execution">Background Exe…
76 specify a preference for asynchronous execution using the
80 find if asynchronous execution is enabled using the
88 <p>When <code>off</code>, which is the default, MI execution commands (e.g.,
92 <p>When <code>on</code>, MI execution commands are background execution
112 running. Therefore, asynchronous command execution is most useful
H A DReverse-Execution.html17 <title>Debugging with GDB: Reverse Execution</title>
19 <meta name="description" content="Debugging with GDB: Reverse Execution">
20 <meta name="keywords" content="Debugging with GDB: Reverse Execution">
64 <a name="Reverse-Execution"></a>
72 <a name="index-reverse-execution"></a>
80 <p>A target environment that supports reverse execution should be able
85 all target environments can support reverse execution.
90 thread of execution in reverse. As each instruction is &ldquo;un-executed&rdquo;,
98 execution, activated with the <code>record</code> or <code>record btrace</code>
100 typically full system emulators, support reverse execution directly
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DNon_002dStop-Mode.html29 <link href="Background-Execution.html#Background-Execution" rel="next" title="Background Execution">
67 Next: <a href="Background-Execution.html#Background-Execution" accesskey="n" rel="next">Background
86 execution commands such as <code>continue</code> and <code>step</code> apply by default
131 <p>In non-stop mode, all execution commands apply only to the current thread
135 <p>You can use <small>GDB</small>&rsquo;s background execution commands
136 (see <a href="Background-Execution.html#Background-Execution">Background Execution</a>) to run some…
138 The MI execution commands (see <a href="GDB_002fMI-Program-Execution.html#GDB_002fMI-Program-Execut…
141 <p>Suspending execution is done with the <code>interrupt</code> command when
142 running in the background, or <kbd>Ctrl-c</kbd> during foreground execution.
147 <p>Other execution commands do not currently support the <code>-a</code> option.
[all …]
H A DProcess-Record-and-Replay.html30 <link href="Reverse-Execution.html#Reverse-Execution" rel="previous" title="Reverse Execution">
67 …ack</a>, Previous: <a href="Reverse-Execution.html#Reverse-Execution" accesskey="p" rel="previous"…
70 <a name="Recording-Inferior_0027s-Execution-and-Replaying-It"></a>
71 <h2 class="chapter">7 Recording Inferior&rsquo;s Execution and Replaying It</h2>
73 <a name="index-recording-inferior_0027s-execution-and-replaying-it"></a>
76 and replay</em> target that can record a log of the process execution, and
77 replay it later with both forward and reverse execution commands.
80 <p>When this target is in use, if the execution log includes the record
84 code execution are taken from the execution log. While code is not
88 execution log.
[all …]
H A DBackground-Execution.html17 <title>Debugging with GDB: Background Execution</title>
19 <meta name="description" content="Debugging with GDB: Background Execution">
20 <meta name="keywords" content="Debugging with GDB: Background Execution">
64 <a name="Background-Execution"></a>
70 <a name="Background-Execution-1"></a>
71 <h4 class="subsection">5.5.3 Background Execution</h4>
73 <a name="index-foreground-execution"></a>
74 <a name="index-background-execution"></a>
75 <a name="index-asynchronous-execution"></a>
78 <p><small>GDB</small>&rsquo;s execution commands have two variants: the normal
[all …]
H A DAsynchronous-and-non_002dstop-modes.html70 <a name="Asynchronous-Command-Execution-and-Non_002dStop-Mode"></a>
71 <h4 class="subsection">27.1.2 Asynchronous Command Execution and Non-Stop Mode</h4>
75 command execution</em> (see <a href="Background-Execution.html#Background-Execution">Background Exe…
76 specify a preference for asynchronous execution using the
80 find if asynchronous execution is enabled using the
88 <p>When <code>off</code>, which is the default, MI execution commands (e.g.,
92 <p>When <code>on</code>, MI execution commands are background execution
112 running. Therefore, asynchronous command execution is most useful
H A DReverse-Execution.html17 <title>Debugging with GDB: Reverse Execution</title>
19 <meta name="description" content="Debugging with GDB: Reverse Execution">
20 <meta name="keywords" content="Debugging with GDB: Reverse Execution">
64 <a name="Reverse-Execution"></a>
72 <a name="index-reverse-execution"></a>
80 <p>A target environment that supports reverse execution should be able
85 all target environments can support reverse execution.
90 thread of execution in reverse. As each instruction is &ldquo;un-executed&rdquo;,
98 execution, activated with the <code>record</code> or <code>record btrace</code>
100 typically full system emulators, support reverse execution directly
[all …]
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst85 …27] exdebug-0398 ex_trace_point : Method Begin [0xf58394d8:\_SB.PCI0.LPCB.ECOK] execution.
86 [ 0.186630] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905c88:If] execution.
87 [ 0.186820] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905cc0:LEqual] execution.
88 … 0.187010] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905a20:-NamePath-] execution.
89 …[ 0.187214] exdebug-0398 ex_trace_point : Opcode End [0xf5905a20:-NamePath-] execution.
90 [ 0.187407] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905f60:One] execution.
91 [ 0.187594] exdebug-0398 ex_trace_point : Opcode End [0xf5905f60:One] execution.
92 [ 0.187789] exdebug-0398 ex_trace_point : Opcode End [0xf5905cc0:LEqual] execution.
93 [ 0.187980] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905cc0:Return] execution.
94 [ 0.188146] exdebug-0398 ex_trace_point : Opcode Begin [0xf5905f60:One] execution.
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/icelake/
H A Dmemory.json44 …"BriefDescription": "Number of times an HLE transactional execution aborted due to NoAllocatedElis…
55 …"BriefDescription": "Number of times an HLE transactional execution aborted due to XRELEASE lock n…
66 …"BriefDescription": "Number of times an HLE transactional execution aborted due to an unsupported …
99 …"BriefDescription": "Number of times an instruction execution caused the transactional nest count …
120 "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
154 "BriefDescription": "Number of times an HLE execution started."
165 "BriefDescription": "Number of times an HLE execution successfully committed",
177 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
181 …"PublicDescription": "Counts the number of times an HLE execution aborted due to various memory ev…
188 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/silvermont/
H A Dpipeline.json4execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
14execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
24execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
34execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
44execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
54execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
64execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
74execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
84execution path is known. All branches utilize the branch prediction unit (BPU) for prediction. Thi…
259 …"PublicDescription": "This event counts the number of instructions that retire execution. For inst…
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/
H A Dbsp-hw.json11 "execution": { object
45 "execution": { object
71 "execution": { object
101 "execution": { object
123 "execution": { object
153 "execution": { object
179 "execution": { object
205 "execution": { object
227 "execution": { object
257 "execution": { object
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/haswell/
H A Dmemory.json55 …"BriefDescription": "Number of times an HLE transactional execution aborted due to NoAllocatedElis…
64 …"BriefDescription": "Number of times an HLE transactional execution aborted due to XRELEASE lock n…
73 …"BriefDescription": "Number of times an HLE transactional execution aborted due to an unsupported …
91 …ay cause a transactional abort was executed. Since this is the count of execution, it may not alwa…
109 …"BriefDescription": "Counts the number of times an instruction execution caused the transactional …
146 "BriefDescription": "Number of times an HLE execution started.",
155 "BriefDescription": "Number of times an HLE execution successfully committed.",
165 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
174 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
183 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dinterrupts_64.c51 [14] = "an Illegal execution state, or a PC or SP alignment fault", in show_regs()
52 [10] = "HVC or SVC instruction execution", in show_regs()
53 [18] = "HVC or SVC instruction execution", in show_regs()
54 [19] = "SMC instruction execution in AArch32 state", in show_regs()
55 [21] = "HVC or SVC instruction execution", in show_regs()
56 [22] = "HVC or SVC instruction execution", in show_regs()
57 [23] = "SMC instruction execution in AArch64 state", in show_regs()
58 [24] = "MSR, MRS, or System instruction execution in AArch64 state", in show_regs()
62 [34] = "an Illegal execution state, or a PC or SP alignment fault", in show_regs()
65 [38] = "an Illegal execution state, or a PC or SP alignment fault", in show_regs()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dfor_each_selectors.h54 /** @brief Functor execution.
70 /** @brief Functor execution.
86 /** @brief Functor execution.
102 /** @brief Functor execution.
118 /** @brief Functor execution.
142 /** @brief Functor execution.
166 /** @brief Functor execution.
182 /** @brief Functor execution.
196 /** @brief Functor execution.
210 /** @brief Functor execution.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dfor_each_selectors.h54 /** @brief Functor execution.
70 /** @brief Functor execution.
86 /** @brief Functor execution.
102 /** @brief Functor execution.
118 /** @brief Functor execution.
142 /** @brief Functor execution.
166 /** @brief Functor execution.
182 /** @brief Functor execution.
196 /** @brief Functor execution.
210 /** @brief Functor execution.
[all …]
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/haswellx/
H A Dmemory.json52 …"BriefDescription": "Number of times an HLE transactional execution aborted due to NoAllocatedElis…
61 …"BriefDescription": "Number of times an HLE transactional execution aborted due to XRELEASE lock n…
70 …"BriefDescription": "Number of times an HLE transactional execution aborted due to an unsupported …
88 …ay cause a transactional abort was executed. Since this is the count of execution, it may not alwa…
106 …"BriefDescription": "Counts the number of times an instruction execution caused the transactional …
143 "BriefDescription": "Number of times an HLE execution started.",
152 "BriefDescription": "Number of times an HLE execution successfully committed.",
161 …"BriefDescription": "Number of times an HLE execution aborted due to any reasons (multiple categor…
171 …"BriefDescription": "Number of times an HLE execution aborted due to various memory events (e.g., …
180 "BriefDescription": "Number of times an HLE execution aborted due to uncommon conditions.",
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/hw-vuln/
H A Dspectre.rst7 and speculative execution on modern CPUs to read memory, possibly
8 bypassing access controls. Speculative execution side channel exploits
16 Speculative execution side channel methods affect a wide range of modern
18 use branch prediction and speculative execution.
56 influence the speculative execution paths, and then use the side effects
57 of the speculative execution in the CPUs' caches and buffers to infer
58 privileged data touched during the speculative execution.
60 Spectre variant 1 attacks take advantage of speculative execution of
62 execution of indirect branches to leak privileged memory.
70 of speculative execution that bypasses conditional branch instructions
[all …]

12345678910>>...101