Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/Linux-v5.4/scripts/
Dkernel-doc383 my $contents = "";
470 my $contents = join "\n", @_;
474 $parameterdescs{$name} = $contents;
480 $parameterdescs{$name} = $contents;
491 $sections{$name} .= $contents;
493 $sections{$name} = $contents;
507 my $contents = join "\n", @_;
519 dump_section($file, $name, $contents);
539 my $contents = join "\n",@_;
553 foreach $line (split "\n", $contents) {
[all …]
/Linux-v5.4/tools/testing/selftests/x86/
Dldt_gdt.c193 if (desc->contents <= 1 && desc->seg_32bit && in install_valid()
251 .contents = 2, /* Code, not conforming */ in do_simple_tests()
288 desc.contents = 0; in do_simple_tests()
296 desc.contents = 1; in do_simple_tests()
305 desc.contents = 3; in do_simple_tests()
314 desc.contents = 2; in do_simple_tests()
417 desc.contents = 1; in do_simple_tests()
577 .contents = 0, /* Data */ in do_multicpu_tests()
646 .contents = 2, /* Code, not conforming */ in do_exec_test()
708 low_user_desc->contents = 0; /* Data, grow-up*/ in setup_low_user_desc()
Dsigreturn.c191 .contents = 2, /* Code, not conforming */ in setup_ldt()
204 .contents = 0, /* Data, grow-up */ in setup_ldt()
217 .contents = 2, /* Code, not conforming */ in setup_ldt()
230 .contents = 0, /* Data, grow-up */ in setup_ldt()
243 .contents = 0, /* Data, grow-up */ in setup_ldt()
268 .contents = 0, /* Data, grow-up */ in setup_ldt()
/Linux-v5.4/tools/perf/lib/include/internal/
Dxyarray.h14 char contents[] __aligned(8); member
23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
/Linux-v5.4/fs/nls/
DKconfig48 only, not to the file contents. You can include several codepages;
60 only, not to the file contents. You can include several codepages;
72 only, not to the file contents. You can include several codepages;
85 only, not to the file contents. You can include several codepages;
101 only, not to the file contents. You can include several codepages;
116 only, not to the file contents. You can include several codepages;
127 only, not to the file contents. You can include several codepages;
138 only, not to the file contents. You can include several codepages;
149 only, not to the file contents. You can include several codepages;
160 only, not to the file contents. You can include several codepages;
[all …]
/Linux-v5.4/Documentation/security/tpm/
Dtpm_event_log.rst24 to a challenger. However, PCR contents are difficult to interpret;
25 therefore, attestation is typically more useful when the PCR contents
28 contents. The PCR contents are used to provide the validation of the
/Linux-v5.4/Documentation/gpu/
Dmsm-crash-dump.rst12 and all the contents of a section will be indented two spaces from the header.
43 Section containing the contents of each ringbuffer. Each ringbuffer is
68 The contents of the ring encoded as ascii85. Only the used
82 The contents of the buffer object encoded with ascii85. Only
/Linux-v5.4/arch/x86/um/asm/
Dmm_context.h45 ((info)->contents << 10) | \
55 (info)->contents == 0 && \
Ddesc.h10 (info)->contents == 0 && \
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-driver-w1_ds28e044 Description: read/write the contents of the two PIO's of the DS28E04-100
13 Description: read/write the contents of the EEPROM memory of the DS28E04-100
/Linux-v5.4/arch/m68k/atari/
Dnvram.c246 unsigned char contents[NVRAM_BYTES]; in nvram_proc_read() local
251 contents[i] = __nvram_read_byte(i); in nvram_proc_read()
254 atari_nvram_proc_read(contents, seq, offset); in nvram_proc_read()
/Linux-v5.4/Documentation/driver-api/early-userspace/
Dbuffer-format.rst11 (initramfs) protocol. The initramfs contents is passed using the same
12 memory buffer protocol used by the initrd protocol, but the contents
75 The c_mode field matches the contents of st_mode returned by stat(2)
99 contents; if the file contents is not included, the c_filesize field
/Linux-v5.4/Documentation/filesystems/
Dubifs-authentication.rst11 contents and file names. This prevents attacks where an attacker is able to
12 read contents of the filesystem on a single point in time. A classic example
17 the attacker is able to modify the filesystem contents and the user uses the
19 contents arbitrarily without the user noticing. One example is to modify a
22 fairly easy to swap files and replace their contents.
32 This document describes an approach to get file contents _and_ full metadata
33 authentication for UBIFS. Since UBIFS uses fscrypt for file contents and file
96 contents or inode nodes (`struct ubifs_ino_node`) which represent VFS inodes.
206 the authenticity and integrity of metadata and file contents stored on flash.
214 authenticity of on-flash file contents and filesystem metadata. This covers
[all …]
/Linux-v5.4/Documentation/vm/
Dhighmem.rst9 .. contents:: :local:
79 wants to access the contents of a page that might be allocated from high memory
86 /* Gain access to the contents of that page. */
89 /* Do something to the contents of that page. */
118 a pointer to the page contents rather than juggling mappings about. In such a
/Linux-v5.4/arch/x86/include/uapi/asm/
Dldt.h26 unsigned int contents:2; member
/Linux-v5.4/Documentation/crypto/
Dapi.rst6 Table of contents
/Linux-v5.4/arch/x86/um/shared/sysdep/
Dtls.h16 unsigned int contents:2; member
/Linux-v5.4/Documentation/driver-api/pci/
Dindex.rst9 Table of contents
/Linux-v5.4/Documentation/filesystems/ext4/
Dinlinedata.rst15 is allocated and the contents moved to that block.
37 should protect all inline data contents.
/Linux-v5.4/Documentation/devicetree/bindings/dma/
Darm-pl08x.txt17 - mem-bus-interface-ahb1: if AHB master 1 is eligible for fetching memory contents
18 - mem-bus-interface-ahb2: if AHB master 2 is eligible for fetching memory contents
/Linux-v5.4/arch/x86/include/asm/
Ddesc.h23 desc->type |= info->contents << 2; in fill_ldt()
341 (info)->contents == 0 && \
353 info->contents == 0 && in LDT_zero()
/Linux-v5.4/Documentation/misc-devices/
Dindex.rst12 Table of contents
/Linux-v5.4/tools/perf/util/
Dxyarray.c27 memset(xy->contents, 0, n); in xyarray__reset()
/Linux-v5.4/tools/perf/lib/
Dxyarray.c27 memset(xy->contents, 0, n); in xyarray__reset()
/Linux-v5.4/Documentation/driver-api/
Disapnp.rst14 The regular files contain the contents of ISA PnP registers for

12345678910>>...14