/linux/scripts/ |
H A D | kernel-doc.pl | 280 my $contents = ""; 399 # dumps section contents to arrays/hashes intended for that purpose. 404 my $contents = join "\n", @_; 408 $parameterdescs{$name} = $contents; 414 $parameterdescs{$name} = $contents; 424 $sections{$name} .= $contents; 426 $sections{$name} = $contents; 440 my $contents = join "\n", @_; 452 dump_section($file, $name, $contents); 472 my $contents [all...] |
/linux/Documentation/wmi/devices/ |
H A D | msi-wmi-platform.rst | 43 [WmiMethodId(1), Implemented, read, write, Description("Return the contents of a package")] 46 [WmiMethodId(2), Implemented, read, write, Description("Set the contents of a package")] 49 [WmiMethodId(3), Implemented, read, write, Description("Return the contents of a package")] 52 [WmiMethodId(4), Implemented, read, write, Description("Set the contents of a package")] 55 [WmiMethodId(5), Implemented, read, write, Description("Return the contents of a package")] 58 [WmiMethodId(6), Implemented, read, write, Description("Set the contents of a package")] 61 [WmiMethodId(7), Implemented, read, write, Description("Return the contents of a package")] 64 [WmiMethodId(8), Implemented, read, write, Description("Set the contents of a package")] 67 [WmiMethodId(9), Implemented, read, write, Description("Return the contents of a package")] 70 [WmiMethodId(10), Implemented, read, write, Description("Set the contents o [all...] |
/linux/arch/x86/kvm/vmx/ |
H A D | sgx.c | 146 struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents; in __handle_encls_ecreate() local 160 miscselect = contents->miscselect; in __handle_encls_ecreate() 161 attributes = contents->attributes; in __handle_encls_ecreate() 162 xfrm = contents->xfrm; in __handle_encls_ecreate() 163 size = contents->size; in __handle_encls_ecreate() 224 struct sgx_secs *contents; in handle_encls_ecreate() local 248 sgx_get_encls_gva(vcpu, pageinfo.contents, 4096, 4096, in handle_encls_ecreate() 272 * Copy contents into kernel memory to prevent TOCTOU attack. E.g. the in handle_encls_ecreate() 277 contents in handle_encls_ecreate() [all...] |
/linux/Documentation/networking/ |
H A D | ethtool-netlink.rst | 97 attribute with contents of one of two forms: compact (two binary bitmaps 116 Compact form: nested (bitset) attribute contents: 141 Bit-by-bit form: nested (bitset) attribute contents: 250 ``ETHTOOL_MSG_STRSET_GET_REPLY`` string set contents 338 Requests contents of a string set as provided by ioctl commands 345 Request contents: 357 Kernel response contents: 401 Request contents: 407 Kernel response contents: 431 Request contents [all...] |
/linux/Documentation/networking/devlink/ |
H A D | ixgbe.rst | 67 - Version defining the format of the flash contents. 78 - The first 4 bytes of the hash of the netlist module contents. 100 in the flash with the contents from the provided image, without 136 - The contents of the entire flash chip, sometimes referred to as 139 - The contents of the Shadow RAM, which is loaded from the beginning 140 of the flash. Although the contents are primarily from the flash, 144 - The contents of the device firmware's capabilities buffer. Useful to 148 snapshot. The ``device-caps`` region requires a snapshot as the contents are
|
/linux/tools/perf/tests/ |
H A D | api-io.c | 37 static int make_test_file(char path[PATH_MAX], const char *contents) in make_test_file() argument 39 ssize_t contents_len = strlen(contents); in make_test_file() 48 if (write(fd, contents, contents_len) < contents_len) { in make_test_file() 58 static int setup_test(char path[PATH_MAX], const char *contents, in setup_test() argument 61 if (make_test_file(path, contents)) in setup_test()
|
/linux/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 195 if (desc->contents <= 1 && desc->seg_32bit && in install_valid() 253 .contents = 2, /* Code, not conforming */ in do_simple_tests() 290 desc.contents = 0; in do_simple_tests() 298 desc.contents = 1; in do_simple_tests() 307 desc.contents = 3; in do_simple_tests() 316 desc.contents = 2; in do_simple_tests() 419 desc.contents = 1; in do_simple_tests() 567 .contents = 0, /* Data */ in do_multicpu_tests() 636 .contents = 2, /* Code, not conforming */ in do_exec_test() 698 low_user_desc->contents in setup_low_user_desc() [all...] |
H A D | sigreturn.c | 168 .contents = 2, /* Code, not conforming */ in setup_ldt() 181 .contents = 0, /* Data, grow-up */ in setup_ldt() 194 .contents = 2, /* Code, not conforming */ in setup_ldt() 207 .contents = 0, /* Data, grow-up */ in setup_ldt() 220 .contents = 0, /* Data, grow-up */ in setup_ldt() 245 .contents = 0, /* Data, grow-up */ in setup_ldt()
|
/linux/fs/nls/ |
H A D | Kconfig | 48 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 [all...] |
/linux/security/ipe/ |
H A D | hooks.h | 34 bool contents); 36 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents);
|
H A D | hooks.c | 102 * @contents: Unused. 111 bool contents) in ipe_kernel_read_file() argument 147 * @contents: Unused. 156 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents) in ipe_kernel_load_data() argument
|
/linux/Documentation/security/tpm/ |
H A D | tpm_event_log.rst | 24 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/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 14 char contents[] __aligned(8); member 23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in __xyarray__entry()
|
/linux/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 12 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/Documentation/ABI/stable/ |
H A D | sysfs-driver-w1_ds2438 | 4 Description: read the contents of the page1 of the DS2438 11 Description: write the contents to the offset register of the DS2438
|
H A D | sysfs-driver-w1_ds28e04 | 4 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/tools/testing/selftests/bpf/progs/ |
H A D | ima.c | 84 bool contents) in BPF_PROG() argument 91 if (!contents) in BPF_PROG()
|
/linux/arch/x86/kernel/cpu/sgx/ |
H A D | encl.c | 163 pginfo.contents = (unsigned long)kmap_local_page(b.contents); in __sgx_encl_eldu() 191 kunmap_local((void *)(unsigned long)pginfo.contents); in __sgx_encl_eldu() 964 * Pin the backing storage pages for storing the encrypted contents and Paging 975 struct page *contents; in __sgx_encl_get_backing() local 978 contents = sgx_encl_get_backing_page(encl, page_index); in __sgx_encl_get_backing() 979 if (IS_ERR(contents)) in __sgx_encl_get_backing() 980 return PTR_ERR(contents); in __sgx_encl_get_backing() 984 put_page(contents); in __sgx_encl_get_backing() 988 backing->contents in __sgx_encl_get_backing() [all...] |
/linux/arch/m68k/atari/ |
H A D | nvram.c | 248 unsigned char contents[NVRAM_BYTES]; in nvram_proc_read() local 253 contents[i] = __nvram_read_byte(i); in nvram_proc_read() 256 atari_nvram_proc_read(contents, seq, offset); in nvram_proc_read()
|
/linux/Documentation/ABI/testing/ |
H A D | debugfs-dell-wmi-ddv | 6 This file contains the contents of the fan sensor information 22 This file contains the contents of the thermal sensor information
|
/linux/Documentation/filesystems/ |
H A D | ubifs-authentication.rst | 15 contents and file names. This prevents attacks where an attacker is able to 16 read contents of the filesystem on a single point in time. A classic example 21 the attacker is able to modify the filesystem contents and the user uses the 23 contents arbitrarily without the user noticing. One example is to modify a 26 fairly easy to swap files and replace their contents. 36 This document describes an approach to get file contents _and_ full metadata 37 authentication for UBIFS. Since UBIFS uses fscrypt for file contents and file 100 contents or inode nodes (``struct ubifs_ino_node``) which represent VFS inodes. 210 the authenticity and integrity of metadata and file contents stored on flash. 218 authenticity of on-flash file contents an [all...] |
/linux/Documentation/driver-api/pldmfw/ |
H A D | file-format.rst | 8 describes the contents of the firmware package. This includes an initial 10 describing the actual flash contents to program. 196 the contents of all of the header information.
|
/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | TODO | 1 - Validate that register contents are saved and restored as expected.
|
/linux/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 26 unsigned int contents:2; member
|
/linux/arch/x86/um/asm/ |
H A D | desc.h | 10 (info)->contents == 0 && \
|