/linux/security/ipe/ |
H A 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/tools/perf/scripts/python/ |
H A 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/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/ |
H A 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/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/ |
H A 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/arch/powerpc/mm/book3s64/ |
H A 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/arch/x86/mm/ |
H A 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/Documentation/admin-guide/pm/ |
H A 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/drivers/s390/char/ |
H A 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/drivers/acpi/acpica/ |
H A 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()
|
H A 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 …]
|
H A 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
|
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | init.h | 15 u8 execute; member 29 .execute = 1, \ 36 int nvbios_post(struct nvkm_subdev *, bool execute);
|
/linux/drivers/nvme/target/ |
H A D | fabrics-cmd.c | 110 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() 418 req->execute = nvmet_execute_admin_connect; in nvmet_parse_connect_cmd() 420 req->execute = nvmet_execute_io_connect; in nvmet_parse_connect_cmd()
|
H A D | passthru.c | 343 * non-trivial effects, make sure to execute the command synchronously in nvmet_passthru_execute_cmd() 411 req->execute = nvmet_passthru_execute_cmd; in nvmet_setup_passthru_command() 503 req->execute = nvmet_execute_async_event; in nvmet_parse_passthru_admin_cmd() 511 req->execute = nvmet_execute_keep_alive; in nvmet_parse_passthru_admin_cmd() 519 req->execute = nvmet_execute_set_features; in nvmet_parse_passthru_admin_cmd() 522 req->execute = nvmet_passthru_set_host_behaviour; in nvmet_parse_passthru_admin_cmd() 534 req->execute = nvmet_execute_get_features; in nvmet_parse_passthru_admin_cmd() 545 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd() 553 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd() 559 req->execute = nvmet_passthru_execute_cmd; in nvmet_parse_passthru_admin_cmd()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A 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/tools/testing/selftests/tc-testing/ |
H A 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,
|
H A D | TdcPlugin.py | 34 '''run command before test-runner does the execute step''' 39 '''run command after test-runner does the execute step''' 52 # elif stage == 'execute':
|
/linux/Documentation/bpf/ |
H A 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/drivers/gpu/drm/i915/ |
H A 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/drivers/gpu/drm/radeon/ |
H A 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/tools/memory-model/Documentation/ |
H A 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 …]
|
/linux/include/linux/ |
H A 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/tools/testing/selftests/landlock/ |
H A D | sandbox-and-launch.c | 3 * 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/power/ |
H A D | runtime_pm.rst | 167 (1) The callbacks are mutually exclusive (e.g. it is forbidden to execute 175 devices (i.e. the PM core will only execute ->runtime_idle() or 185 PM core will only execute ->runtime_resume() for the devices the runtime 192 to execute it, ->runtime_idle() will not be executed for the same device. 194 * A request to execute or to schedule the execution of ->runtime_suspend() 195 will cancel any pending requests to execute ->runtime_idle() for the same 199 to execute it, the other callbacks will not be executed for the same device. 201 * A request to execute ->runtime_resume() will cancel any pending or 202 scheduled requests to execute the other callbacks for the same device, 320 - execute the subsystem-level idle callback for the device; returns an [all …]
|
/linux/Documentation/livepatch/ |
H A D | callbacks.rst | 6 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
|