/linux-6.12.1/include/xen/interface/ |
D | elfnote.h | 19 * Numeric types are either 4 or 8 bytes depending on the content of 37 * The virtual address of the entry point (numeric). 43 /* The virtual address of the hypercall transfer page (numeric). 50 /* The virtual address where the kernel image should be mapped (numeric). 60 * pseudo-physical address (numeric). 135 * The lowest address the hypervisor hole can begin at (numeric). 145 * (non-present) L1 page table entries carrying valid MFNs (numeric). 151 * This is a numeric value. 177 * The features supported by this kernel (numeric).
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen1/ |
D | floating-point.json | 6 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 13 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 20 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 27 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 34 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 41 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 48 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 55 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 62 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 69 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
|
D | core.json | 70 …ement represents one complete instruction. Since this event includes non-numeric instructions it i… 77 …ement represents one complete instruction. Since this event includes non-numeric instructions it i… 84 …ement represents one complete instruction. Since this event includes non-numeric instructions it i…
|
/linux-6.12.1/samples/ftrace/ |
D | sample-trace-array.h | 30 * TRACE_SYSTEM is expected to be a C valid variable (alpha-numeric 38 * But the above is only needed if TRACE_SYSTEM is not alpha-numeric 40 * TRACE_SYSTEM. As TRACE_SYSTEM_VAR must be alpha-numeric, if 42 * only alpha-numeric and underscores.
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 39 Values: A numeric value: 57 Values: A numeric value. 73 Values: A numeric value. 87 Values: A numeric value.
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen2/ |
D | floating-point.json | 6 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 13 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 20 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 27 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 34 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
|
D | core.json | 70 …ement represents one complete instruction. Since this event includes non-numeric instructions it i… 77 …ement represents one complete instruction. Since this event includes non-numeric instructions it i… 84 …ement represents one complete instruction. Since this event includes non-numeric instructions it i…
|
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen3/ |
D | floating-point.json | 6 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 13 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 20 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 27 … event. This event is a speculative event. Since this event includes non-numeric operations it is … 34 … event. This event is a speculative event. Since this event includes non-numeric operations it is …
|
D | core.json | 71 …ement represents one complete instruction. Since this event includes non-numeric instructions it i… 78 …ement represents one complete instruction. Since this event includes non-numeric instructions it i… 85 …ement represents one complete instruction. Since this event includes non-numeric instructions it i…
|
/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx_seq.h | 23 /* numeric major version */ 25 /* numeric minor version */
|
/linux-6.12.1/Documentation/livepatch/ |
D | shadow-vars.rst | 12 associates pointers to parent objects and a numeric identifier of the 13 shadow data. The numeric identifier is a simple enumeration that may be 16 numeric id subsequently filters hashtable queries. Multiple shadow 17 variables may attach to the same parent object, but their numeric
|
/linux-6.12.1/Documentation/networking/ |
D | ipsec.rst | 30 Therefore, a numeric threshold should be applied before compression, 32 original form without attempting compression. The numeric threshold
|
/linux-6.12.1/Documentation/devicetree/bindings/input/ |
D | input.yaml | 19 Specifies an array of numeric keycode values to be used for reporting 28 Specifies a single numeric keycode value to be used for reporting
|
/linux-6.12.1/include/uapi/linux/netfilter/ |
D | nfnetlink_osf.h | 94 * plain numeric value. Can also be made as plain numeric value which
|
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | nvidia,tegra124-dfll.txt | 42 - nvidia,cf: Numeric value, see the field DFLL_PARAMS_CF_PARAM in the TRM. 43 - nvidia,ci: Numeric value, see the field DFLL_PARAMS_CI_PARAM in the TRM. 44 - nvidia,cg: Numeric value, see the field DFLL_PARAMS_CG_PARAM in the TRM.
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | utstrtoul64.c | 64 * 64-bit numeric overflow 128 * Perform the base 8, 10, or 16 conversion. A 64-bit numeric overflow in acpi_ut_strtoul64() 187 * (32 or 64 bits). There are no numeric overflow conditions. (NO ERROR) 260 * 1) The input string is either a decimal or hexadecimal numeric string. 266 * conversion case. There are no numeric overflow conditions. (NO ERROR)
|
D | exmisc.c | 199 * DESCRIPTION: Execute a logical "Numeric" AML opcode. For these Numeric 235 "Invalid numeric logical opcode: %X", opcode)); in acpi_ex_do_logical_numeric_op() 260 * logical value. For the Numeric operators (LAnd and LOr), both
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_panic_qr.rs | 11 //! compressed kmsg is encoded as numeric. 17 //! efficient numeric encoding, that encode 3 decimal digits into 328 /// Number of bits to encode characters in numeric mode. 333 Numeric(&'a [u8]), enumerator 341 Segment::Numeric(_) => (MODE_NUMERIC, 4), in get_header() 353 Segment::Numeric(_) => match v { in length_bits_count() 365 Segment::Numeric(data) => { in character_count() 387 Segment::Numeric(_) => { in total_size_bits() 427 Segment::Numeric(data) => { in next() 915 /// efficiently as a numeric segment, and appended to the URL. [all …]
|
/linux-6.12.1/include/net/ |
D | netlink.h | 1347 * @value: numeric value 1361 * @value: numeric value 1374 * @value: numeric value 1387 * @value: numeric value 1400 * @value: numeric value 1413 * @value: numeric value 1426 * @value: numeric value 1442 * @value: numeric value 1455 * @value: numeric value 1468 * @value: numeric value [all …]
|
/linux-6.12.1/fs/9p/ |
D | v9fs.h | 96 * @dfltuid: default numeric userid to mount hierarchy as 97 * @dfltgid: default numeric groupid to mount hierarchy as 98 * @uid: if %V9FS_ACCESS_SINGLE, the numeric uid which mounted the hierarchy
|
/linux-6.12.1/lib/ |
D | test_dynamic_debug.c | 51 /* numeric input, independent bits */ 84 /* numeric verbosity, V2 > V1 related */
|
/linux-6.12.1/include/media/ |
D | v4l2-flash-led-class.h | 130 * PTR_ERR() to obtain the numeric return value. 151 * PTR_ERR() to obtain the numeric return value.
|
/linux-6.12.1/Documentation/bpf/ |
D | prog_cgroup_sysctl.rst | 41 0``, e.g. writes to numeric sysctl entries must always be at file position 85 of integers, the following helpers can be used to get numeric value from the
|
/linux-6.12.1/Documentation/filesystems/spufs/ |
D | spufs.rst | 156 with the numeric value of the next instruction to be executed. These 188 beginning to the first non-numeric character or the end of the 255 beginning to the first non-numeric character or the end of the
|
/linux-6.12.1/Documentation/netlink/specs/ |
D | nftables.yaml | 266 doc: numeric handle of the table 282 doc: numeric handle of the chain 296 doc: numeric policy of the chain 392 doc: numeric handle of the rule 407 doc: numeric handle of the previous rule 451 doc: numeric value of the handled protocol
|