Home
last modified time | relevance | path

Searched refs:installed (Results 1 – 25 of 161) sorted by relevance

1234567

/linux/tools/testing/selftests/wireguard/qemu/
H A DMakefile283 USERSPACE_DEPS := $(TOOLCHAIN_PATH)/.installed $(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed
311 $(BUILD_PATH)/init-cpio-spec.txt: $(TOOLCHAIN_PATH)/.installed $(BUILD_PATH)/init
332 $(KERNEL_BUILD_PATH)/.config: $(TOOLCHAIN_PATH)/.installed kernel.config arch/$(ARCH).config
341 $(KERNEL_BZIMAGE): $(TOOLCHAIN_PATH)/.installed $(KERNEL_BUILD_PATH)/.config $(BUILD_PATH)/init-cpio-spec.txt $(IPERF_PATH)/src/iperf3 $(IPUTILS_PATH)/ping $(BASH_PATH)/bash $(IPROUTE2_PATH)/misc/ss $(IPROUTE2_PATH)/ip/ip $(IPTABLES_PATH)/iptables/xtables-legacy-multi $(NMAP_PATH)/ncat/ncat $(WIREGUARD_TOOLS_PATH)/src/wg $(BUILD_PATH)/init
345 $(TOOLCHAIN_PATH)/$(CHOST)/include/linux/.installed: | $(KERNEL_BUILD_PATH)/.config $(TOOLCHAIN_PATH)/.installed
352 $(TOOLCHAIN_PATH)/.installed: $(TOOLCHAIN_TAR)
362 $(IPERF_PATH)/.installed: $(IPERF_TAR)
369 $(IPERF_PATH)/src/iperf3: | $(IPERF_PATH)/.installed
[all...]
/linux/arch/s390/kernel/diag/
H A Ddiag324.c46 u64 installed : 32; member
205 unsigned long installed; in diag324_init() local
212 installed = res.response; in diag324_init()
213 if (!test_bit_inv(DIAG324_SUBC_1, &installed)) in diag324_init()
215 if (!test_bit_inv(DIAG324_SUBC_2, &installed)) in diag324_init()
/linux/Documentation/livepatch/
H A Dsystem-state.rst17 done by the already installed livepatches.
33 already installed livepatches.
63 already installed livepatches.
77 already installed livepatches.
116 are already provided by previously installed livepatches.
162 Therefore it does not need to care about any previously installed
167 has to handle the state of the previously installed livepatches.
H A Dcumulative-patches.rst7 an order in which the patches will be installed. And function implementations
40 Users could keep only the last patch installed on the system after
/linux/Documentation/hwmon/
H A Dltc4260.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
H A Dltc4261.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
H A Dltc2945.rst44 registers. If a set of voltage divider resistors is installed, calculate the
51 is installed. If a different sense resistor is installed, calculate the real
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_irq.c348 adev->irq.installed = true; in amdgpu_irq_init()
365 if (adev->irq.installed) { in amdgpu_irq_fini_hw()
367 adev->irq.installed = false; in amdgpu_irq_fini_hw()
627 if (!adev->irq.installed) in amdgpu_irq_get()
661 if (!adev->irq.installed) in amdgpu_irq_put()
695 if (!adev->irq.installed) in amdgpu_irq_enabled()
/linux/tools/power/cpupower/bindings/python/
H A DREADME13 * The SWIG program must be installed.
14 * The Python's development libraries must be installed.
17 installed on your machine by checking the SWIG changelog on their website.
/linux/tools/perf/tests/
H A Dmake250 # We prefix all installed files for make_install_prefix(_slash)
251 # with '/tmp/krava' to match installed/prefix-ed files.
259 # FIXME nothing gets installed
263 # FIXME nothing gets installed
267 # FIXME nothing gets installed
271 # FIXME nothing gets installed
275 # FIXME nothing gets installed
/linux/Documentation/bpf/libbpf/
H A Dlibbpf_build.rst7 against and must be installed on the system for applications to work.
31 dependency installed in /build/root/ and install them together with libbpf
/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst55 Diagnostic program for displaying installed Moxa
69 This version of driver can be installed as a Loadable Module (Module driver)
81 - Maximum 4 boards can be installed in combination
100 4 Moxa Smartio/Industio PCI Family multiport boards can be installed
110 Device naming when more than 2 boards installed
/linux/kernel/irq/
H A Dgeneric-chip.c462 if (test_bit(idx, &gc->installed)) in irq_map_generic_chip()
469 if (!gc->installed) { in irq_map_generic_chip()
475 set_bit(idx, &gc->installed); in irq_map_generic_chip()
505 clear_bit(irq_idx, &gc->installed); in irq_unmap_generic_chip()
645 if (!gc->installed) in irq_gc_get_irq_data()
648 virq = irq_find_mapping(gc->domain, gc->irq_base + __ffs(gc->installed)); in irq_gc_get_irq_data()
/linux/tools/power/cpupower/
H A DREADME103 The files will be installed to the following dirs:
131 'uninstall' target is intended for removing installed files from the
151 Use 'DESTDIR' command line variable to uninstall previously installed files
191 unit must have been installed in one of the system unit search path directories
/linux/samples/bpf/
H A DREADME.rst16 Compiling requires having installed:
106 Headers can be also installed on RFS of target board if need to keep them in
111 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
/linux/Documentation/kbuild/
H A Dheaders_install.rst14 installed at the default location /usr/include and the kernel headers in
41 headers are installed in 'INSTALL_HDR_PATH/include'.
/linux/fs/fuse/
H A DKconfig14 installed if you've installed the "fuse" package itself.
/linux/kernel/bpf/preload/iterators/
H A DREADME6 Make sure to have clang 10 installed.
/linux/drivers/staging/most/dim2/
H A DKconfig13 platform driver to be installed. For more information contact
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi-esrt54 Description: The version of the firmware currently installed. This is a
60 Description: The lowest version of the firmware that can be installed.
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/tests/
H A Damdgpu_dm_crtc_test.c986 adev->irq.installed = true; in dm_test_crtc_enable_vblank_full_path()
1057 adev->irq.installed = false; in dm_test_crtc_enable_vblank_crtc_irq_error()
1078 adev->irq.installed = true; in dm_test_crtc_enable_vblank_in_reset()
1112 adev->irq.installed = true; in dm_test_crtc_enable_vblank_queues_work()
1172 adev->irq.installed = true; in dm_test_crtc_enable_vblank_ips_restore()
1223 adev->irq.installed = true; in dm_test_crtc_enable_vblank_ips_restore_replay()
1727 adev->irq.installed = false; in dm_test_crtc_disable_vblank_no_irq_installed()
1762 adev->irq.installed = true; in dm_test_crtc_disable_vblank_vrr()
1813 adev->irq.installed = true; in dm_test_crtc_disable_vblank_queues_work()
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst192 installed on the switch port in question either using ''bridge'' or by creating
197 Error: VLAN must be installed on the switch port.
209 installed on the port it will get dropped.
212 mirror rules can be installed but their ''to'' port has to be the same::
/linux/drivers/net/wireless/intel/iwlegacy/
H A DKconfig27 The microcode is typically installed in /lib/firmware. You can
54 The microcode is typically installed in /lib/firmware. You can
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-gta04a3.dts14 /* alternate accelerometer that might be installed on some GTA04A3 boards */
/linux/drivers/parisc/
H A DREADME.dino6 ** equipped with third-party or customer-installed PCI I/O expansion

1234567