/linux-6.12.1/security/ipe/ |
D | policy_tests.c | 47 " \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-6.12.1/tools/perf/scripts/python/ |
D | event_analyzing_sample.py | 48 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-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
D | exception.json | 12 …execute 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-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
D | exception.json | 12 …execute 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-6.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
D | exception.json | 12 …execute 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-6.12.1/arch/powerpc/mm/book3s64/ |
D | pkeys.c | 168 * execute only key. Mark it unavailable. in pkey_early_init_devtree() 180 * Allow execute in IAMR. in pkey_early_init_devtree() 395 * If the currently associated pkey is execute-only, but the requested in __arch_override_mprotect_pkey() 396 * protection is not execute-only, move it back to the default pkey. in __arch_override_mprotect_pkey() 402 * The requested protection is execute-only. Hence let's use an in __arch_override_mprotect_pkey() 403 * execute-only pkey. in __arch_override_mprotect_pkey() 415 static bool pkey_access_permitted(int pkey, bool write, bool execute) in pkey_access_permitted() argument 421 if (execute) in pkey_access_permitted() 431 bool arch_pte_access_permitted(u64 pte, bool write, bool execute) in arch_pte_access_permitted() argument 436 return pkey_access_permitted(pte_to_pkey_bits(pte), write, execute); in arch_pte_access_permitted() [all …]
|
/linux-6.12.1/tools/testing/selftests/powerpc/mm/ |
D | pkey_siginfo.c | 71 * If the current fault occurred due to lack of execute rights, in segv_handler() 72 * reassociate the page with the exec-only pkey since execute in segv_handler() 109 /* No read, write and execute restrictions */ in protect() 159 (rights == PKEY_DISABLE_EXECUTE) ? "execute" : in protect_access() 165 * pkey and read, write or execute from it in protect_access() 204 /* Execute protection test */ in protect_access() 206 /* Jump to the region and execute instructions */ in protect_access() 285 * attempting to read, write or execute instructions from a in test() 314 /* Setup and start protect and protect-and-execute threads */ in test() 315 puts("starting thread pair (protect, protect-and-execute)"); in test()
|
/linux-6.12.1/arch/x86/mm/ |
D | pkeys.c | 20 /* Do we need to assign a pkey for mm's execute-only maps? */ in __execute_only_pkey() 32 * first and assume that if the execute-only pkey is in __execute_only_pkey() 49 * 0 and effectively disable execute-only support. in __execute_only_pkey() 86 * The mapping is execute-only. Go try to get the in __arch_override_mprotect_pkey() 87 * execute-only protection key. If we fail to do that, in __arch_override_mprotect_pkey() 88 * fall through as if we do not have execute-only in __arch_override_mprotect_pkey() 107 * setup execute-only), inherit the pkey from the VMA we in __arch_override_mprotect_pkey()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | kernel-per-CPU-kthreads.rst | 64 1. Use irq affinity to force the irq threads to execute on 85 Execute softirq handlers when threaded or when under heavy load. 97 both kernel threads and interrupts to execute elsewhere. 171 forcing both kernel threads and interrupts to execute elsewhere. 182 kernel threads and interrupts to execute elsewhere. 206 to execute elsewhere. 220 to execute elsewhere. 226 Execute workqueue requests 294 Execute RCU callbacks in CONFIG_RCU_BOOST=y kernels. 306 CPUs that might execute within the kernel. [all …]
|
/linux-6.12.1/tools/power/pm-graph/ |
D | sleepgraph.8 | 12 image built with a few extra options enabled, the tool will execute a 58 will execute the suspend via turbostat and collect data in the timeline log. 126 Execute \fIn\fR consecutive tests at \fId\fR second intervals. 128 Execute tests continuously over \fIn\fR days, hours, or minutes at \fId\fR second intervals. 283 Execute a mem suspend with a 15 second wakeup. Include the logs in the html. 287 Execute a standby with a 15 second wakeup. Change the output folder name. 291 Execute a freeze with no wakeup (require keypress). Change output folder name. 297 Execute a suspend & include dev mode source calls, limit callbacks to 5ms or larger. 305 Execute a suspend using a custom command.
|
/linux-6.12.1/Documentation/admin-guide/pm/ |
D | intel-speed-select.rst | 45 To get help with the tool, execute the command below:: 60 To check the current platform and driver capabilities, execute:: 97 profiles, execute the command below:: 122 To check if the system is locked, execute the following command:: 141 To get properties of a specific performance level (For example for the level 0, below), execute the… 169 understand more, execute "intel-speed-select perf-profile info" for performance 196 To get the current performance level, execute:: 241 To the change the performance level to 4, execute:: 341 To enable and check the options, execute:: 369 To enable with the platform default priority type, execute:: [all …]
|
/linux-6.12.1/drivers/s390/char/ |
D | tape_std.c | 167 /* execute it */ in tape_std_read_block_id() 281 /* execute it */ in tape_std_mtfsf() 306 /* execute it */ in tape_std_mtfsr() 338 /* execute it */ in tape_std_mtbsr() 368 /* execute it */ in tape_std_mtweof() 393 /* execute it */ in tape_std_mtbsfm() 417 /* execute it */ in tape_std_mtbsf() 448 /* execute it */ in tape_std_mtfsfm() 477 /* execute it */ in tape_std_mtrew() 499 /* execute it */ in tape_std_mtoffl() [all …]
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | init.h | 15 u8 execute; member 29 .execute = 1, \ 36 int nvbios_post(struct nvkm_subdev *, bool execute);
|
/linux-6.12.1/scripts/gdb/linux/ |
D | symbols.py | 39 show_pagination = gdb.execute("show pagination", to_string=True) 41 gdb.execute("set pagination off") 51 gdb.execute("set pagination %s" % ("on" if pagination else "off")) 135 gdb.execute(cmdline, to_string=True) 157 gdb.execute("symbol-file", to_string=True) 158 gdb.execute("symbol-file {0}".format(orig_vmlinux))
|
/linux-6.12.1/drivers/nvme/target/ |
D | fabrics-cmd.c | 91 req->execute = nvmet_execute_prop_set; in nvmet_parse_fabrics_admin_cmd() 94 req->execute = nvmet_execute_prop_get; in nvmet_parse_fabrics_admin_cmd() 98 req->execute = nvmet_execute_auth_send; in nvmet_parse_fabrics_admin_cmd() 101 req->execute = nvmet_execute_auth_receive; in nvmet_parse_fabrics_admin_cmd() 121 req->execute = nvmet_execute_auth_send; in nvmet_parse_fabrics_io_cmd() 124 req->execute = nvmet_execute_auth_receive; in nvmet_parse_fabrics_io_cmd() 363 req->execute = nvmet_execute_admin_connect; in nvmet_parse_connect_cmd() 365 req->execute = nvmet_execute_io_connect; in nvmet_parse_connect_cmd()
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | nseval.c | 23 * 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()
|
D | psxface.c | 66 * 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
|
D | dbexec.c | 89 * 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 …]
|
/linux-6.12.1/tools/testing/selftests/tc-testing/ |
D | README | 6 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,
|
/linux-6.12.1/drivers/net/wireless/ath/ath10k/ |
D | bmi.c | 309 u32 cmdlen = sizeof(cmd.id) + sizeof(cmd.execute); in ath10k_bmi_execute() 310 u32 resplen = sizeof(resp.execute); in ath10k_bmi_execute() 313 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi execute address 0x%x param 0x%x\n", in ath10k_bmi_execute() 322 cmd.execute.addr = __cpu_to_le32(address); in ath10k_bmi_execute() 323 cmd.execute.param = __cpu_to_le32(param); in ath10k_bmi_execute() 331 if (resplen < sizeof(resp.execute)) { in ath10k_bmi_execute() 332 ath10k_warn(ar, "invalid execute response length (%d)\n", in ath10k_bmi_execute() 337 *result = __le32_to_cpu(resp.execute.result); in ath10k_bmi_execute() 339 ath10k_dbg(ar, ATH10K_DBG_BMI, "bmi execute result 0x%x\n", *result); in ath10k_bmi_execute()
|
/linux-6.12.1/Documentation/bpf/ |
D | bpf_prog_run.rst | 19 execute a BPF program in the kernel and return the results to userspace. This 21 as way to explicitly execute programs in the kernel for their side effects. The 25 The ``BPF_PROG_RUN`` command can be used to execute BPF programs of the 46 execute the program and return the results to userspace. Note that programs will 56 which can be used to execute XDP programs in a way where packets will actually
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_sw_fence_work.h | 49 * 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-6.12.1/drivers/gpu/drm/radeon/ |
D | radeon_atpx_handler.c | 88 * @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-6.12.1/include/linux/ |
D | async.h | 46 * @func: function to execute asynchronously 59 * @func: function to execute asynchronously 77 * @func: function to execute asynchronously 97 * @func: function to execute asynchronously
|
/linux-6.12.1/tools/memory-model/Documentation/ |
D | explanation.txt | 200 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 …]
|