Home
last modified time | relevance | path

Searched full:execute (Results 1 – 25 of 1209) sorted by relevance

12345678910>>...49

/linux/security/ipe/
H A Dpolicy_tests.c47 " \t DEFAULT \t op=EXECUTE action=DENY\n"
48 "op=EXECUTE boot_verified=TRUE action=ALLOW\n"
105 "op=EXECUTE dmverity_signature=TRUE action=ALLOW\n",
112 "op=EXECUTE dmverity_signature=abc action=ALLOW",
129 "dmverity_signature=TRUE op=EXECUTE action=ALLOW",
136 "action=ALLOW op=EXECUTE dmverity_signature=TRUE",
143 "op=EXECUTE dmverity_signature=TRUE action=ALLOW",
163 "op=EXECUTE dmverity_signature=TRUE action=ALLOW",
170 "op=EXECUTE dmverity_roothash=GOOD_DOG action=ALLOW",
191 "DEFAULT op=EXECUTE action=DENY\n"
[all …]
/linux/tools/perf/scripts/python/
H A Devent_analyzing_sample.py48 con.execute("""
55 con.execute("""
97 con.execute("insert into gen_events values(?, ?, ?, ?)",
102 con.execute("insert into pebs_ll values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
126 count = con.execute("select count(*) from gen_events")
135 …commq = con.execute("select comm, count(comm) from gen_events group by comm order by -count(comm)")
142 …symbolq = con.execute("select symbol, count(symbol) from gen_events group by symbol order by -coun…
148 … dsoq = con.execute("select dso, count(dso) from gen_events group by dso order by -count(dso)")
159 count = con.execute("select count(*) from pebs_ll")
168 … commq = con.execute("select comm, count(comm) from pebs_ll group by comm order by -count(comm)")
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dexception.json12execute an instruction that is UNDEFINED. Attempting to execute instruction bit patterns that have…
44 …locally and are caused by Instruction Aborts. For example, attempting to execute an instruction wi…
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
H A Dexception.json12execute an instruction that is UNDEFINED. Attempting to execute instruction bit patterns that have…
44 …locally and are caused by Instruction Aborts. For example, attempting to execute an instruction wi…
/linux/Documentation/translations/zh_CN/security/
H A Dipe.rst262 op=EXECUTE integrity_verified=YES action=ALLOW
268 op=EXECUTE integrity_verified=YES action=ALLOW
286 op=EXECUTE integrity_verified=YES action=ALLOW
287 op=EXECUTE action=DENY
295 DEFAULT op=EXECUTE action=DENY
296 op=EXECUTE integrity_verified=YES action=ALLOW
/linux/scripts/gdb/linux/
H A Dutils.py105 endian = gdb.execute("show endian", to_string=True)
180 target_arch = gdb.execute("show architecture", to_string=True)
197 return gdb.execute("monitor info version", to_string=True) != ""
203 thread_info = gdb.execute("info thread 1", to_string=True)
267 show_pagination = gdb.execute("show pagination", to_string=True)
269 gdb.execute("set pagination off")
273 gdb.execute("set pagination %s" % ("on" if pagination else "off"))
H A Dsymbols.py66 gdb.execute("symbol-file {0} -o {1}".format(
106 gdb.execute("tbreak *" + hex(jump_to_kernel))
107 gdb.execute("continue")
109 gdb.execute("stepi")
205 gdb.execute(cmdline, to_string=True)
230 gdb.execute(cmdline, to_string=True)
246 gdb.execute(cmdline, to_string=True)
268 gdb.execute("symbol-file", to_string=True)
274 gdb.execute("symbol-file {0}{1}".format(orig_vmlinux, offset_arg))
/linux/drivers/acpi/acpica/
H A Dnseval.c23 * prefix_node - Prefix or Method/Object Node to execute
24 * relative_path - Name of method to execute, If NULL, the
25 * Node is the object to execute
36 * DESCRIPTION: Execute a control method or return the current value of an
151 * 2) The object is a control method -- execute it in acpi_ns_evaluate()
177 * 2) Object is a control method - execute it in acpi_ns_evaluate()
191 "**** Execute method [%s] at AML address %p length %X\n", in acpi_ns_evaluate()
201 * Execute the method via the interpreter. The interpreter is locked in acpi_ns_evaluate()
H A Ddbexec.c89 * DESCRIPTION: Execute a control method. Used to evaluate objects via the
90 * "EXECUTE" or "EVALUATE" commands.
286 * DESCRIPTION: Execute a control method. Name is relative to the current
331 * PARAMETERS: name - Name of method to execute
338 * DESCRIPTION: Execute a control method. Name is relative to the current
339 * scope. Function used for the "EXECUTE", "EVALUATE", and
393 /* Subcommand to Execute all predefined names in the namespace */ in acpi_db_execute()
401 /* Command (ALL <nameseg>) to execute all methods of a particular name */ in acpi_db_execute()
502 * DESCRIPTION: Debugger execute thread. Waits for a command line, then
607 * DESCRIPTION: Create one thread and execute a method
[all …]
H A Dpsxface.c66 * node - Method Node to execute
76 * pass_number - Parse or execute pass
80 * DESCRIPTION: Execute a control method
116 * Execute the method. Performs parse simultaneously in acpi_ps_execute_method()
119 "**** Begin Method Parse/Execute [%4.4s] **** Node=%p Obj=%p\n", in acpi_ps_execute_method()
231 * pass_number - Parse or execute pass
235 * DESCRIPTION: Execute a table
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dinit.h15 u8 execute; member
29 .execute = 1, \
36 int nvbios_post(struct nvkm_subdev *, bool execute);
/linux/drivers/nvme/target/
H A Dfabrics-cmd.c110 req->execute = nvmet_execute_prop_set; in nvmet_parse_fabrics_admin_cmd()
113 req->execute = nvmet_execute_prop_get; in nvmet_parse_fabrics_admin_cmd()
117 req->execute = nvmet_execute_auth_send; in nvmet_parse_fabrics_admin_cmd()
120 req->execute = nvmet_execute_auth_receive; in nvmet_parse_fabrics_admin_cmd()
156 req->execute = nvmet_execute_auth_send; in nvmet_parse_fabrics_io_cmd()
159 req->execute = nvmet_execute_auth_receive; in nvmet_parse_fabrics_io_cmd()
426 req->execute = nvmet_execute_admin_connect; in nvmet_parse_connect_cmd()
428 req->execute = nvmet_execute_io_connect; in nvmet_parse_connect_cmd()
H A Dpassthru.c344 * non-trivial effects, make sure to execute the command synchronously in nvmet_passthru_execute_cmd()
412 req->execute = nvmet_passthru_execute_cmd; in nvmet_setup_passthru_command()
504 req->execute = nvmet_execute_async_event; in nvmet_parse_passthru_admin_cmd()
512 req->execute = nvmet_execute_keep_alive; in nvmet_parse_passthru_admin_cmd()
520 req->execute = nvmet_execute_set_features; in nvmet_parse_passthru_admin_cmd()
523 req->execute = nvmet_passthru_set_host_behaviour; in nvmet_parse_passthru_admin_cmd()
535 req->execute = nvmet_execute_get_features; in nvmet_parse_passthru_admin_cmd()
548 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
556 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
562 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
H A Ddiscovery.c386 req->execute = nvmet_execute_disc_set_features; in nvmet_parse_discovery_cmd()
389 req->execute = nvmet_execute_disc_get_features; in nvmet_parse_discovery_cmd()
392 req->execute = nvmet_execute_async_event; in nvmet_parse_discovery_cmd()
395 req->execute = nvmet_execute_keep_alive; in nvmet_parse_discovery_cmd()
398 req->execute = nvmet_execute_disc_get_log_page; in nvmet_parse_discovery_cmd()
401 req->execute = nvmet_execute_disc_identify; in nvmet_parse_discovery_cmd()
/linux/drivers/net/wireless/ath/ath10k/
H A Dbmi.c311 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute); in ath10k_bmi_execute()
312 u32 resplen = sizeof(resp.execute); in ath10k_bmi_execute()
315 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi execute address 0x%x param 0x%x\n", in ath10k_bmi_execute()
324 cmd.execute.addr = __cpu_to_le32(address); in ath10k_bmi_execute()
325 cmd.execute.param = __cpu_to_le32(param); in ath10k_bmi_execute()
333 if (resplen < sizeof(resp.execute)) { in ath10k_bmi_execute()
334 ath10k_warn(ar, "invalid execute response length (%d)\n", in ath10k_bmi_execute()
339 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute()
341 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi execute result 0x%x\n", *result); in ath10k_bmi_execute()
/linux/tools/testing/selftests/tc-testing/
H A DREADME6 execute them inside a network namespace dedicated to the task.
81 - execute
91 The execute and verify stages each run one command. The execute stage
155 pre- and post-execute stage
191 runs each command in the execute stage under valgrind,
H A DTdcPlugin.py34 '''run command before test-runner does the execute step'''
39 '''run command after test-runner does the execute step'''
52 # elif stage == 'execute':
/linux/tools/memory-model/Documentation/
H A Dexplanation.txt200 P1 loads from flag before loading from buf, since CPUs execute
211 execute before itself, the specified outcome is impossible.
261 important assumption that CPUs execute instructions in the same order
829 First, a fence forces the CPU to execute various instructions in
834 the CPU to execute all po-earlier instructions before any
837 smp_rmb() forces the CPU to execute all po-earlier loads
840 smp_wmb() forces the CPU to execute all po-earlier stores
844 execute the load associated with the fence (e.g., the load
849 execute all po-earlier instructions before the store
1045 There are many situations where a CPU is obliged to execute two
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atpx_handler.c88 * @function: the ATPX function to execute
226 * Execute the ATPX_FUNCTION_VERIFY_INTERFACE ATPX function
271 * Execute the ATPX_FUNCTION_POWER_CONTROL ATPX function to
306 * Execute the ATPX_FUNCTION_DISPLAY_MUX_CONTROL ATPX function to
338 * Execute the ATPX_FUNCTION_I2C_MUX_CONTROL ATPX function to
370 * Execute the ATPX_FUNCTION_GRAPHICS_DEVICE_SWITCH_START_NOTIFICATION ATPX
402 * Execute the ATPX_FUNCTION_GRAPHICS_DEVICE_SWITCH_END_NOTIFICATION ATPX
433 * Execute the necessary ATPX functions to switch between the discrete GPU and
460 * Execute the necessary ATPX function to power down/up the discrete GPU
/linux/drivers/gpu/drm/i915/
H A Di915_sw_fence_work.h49 * dma_fence_work_commit_imm: Commit the fence, and if possible execute locally.
52 * Instead of always scheduling a worker to execute the callback (see
53 * dma_fence_work_commit()), we try to execute the callback immediately in
/linux/include/linux/
H A Dasync.h46 * @func: function to execute asynchronously
59 * @func: function to execute asynchronously
77 * @func: function to execute asynchronously
97 * @func: function to execute asynchronously
/linux/tools/testing/selftests/landlock/
H A Dsandbox-and-launch.c3 * Sandbox itself and execute another program (in a different mount point).
29 * The second argument must be the program to execute. in main()
80 perror("Failed to execute the provided binary"); in main()
/linux/Documentation/livepatch/
H A Dcallbacks.rst6 to execute callback functions when a kernel object is (un)patched. They
69 in-kernel vmlinux targets, this means that callbacks will always execute
71 callbacks will only execute if the target module is loaded. When a
72 module target is (un)loaded, its callbacks will execute only if the
/linux/Documentation/admin-guide/
H A Dmono.rst4 To configure Linux to automatically execute Mono-based .NET binaries
8 This will allow you to execute Mono-based .NET binaries just like any
70 that the ``.exe`` file has execute permissions.
/linux/Documentation/sound/designs/
H A Dtracepoints.rst39 value to these parameters, then execute ioctl(2) with SNDRV_PCM_IOCTL_HW_REFINE
85 with SNDRV_PCM_INFO_XXX. Typically, applications execute ioctl(2) with
87 of parameters and execute ioctl(2) with SNDRV_PCM_IOCTL_HW_PARAMS to
114 applications execute ioctl(2) with SNDRV_PCM_HW_REFINE or SNDRV_PCM_HW_PARAMS.

12345678910>>...49