/Linux-v5.4/tools/scripts/ |
D | utilities.mak | 139 # Usage: absolute-executable-path-or-empty = $(call lookup,path) 147 # is-executable 149 # Usage: bool-value = $(call is-executable,path) 154 is-executable = $(call _is-executable-helper,$(shell-sq)) 155 _is-executable-helper = $(shell sh -c $(_is-executable-sh)) 156 _is-executable-sh = $(call shell-sq,test -f $(1) -a -x $(1) && echo y) 158 # get-executable 160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path) 162 # The goal is to get an absolute path for an executable; 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) [all …]
|
/Linux-v5.4/Documentation/admin-guide/hw-vuln/ |
D | multihit.rst | 104 non-executable pages. This forces all iTLB entries to be 4K, and removes 108 as non-executable. If the guest attempts to execute in one of those pages, 109 the page is broken down into 4K pages, which are then marked executable. 116 non-executable in all shadow paging modes. 122 non-executable can be controlled with a module parameter "nx_huge_pages=". 130 non-executable huge pages in Linux kernel KVM module. All huge 131 pages in the EPT are marked as non-executable. 133 broken down into 4K pages, which are then marked executable.
|
/Linux-v5.4/tools/perf/scripts/perl/Perf-Trace-Util/ |
D | README | 11 executable; scripts wishing to do that should 'use Context.pm'. 15 perf executable, you add desciptions of the new functions here. 16 scripting_context is a pointer to the perf data in the perf executable
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | Makefile | 48 _tmp_tool_path := $(call get-executable,$(ASCIIDOC)) 54 _tmp_tool_path := $(call get-executable,$(XMLTO))
|
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
D | vmx.c | 23 uint64_t executable:1; member 428 pml4e[index[3]].executable = true; in nested_pg_map() 440 pdpe[index[2]].executable = true; in nested_pg_map() 452 pde[index[1]].executable = true; in nested_pg_map() 461 pte[index[0]].executable = true; in nested_pg_map()
|
/Linux-v5.4/tools/kvm/kvm_stat/ |
D | Makefile | 11 a2x_path := $(call get-executable,$(A2X))
|
/Linux-v5.4/Documentation/admin-guide/ |
D | perf-security.rst | 95 group to Perf tool executable and limit access to the executable for 110 2. Assign the required capabilities to the Perf tool executable file and 124 tool executable that, when executes, passes perf_events subsystem scope 213 executable with CAP_IPC_LOCK capability.
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_bpftool_build.sh | 41 find $dir -type f -executable -name bpftool -print -exec false {} + && \
|
/Linux-v5.4/Documentation/networking/device_drivers/qlogic/ |
D | LICENSE.qlcnic | 145 under Section 2) in object code or executable form under the terms of 162 received the program in object code or executable form with such 166 making modifications to it. For an executable work, complete source 169 control compilation and installation of the executable. However, as a 173 operating system on which the executable runs, unless that component 174 itself accompanies the executable. 176 If distribution of executable or object code is made by offering
|
D | LICENSE.qlge | 145 under Section 2) in object code or executable form under the terms of 162 received the program in object code or executable form with such 166 making modifications to it. For an executable work, complete source 169 control compilation and installation of the executable. However, as a 173 operating system on which the executable runs, unless that component 174 itself accompanies the executable. 176 If distribution of executable or object code is made by offering
|
/Linux-v5.4/Documentation/scsi/ |
D | LICENSE.qla2xxx | 147 under Section 2) in object code or executable form under the terms of 164 received the program in object code or executable form with such 168 making modifications to it. For an executable work, complete source 171 control compilation and installation of the executable. However, as a 175 operating system on which the executable runs, unless that component 176 itself accompanies the executable. 178 If distribution of executable or object code is made by offering
|
D | LICENSE.qla4xxx | 146 under Section 2) in object code or executable form under the terms of 163 received the program in object code or executable form with such 167 making modifications to it. For an executable work, complete source 170 control compilation and installation of the executable. However, as a 174 operating system on which the executable runs, unless that component 175 itself accompanies the executable. 177 If distribution of executable or object code is made by offering
|
/Linux-v5.4/LICENSES/preferred/ |
D | LGPL-2.1 | 235 it, under Section 2) in object code or executable form under the terms 254 an executable that is a derivative of the Library (because it contains 256 library". The executable is therefore covered by this License. Section 6 295 and, if the work is an executable linked with the Library, with the 298 then relink to produce a modified executable containing the modified 306 than copying library functions into the executable, and (2) will 323 For an executable, the required form of the "work that uses the Library" 325 executable from it. However, as a special exception, the materials to be 328 kernel, and so on) of the operating system on which the executable runs, 329 unless that component itself accompanies the executable. [all …]
|
D | LGPL-2.0 | 88 a textual and legal sense, the linked executable is a combined work, a 225 it, under Section 2) in object code or executable form under the terms 244 an executable that is a derivative of the Library (because it contains 246 library". The executable is therefore covered by this License. Section 6 285 and, if the work is an executable linked with the Library, with the 288 then relink to produce a modified executable containing the modified 305 For an executable, the required form of the "work that uses the Library" 307 executable from it. However, as a special exception, the source code 310 kernel, and so on) of the operating system on which the executable runs, 311 unless that component itself accompanies the executable. [all …]
|
D | GPL-2.0 | 154 under Section 2) in object code or executable form under the terms of 171 received the program in object code or executable form with such 175 making modifications to it. For an executable work, complete source 178 control compilation and installation of the executable. However, as a 182 operating system on which the executable runs, unless that component 183 itself accompanies the executable. 185 If distribution of executable or object code is made by offering
|
/Linux-v5.4/scripts/dtc/ |
D | dtx_diff | 295 is not executable. 312 Fallback '${__DTC}' was also not in \${PATH} or is not executable.
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,trx.txt | 14 device executable binary (e.g. a kernel) as it's what the CFE bootloader starts
|
/Linux-v5.4/tools/usb/usbip/ |
D | COPYING | 135 under Section 2) in object code or executable form under the terms of 152 received the program in object code or executable form with such 156 making modifications to it. For an executable work, complete source 159 control compilation and installation of the executable. However, as a 163 operating system on which the executable runs, unless that component 164 itself accompanies the executable. 166 If distribution of executable or object code is made by offering
|
/Linux-v5.4/drivers/staging/rtl8192u/ |
D | copying | 135 under Section 2) in object code or executable form under the terms of 152 received the program in object code or executable form with such 156 making modifications to it. For an executable work, complete source 159 control compilation and installation of the executable. However, as a 163 operating system on which the executable runs, unless that component 164 itself accompanies the executable. 166 If distribution of executable or object code is made by offering
|
/Linux-v5.4/arch/arm/boot/compressed/ |
D | efi-header.S | 16 @ ARM/Linux boot protocol expects an executable instruction
|
/Linux-v5.4/tools/perf/ |
D | Makefile.config | 181 ifeq ($(call get-executable,$(FLEX)),) 185 ifeq ($(call get-executable,$(BISON)),) 219 PYTHON2 := $(if $(call get-executable,python2),python2,python) 220 override PYTHON := $(call get-executable-or-default,PYTHON,$(PYTHON2)) 222 $(if $(call get-executable,$(PYTHON)-config),$(PYTHON)-config,python-config) 224 $(call get-executable-or-default,PYTHON_CONFIG,$(PYTHON2_CONFIG))
|
/Linux-v5.4/arch/x86/include/asm/ |
D | efi.h | 122 extern void __init efi_set_executable(efi_memory_desc_t *md, bool executable);
|
/Linux-v5.4/Documentation/ |
D | Makefile | 29 …or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.)
|
/Linux-v5.4/tools/perf/Documentation/ |
D | Makefile | 81 _tmp_tool_path := $(call get-executable,$(ASCIIDOC)) 87 _tmp_tool_path := $(call get-executable,$(XMLTO))
|
/Linux-v5.4/Documentation/filesystems/ |
D | romfs.txt | 109 the file; while bit 4 shows if the file is executable or not. The 111 and world executable if it is; except the character and block devices, 132 using the executable bits for special purposes on the socket and fifo
|