Home
last modified time | relevance | path

Searched full:expanded (Results 1 – 25 of 269) sorted by relevance

1234567891011

/linux-6.8/Documentation/kbuild/
Dkconfig-macro-language.rst23 The macro language replaces the variable references with their expanded form,
54 variable is expanded "in place" to yield a text string that may then be
55 expanded further. To get the value of a variable, enclose the variable name in
59 There are two types of variables: simply expanded variables and recursively
60 expanded variables.
62 A simply expanded variable is defined using the := assignment operator. Its
63 righthand side is expanded immediately upon reading the line from the Kconfig
66 A recursively expanded variable is defined using the = assignment operator.
72 variable. The righthand side of += is expanded immediately if the lefthand
83 Useful functions must be expanded when they are used since the same function is
[all …]
/linux-6.8/scripts/kconfig/tests/preprocess/variable/
DKconfig6 # Simply expanded variable.
12 # Recursively expanded variable.
18 # Append something to a simply expanded variable.
24 # Append something to a recursively expanded variable.
31 # This works as a recursively expanded variable.
/linux-6.8/scripts/kconfig/tests/preprocess/escape/
DKconfig23 # The following should print "$(X)". It should not be expanded further.
32 # A simple expanded should not be expanded multiple times.
33 # The following should print "$(X)". It should not be expanded further.
/linux-6.8/arch/x86/include/asm/
Dcpu_device_id.h27 * The name is expanded to X86_VENDOR_@_vendor
55 * The name is expanded to X86_VENDOR_@_vendor
73 * The name is expanded to X86_VENDOR_@vendor
90 * The name is expanded to X86_VENDOR_@vendor
118 * The name is expanded to X86_VENDOR_@vendor
135 * The name is expanded to X86_VENDOR_@vendor
150 * The model name is expanded to INTEL_FAM6_@model internally
/linux-6.8/sound/ppc/
Dawacs.h52 #define MASK_ADDR0 (0x0 << 12) /* Expanded Data Mode Address 0 */
56 #define MASK_ADDR1 (0x1 << 12) /* Expanded Data Mode Address 1 */
60 #define MASK_ADDR2 (0x2 << 12) /* Expanded Data Mode Address 2 */
64 #define MASK_ADDR4 (0x4 << 12) /* Expanded Data Mode Address 4 */
69 #define MASK_ADDR5 (0x5 << 12) /* Expanded Data Mode Address 5 */
70 #define MASK_ADDR6 (0x6 << 12) /* Expanded Data Mode Address 6 */
71 #define MASK_ADDR7 (0x7 << 12) /* Expanded Data Mode Address 7 */
/linux-6.8/arch/loongarch/include/uapi/asm/
Ducontext.h19 /* There's some padding here to allow sigset_t to be expanded in the
22 * expanded, so we didn't want to box ourselves in here. */
/linux-6.8/arch/riscv/include/uapi/asm/
Ducontext.h19 * There's some padding here to allow sigset_t to be expanded in the
22 * expanded, so we didn't want to box ourselves in here.
/linux-6.8/Documentation/core-api/
Dlibrs.rst60 The expanded data can be inverted on the fly by providing a non-zero
61 inversion mask. The expanded data is XOR'ed with the mask. This is used
67 The databytes are expanded to the given symbol size on the fly. There is
97 The databytes are expanded to the given symbol size on the fly. There is
/linux-6.8/include/linux/
Decryptfs.h27 * in-memory representations are expanded hex, so it better adapted to
78 /* Always in expanded hex */
Dargs.h24 /* Concatenate two parameters, but allow them to be expanded beforehand. */
/linux-6.8/include/uapi/linux/
Dkd.h9 #define GIO_FONT 0x4B60 /* gets font in expanded form */
10 #define PIO_FONT 0x4B61 /* use font in expanded form */
17 char __user *chardata; /* font data in expanded form */
/linux-6.8/tools/bootconfig/scripts/
Dftrace2bconf.sh52 …el.fgraph_notrace are not supported, since the wild card expression was expanded and lost from mem…
231 if echo $val | grep -vq "expanded" ; then
250 …el.ftrace.notrace are not supported, since the wild card expression was expanded and lost from mem…
/linux-6.8/drivers/pinctrl/aspeed/
Dpinctrl-aspeed.c173 char *expanded; in get_defined_attribute() local
175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute()
176 if (!expanded) { in get_defined_attribute()
178 return expanded; in get_defined_attribute()
181 found = expanded; in get_defined_attribute()
/linux-6.8/drivers/of/
Dresolver.c236 * does not conflict with the live expanded devicetree. Update references
238 * in @overlay that refer to the live expanded devicetree.
255 * Resolving and applying @overlay to the live expanded devicetree must be
/linux-6.8/scripts/kconfig/tests/preprocess/circular_expansion/
D__init__.py5 If a recursively expanded variable references itself (eventually),
/linux-6.8/drivers/gpu/drm/i915/selftests/
Di915_perf_selftests.h10 * The name is used as both an enum and expanded as subtest__name to create
Di915_mock_selftests.h10 * The name is used as both an enum and expanded as subtest__name to create
/linux-6.8/drivers/dma-buf/
Dselftests.h4 * The name is used as both an enum and expanded as subtest__name to create
/linux-6.8/include/crypto/
Dtwofish.h13 /* Structure for an expanded Twofish key. s contains the key-dependent
/linux-6.8/arch/alpha/kernel/
Dpci_impl.h57 * physical addresses, they should allow an expanded range of SPARSE
66 * they support an expanded range of SPARSE memory addresses.
/linux-6.8/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig24 # 'filename' is expanded to the currently parsed file name,
/linux-6.8/arch/powerpc/perf/
Dhv-common.c36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED); in hv_perf_caps_get()
/linux-6.8/tools/perf/util/
Dsort.h89 * @row_offset - offset from the first callchain expanded to appear on screen
90 * @nr_rows - rows expanded in callchain, recalculated on folding/unfolding
/linux-6.8/fs/smb/server/
Dunicode.h15 * should match the C functions but with expanded size operands.
/linux-6.8/Documentation/devicetree/bindings/gpio/
Dst,stmpe-gpio.yaml11 bus controllers for various expanded peripherals such as GPIO, keypad,

1234567891011