Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/Linux-v6.6/drivers/gpu/drm/amd/display/
DMakefile32 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc
33 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync
34 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color
35 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet
36 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power
39 subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp
44 DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src
46 DAL_LIBS += modules/hdcp
/Linux-v6.6/kernel/module/
DKconfig4 modules
6 Kernel modules are small pieces of compiled code which can
10 many parts of the kernel can be built as modules (by
17 modules_install" to put the modules under /lib/modules/
33 modules. You don't need these options on production systems.
43 For example, size of all modules, average size, text size, a list
44 of failed modules and the size for each of those. For failed
45 modules we keep track of modules which failed due to either the
51 with loading modules when it shouldn't or if you want to help
53 You might want to do this because failed modules tend to use
[all …]
/Linux-v6.6/scripts/
DMakefile.modinst19 install-$(CONFIG_MODULES) += $(addprefix $(MODLIB)/, build modules.order)
27 $(MODLIB)/modules.order: modules.order FORCE
34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo)
36 $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo): $(MODLIB)/%: % FORCE
41 modules := $(call read-file, $(MODORDER))
58 modules := $(patsubst $(extmod_prefix)%.o, $(dst)/%.ko$(suffix-y), $(modules))
59 install-$(CONFIG_MODULES) += $(modules)
DMakefile.vmlinux_o4 __default: vmlinux.o modules.builtin.modinfo modules.builtin
70 targets += modules.builtin.modinfo
71 modules.builtin.modinfo: vmlinux.o FORCE
85 targets += modules.builtin
86 modules.builtin: modules.builtin.modinfo FORCE
DMakefile.modfinal16 modules := $(call read-file, $(MODORDER))
18 __modfinal: $(modules:%.o=%.ko)
64 targets += $(modules:%.o=%.ko) $(modules:%.o=%.mod.o)
DMakefile.build73 subdir-modorder := $(sort $(filter %/modules.order, $(obj-m)))
85 targets-for-modules := $(foreach x, o mod, \
89 targets-for-modules += $(obj)/modules.order
92 targets += $(targets-for-builtin) $(targets-for-modules)
221 …2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modname-multi)…
389 $(subdir-modorder): $(obj)/%/modules.order: $(obj)/% ;
414 $(if $(filter %/modules.order, $m), cat $m, echo $m);) :; } \
417 $(obj)/modules.order: $(obj-m) FORCE
462 $(if $(KBUILD_MODULES), $(targets-for-modules)) \
482 need-modorder=$(if $(filter $@/modules.order, $(subdir-modorder)),1) \
/Linux-v6.6/Documentation/admin-guide/
Dmodule-signing.rst10 .. - Manually signing modules.
11 .. - Signed modules and stripping.
12 .. - Loading signed modules.
13 .. - Non-valid signatures and unsigned modules.
21 The kernel module signing facility cryptographically signs modules during
23 allows increased kernel security by disallowing the loading of unsigned modules
24 or modules signed with an invalid key. Module signing increases security by
49 (1) :menuselection:`Require modules to be validly signed`
55 If this is off (ie. "permissive"), then modules for which the key is not
56 available and modules that are unsigned are permitted, but the kernel will
[all …]
/Linux-v6.6/Documentation/kbuild/
Dmodules.rst28 --- 6.1 Symbols From the Kernel (vmlinux + modules)
41 to pick up the right flags to "gcc." Functionality for building modules
43 either is similar, and all modules are initially developed and built
47 in building out-of-tree (or "external") modules. The author of an
57 To build external modules, you must have a prebuilt kernel available
59 Also, the kernel must have been built with modules enabled. If you are
66 building external modules.
84 $ make -C /lib/modules/`uname -r`/build M=$PWD
89 $ make -C /lib/modules/`uname -r`/build M=$PWD modules_install
124 modules
[all …]
Dkbuild.rst9 modules.order
11 This file records the order in which modules appear in Makefiles. This
13 multiple modules.
15 modules.builtin
17 This file lists all modules that are built into the kernel. This is used
20 modules.builtin.modinfo
22 This file contains modinfo from all modules that are built into the kernel.
37 Additional options to the assembler (for built-in and modules).
41 Additional assembler options for modules.
49 Additional options to the C compiler (for built-in and modules).
[all …]
/Linux-v6.6/Documentation/admin-guide/LSM/
Dindex.rst8 loadable kernel modules. Instead, they are selectable at build-time via
20 The Linux capabilities modules will always be included. This may be
21 followed by any number of "minor" modules and at most one "major" module.
25 A list of the active security modules can be found by reading
29 be first, followed by any "minor" modules (e.g. Yama) and then
32 Process attributes associated with "major" security modules should
37 in ``/proc/.../attr`` remain as legacy interfaces for modules that provide
/Linux-v6.6/scripts/package/
Dbuilddeb130 for module in $(find ${image_pdir}/lib/modules/ -name *.ko -printf '%P\n'); do
131 module=lib/modules/${module}
149 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
150 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
153 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE}
155 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE}
166 mkdir -p $pdir/lib/modules/$version/
167 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
Dkernel.spec41 Summary: Development package for building kernel modules to match the %{version} kernel
45 This package provides kernel headers and makefiles sufficient to build modules
70 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build
101 /lib/modules/%{KERNELRELEASE}
102 %exclude /lib/modules/%{KERNELRELEASE}/build
113 /lib/modules/%{KERNELRELEASE}/build
/Linux-v6.6/tools/testing/crypto/chacha20-s390/
DMakefile10 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) modules
12 make -C /lib/modules/$(shell uname -r)/build/ M=$(PWD) clean
/Linux-v6.6/samples/
DKconfig14 tristate "Build trace_events examples -- loadable modules only"
20 tristate "Build custom trace event example -- loadable modules only"
67 different kobject sample modules showing how to use kobjects,
73 tristate "Build kprobes examples -- loadable modules only"
76 This build several kprobes example modules.
79 tristate "Build kretprobes example -- loadable modules only"
87 This builds kernel hardware breakpoint example modules.
90 tristate "Build fprobe examples -- loadable modules only"
97 tristate "Build kfifo examples -- loadable modules only"
101 different kfifo sample modules showing how to use the
[all …]
/Linux-v6.6/Documentation/i2c/busses/
Di2c-taos-evm.rst7 This is a driver for the evaluation modules for TAOS I2C/SMBus chips.
8 The modules include an SMBus master with limited capabilities, which can
9 be controlled over the serial port. Virtually all evaluation modules
38 modules:
48 practice, as these modules are meant for evaluation and testing only.
/Linux-v6.6/tools/power/cpupower/debug/kernel/
DMakefile4 KDIR := /lib/modules/$(shell uname -r)/build
5 KMISC := /lib/modules/$(shell uname -r)/cpufrequtils/
16 - rm -rf Module.symvers modules.order
/Linux-v6.6/
D.gitignore55 modules.order
61 /modules-only.symvers
70 /modules.builtin
71 /modules.builtin.modinfo
72 /modules.nsdeps
/Linux-v6.6/Documentation/security/
Dlsm.rst33 framework could then be used by loadable kernel modules to implement any
50 security modules. In particular, the LSM framework is primarily focused
51 on supporting access control modules, although future development is
54 the infrastructure to support security modules. The LSM framework is
63 It also adds functions for registering security modules.
65 of security modules that are active on the system.
69 the framework or by the individual security modules that use it.
87 ``include/linux/shm.h`` as appropriate) to allow the security modules to
95 32-bit integer. The security modules are required to map or otherwise
130 blobs, unlike other modules. The reasons are historical and are
/Linux-v6.6/sound/soc/sof/
Dipc4-loader.c83 fw_lib->modules = devm_kmalloc_array(sdev->dev, fw_header->num_module_entries, in sof_ipc4_fw_parse_ext_man()
85 if (!fw_lib->modules) in sof_ipc4_fw_parse_ext_man()
90 fw_module = fw_lib->modules; in sof_ipc4_fw_parse_ext_man()
218 fw_lib->modules[i].man4_module_entry.id |= (lib_id << SOF_IPC4_MOD_LIB_ID_SHIFT); in sof_ipc4_load_library_by_uuid()
253 devm_kfree(sdev->dev, fw_lib->modules); in sof_ipc4_load_library_by_uuid()
275 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid()
276 return &fw_lib->modules[i]; in sof_ipc4_find_module_by_uuid()
299 if (guid_equal(uuid, &fw_lib->modules[i].man4_module_entry.uuid)) in sof_ipc4_find_module_by_uuid()
300 return &fw_lib->modules[i]; in sof_ipc4_find_module_by_uuid()
/Linux-v6.6/drivers/gpu/drm/ci/
Digt_runner.sh25 mv /install/modules/lib/modules/* /lib/modules/.
Dbuild.sh98 make modules
99 mkdir -p install/modules/
100 INSTALL_MOD_PATH=install/modules/ make modules_install
149 rm -rf artifacts/install/modules
/Linux-v6.6/Documentation/
Ddontdiff180 modules-only.symvers
181 modules.builtin
182 modules.builtin.modinfo
183 modules.nsdeps
184 modules.order
/Linux-v6.6/Documentation/driver-api/media/drivers/
Dpvrusb2.rst63 To build these modules essentially amounts to just running "Make",
115 modules should have any business using this header. All external
130 pvrusb2-i2c-chips-\*.c - These modules implement the glue logic to
131 tie together and configure various I2C modules as they attach to
136 V4L, where we might encounter other possibly "challenging" modules
137 from ivtv or older kernel snapshots (or even the support modules
141 compatible commands to the I2C modules. It is here where state
143 commands that are in turn send to the various I2C modules.
146 compatible commands to the I2C modules. It is here where state
148 commands that are in turn send to the various I2C modules.
[all …]
/Linux-v6.6/mm/damon/
DMakefile8 obj-$(CONFIG_DAMON_RECLAIM) += modules-common.o reclaim.o
9 obj-$(CONFIG_DAMON_LRU_SORT) += modules-common.o lru_sort.o
/Linux-v6.6/drivers/staging/media/sunxi/sun6i-isp/
DTODO.txt3 modules and description of the statistics data structures;
6 statistics and adapt hardware modules configuration accordingly;

12345678910>>...23