Home
last modified time | relevance | path

Searched refs:builtin (Results 1 – 25 of 77) sorted by relevance

1234

/linux-6.12.1/tools/perf/
DBuild1 perf-bench-y += builtin-bench.o
2 perf-y += builtin-annotate.o
3 perf-y += builtin-check.o
4 perf-y += builtin-config.o
5 perf-y += builtin-diff.o
6 perf-y += builtin-evlist.o
7 perf-y += builtin-ftrace.o
8 perf-y += builtin-help.o
9 perf-y += builtin-buildid-list.o
10 perf-y += builtin-buildid-cache.o
[all …]
/linux-6.12.1/include/linux/
Dcompiler_attributes.h117 # define __diagnose_as(builtin...) __attribute__((__diagnose_as_builtin__(builtin))) argument
119 # define __diagnose_as(builtin...) argument
/linux-6.12.1/Documentation/arch/arm/sa1100/
Dserial_uart.rst21 > 5 = /dev/ttySA0 SA1100 builtin serial port 0
22 > 6 = /dev/ttySA1 SA1100 builtin serial port 1
23 > 7 = /dev/ttySA2 SA1100 builtin serial port 2
/linux-6.12.1/
D.gitignore71 /modules.builtin
72 /modules.builtin.modinfo
73 /modules.builtin.ranges
/linux-6.12.1/lib/crypto/
DKconfig33 either builtin or as a module.
49 either builtin or as a module.
75 either builtin or as a module.
111 either builtin or as a module.
/linux-6.12.1/rust/macros/
Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
41 let string = if builtin { in emit_base()
63 cfg = if builtin { in emit_base()
/linux-6.12.1/arch/mips/boot/dts/mscc/
Djaguar2_pcb111.dts64 synce_builtin_pins: synce-builtin-pins {
74 cpld_fifo_pins: synce-builtin-pins {
/linux-6.12.1/Documentation/
Ddontdiff181 modules.builtin
182 modules.builtin.modinfo
183 modules.builtin.ranges
/linux-6.12.1/security/tomoyo/
D.gitignore2 builtin-policy.h
/linux-6.12.1/fs/verity/
DKconfig38 bool "FS Verity builtin signature support"
43 fs-verity builtin signatures.
/linux-6.12.1/Documentation/filesystems/
Dfsverity.rst142 - ``sig_size`` is the size of the builtin signature in bytes, or 0 if no
143 builtin signature is provided. Currently the builtin signature is
145 - ``sig_ptr`` is the pointer to the builtin signature, or NULL if no
146 builtin signature is provided. A builtin signature is only needed
173 - ``EBADMSG``: the builtin signature is malformed
183 - ``EKEYREJECTED``: the builtin signature doesn't match the file
184 - ``EMSGSIZE``: the salt or builtin signature is too long
186 needed to verify the builtin signature
195 - ``EPERM``: the file is append-only; or, a builtin signature is
285 - ``FS_VERITY_METADATA_TYPE_SIGNATURE`` reads the builtin signature
[all …]
Dsplice.rst16 Pipe interfaces are all for in-kernel (builtin image) use. They are not
/linux-6.12.1/drivers/staging/octeon/
DKconfig9 This driver supports the builtin ethernet ports on Cavium
/linux-6.12.1/Documentation/arch/sh/
Dbooting.rst9 inter-operate with old bootloaders must either use a builtin DTB or
/linux-6.12.1/tools/objtool/
DBuild7 objtool-y += builtin-check.o
/linux-6.12.1/arch/mips/lantiq/
DKconfig39 The builtin DTB will only be used if the firmware does not supply
/linux-6.12.1/certs/
DKconfig97 bool "Only allow additional certs signed by keys on the builtin trusted keyring"
100 If set, only certificates signed by keys on the builtin trusted
153 they are signed and vouched by a certificate from the builtin trusted
/linux-6.12.1/security/ipe/
DKconfig87 bool "Enable support for fs-verity based on builtin signature"
92 enabled and it has a valid builtin signature whose signing cert
/linux-6.12.1/Documentation/kbuild/
Dkbuild.rst15 modules.builtin
18 by modprobe to not fail when trying to load something builtin.
20 modules.builtin.modinfo
25 modules.builtin.ranges
/linux-6.12.1/lib/kunit/
Dexecutor.c260 void kunit_exec_run_tests(struct kunit_suite_set *suite_set, bool builtin) in kunit_exec_run_tests() argument
264 if (builtin || num_suites) { in kunit_exec_run_tests()
/linux-6.12.1/Documentation/arch/mips/
Dbooting.rst24 DT block. In this case, Linux will look for a builtin DTB, selected via
/linux-6.12.1/arch/mips/bmips/
DKconfig11 The builtin DTB will only be used if the firmware does not supply
/linux-6.12.1/arch/arm/boot/dts/rockchip/
Drk3288-veyron-sdmmc.dtsi42 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
/linux-6.12.1/drivers/media/usb/cx231xx/
DKconfig24 cx231xx hardware has a builtin RX/TX support. However, a few
/linux-6.12.1/arch/x86/kernel/
Dalternative.c1265 s32 *start_cfi, s32 *end_cfi, bool builtin) in __apply_fineibt() argument
1289 if (builtin) { in __apply_fineibt()
1306 if (builtin) in __apply_fineibt()
1315 if (builtin) in __apply_fineibt()
1333 if (builtin) in __apply_fineibt()
1383 s32 *start_cfi, s32 *end_cfi, bool builtin) in __apply_fineibt() argument

1234