/linux-6.14.4/arch/s390/mm/ |
D | dump_pagetables.c | 25 static struct addr_marker *markers; variable 203 .marker = markers, in ptdump_show() 226 * If the start addresses of two markers are identical sort markers in an in ptdump_cmp() 254 oldsize = markers_cnt * sizeof(*markers); in add_marker() 255 newsize = oldsize + 2 * sizeof(*markers); in add_marker() 257 markers = kvmalloc(newsize, GFP_KERNEL); in add_marker() 259 markers = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker() 260 if (!markers) in add_marker() 262 markers[markers_cnt].is_start = 1; in add_marker() 263 markers[markers_cnt].start_address = start; in add_marker() [all …]
|
/linux-6.14.4/scripts/dtc/ |
D | yamltree.c | 32 static void yaml_propval_int(yaml_emitter_t *emitter, struct marker *markers, in yaml_propval_int() argument 67 m = markers; in yaml_propval_int() 117 struct marker *m = prop->val.markers; in yaml_propval() 118 struct marker *markers = prop->val.markers; in yaml_propval() local 137 die("No markers present in property '%s' value\n", prop->name); in yaml_propval() 156 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 2); in yaml_propval() 159 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 4); in yaml_propval() 162 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 8); in yaml_propval() 168 yaml_propval_int(emitter, markers, data, m->offset, chunk_len, 1); in yaml_propval()
|
D | data.c | 12 m = d.markers; in data_free() 123 /* Adjust all markers after the one we're inserting at */ in data_insert_at_marker() 132 struct marker **mp = &d.markers; in data_append_markers() 144 struct marker *m2 = d2.markers; in data_merge() 152 d2.markers = NULL; /* So data_free() doesn't clobber them */ in data_merge()
|
D | treesource.c | 157 nextp = &prop->val.markers; in add_string_markers() 168 struct marker *m = prop->val.markers; in guess_value_type() 202 struct marker *m = prop->val.markers; in write_propval() 225 dummy_marker.next = prop->val.markers; in write_propval() 251 m_phandle = prop->val.markers; in write_propval()
|
/linux-6.14.4/tools/testing/selftests/mm/ |
D | guard-pages.c | 395 /* We want guard markers at start/end of each VMA. */ in TEST_F() 469 /* Assert that unmapping ranges does not leave guard markers behind. */ 507 /* Assert that mprotect() operations have no bearing on guard markers. */ 686 /* Assert that MADV_DONTNEED does not remove guard markers. */ 715 /* Check to ensure guard markers are still in place. */ in TEST_F() 739 /* Assert that mlock()'ed pages work correctly with guard markers. */ 809 * guard markers where possible. 811 * - Moving a mapping alone should retain markers as they are. 823 /* Place guard markers at both ends of the 5 page span. */ in TEST_F() 841 /* Make sure the guard markers are retained. */ in TEST_F() [all …]
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-jpeg.rst | 56 markers (m = 0..7). The purpose of these markers is to additionally 62 markers will not be inserted. 82 Specify which JPEG markers are included in compressed stream. This
|
D | vidioc-g-jpegcomp.rst | 40 markers control. 89 - See :ref:`jpeg-markers`. Deprecated. If 96 .. _jpeg-markers: 98 .. flat-table:: JPEG Markers Flags
|
/linux-6.14.4/drivers/media/platform/samsung/s5p-jpeg/ |
D | jpeg-core.h | 164 * struct s5p_jpeg_marker - collection of markers from jpeg header 165 * @marker: markers' positions relative to the buffer beginning 166 * @len: markers' payload lengths (without length field) 167 * @n: number of markers in collection
|
/linux-6.14.4/include/linux/ |
D | userfaultfd_k.h | 237 * If user requested uffd-wp but not enabled pte markers for in vma_can_userfault() 421 /* Only wr-protect mode uses pte markers */ in userfaultfd_wp_use_markers() 425 /* File-based uffd-wp always need markers */ in userfaultfd_wp_use_markers() 430 * Anonymous uffd-wp only needs the markers if WP_UNPOPULATED in userfaultfd_wp_use_markers() 431 * enabled (to apply markers on zero pages). in userfaultfd_wp_use_markers()
|
/linux-6.14.4/Documentation/userspace-api/media/ |
D | videodev2.h.rst.exceptions | 236 # V4L2 JPEG markers 237 replace define V4L2_JPEG_MARKER_DHT jpeg-markers 238 replace define V4L2_JPEG_MARKER_DQT jpeg-markers 239 replace define V4L2_JPEG_MARKER_DRI jpeg-markers 240 replace define V4L2_JPEG_MARKER_COM jpeg-markers 241 replace define V4L2_JPEG_MARKER_APP jpeg-markers
|
/linux-6.14.4/scripts/ |
D | kallsyms.c | 356 unsigned int *markers, markers_cnt; in write_src() local 374 /* table of offset markers, that give the offset in the compressed stream in write_src() 377 markers = xmalloc(sizeof(*markers) * markers_cnt); in write_src() 383 markers[i >> 8] = off; in write_src() 427 printf("\t.long\t%u\n", markers[i]); in write_src() 430 free(markers); in write_src()
|
/linux-6.14.4/arch/riscv/mm/ |
D | ptdump.c | 56 const struct addr_marker *markers; member 109 .markers = address_markers, 123 .markers = efi_addr_markers, 325 .marker = pinfo->markers, in ptdump_walk()
|
/linux-6.14.4/Documentation/devicetree/bindings/mtd/ |
D | raw-nand-chip.yaml | 66 find Bad Block Markers (BBM). These markers will help to
|
/linux-6.14.4/Documentation/process/ |
D | backporting.rst | 43 destination tree, as this will make git output conflict markers and let 105 edits the files to include so-called conflict markers showing you where 247 Understanding conflict markers 255 inserted conflict markers into your file. Out of the box, this will look 277 from its normal behavior. Notice the two columns of diff markers 374 For particularly nasty conflicts with many conflict markers, you can use 385 renamed, as that typically means git won't even put in conflict markers,
|
/linux-6.14.4/drivers/media/pci/cx18/ |
D | cx18-vbi.c | 34 0x44, 0x00, 0x0c, 0x66, 0x24, 0x01, /* SCR, SCR Ext, markers */ in copy_vbi_data() 35 0x01, 0xd1, 0xd3, /* Mux Rate, markers */ in copy_vbi_data() 41 0x21, 0x00, 0x5d, 0x63, 0xa7, /* PTS, markers */ in copy_vbi_data()
|
/linux-6.14.4/include/media/ |
D | jpeg.h | 6 /* JPEG markers */
|
/linux-6.14.4/arch/arm/include/asm/ |
D | ptdump.h | 18 const struct addr_marker *markers; member
|
/linux-6.14.4/drivers/mtd/nand/spi/ |
D | esmt.c | 32 * Bad Block Markers 89 * Reserve space for bad blocks markers (section0) and in f50l1g41lb_ooblayout_free()
|
/linux-6.14.4/Documentation/trace/ |
D | mmiotrace.rst | 70 During tracing you can place comments (markers) into the trace by 73 which action. It is recommended to place descriptive markers about what you
|
/linux-6.14.4/drivers/mtd/nand/raw/ |
D | nand_esmt.c | 46 * with the factory bad block markers in the first or last page in esmt_nand_init()
|
D | nand_amd.c | 41 * the bad block markers can be in the first, second or last in amd_nand_init()
|
/linux-6.14.4/arch/x86/mm/ |
D | dump_pagetables.c | 49 /* Address space markers hints */ 338 * We print markers for special areas of address space, in note_page() 450 * Various markers are not compile-time constants, so assign them in pt_dump_init()
|
/linux-6.14.4/drivers/char/ |
D | dtlk.c | 28 read from the TTS port, and index markers (which mark the progress 30 DoubleTalk PC implement index markers. Both the TTS and LPC ports 44 "read" gets index markers from the LPC port. If the device does 45 not implement index markers, the read will fail with error EINVAL.
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | ptdump.h | 22 const struct addr_marker *markers; member
|
/linux-6.14.4/include/uapi/linux/ |
D | atm_nicstar.h | 28 /* set buffer level markers */
|