/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/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/include/linux/ |
H A D | papr_scm.h | 6 /* SCM device is unable to persist memory contents */ 8 /* SCM device failed to persist memory contents */ 10 /* SCM device contents are persisted from previous IPL */ 12 /* SCM device contents are not persisted from previous IPL */ 18 /* SCM contents cannot persist due to current platform health status */ 20 /* SCM device is unable to persist memory contents in certain conditions */
|
H A D | t10-pi.h | 14 * Type 1 defines the contents of the guard and reference tags 16 * Type 2 defines the contents of the guard and reference tags and 19 * Type 3 defines the contents of the guard tag only
|
/linux/include/rdma/ |
H A D | ibta_vol1_c12.h | 39 /* Table 106 REQ Message Contents */ 100 /* Table 107 MRA Message Contents */ 108 /* Table 108 REJ Message Contents */ 118 /* Table 110 REP Message Contents */ 140 /* Table 111 RTU Message Contents */ 146 /* Table 112 DREQ Message Contents */ 153 /* Table 113 DREP Message Contents */ 159 /* Table 115 LAP Message Contents */ 184 /* Table 116 APR Message Contents */ 195 /* Table 119 SIDR_REQ Message 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/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/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/include/uapi/linux/ |
H A D | papr_pdsm.h | 56 * papr_scm and libndctl so that contents of payload can be interpreted. As such 88 * dimm_unarmed : Dimm not armed. So contents wont persist. 89 * dimm_bad_shutdown : Previous shutdown did not persist contents. 90 * dimm_bad_restore : Contents from previous shutdown werent restored. 91 * dimm_scrubbed : Contents of the dimm have been scrubbed. 92 * dimm_locked : Contents of the dimm cant be modified until CEC reboot 93 * dimm_encrypted : Contents of dimm are encrypted.
|
/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...] |
H A D | fscrypt.rst | 57 protects the confidentiality of file contents and filenames in the 90 plaintext file contents or filenames from other users on the same 113 keys and file contents encryption keys (but not other types of fscrypt 144 - In general, decrypted contents and filenames in the kernel VFS 165 unable to exfiltrate the master keys or file contents keys in a form 206 greater of the security strength of the contents and filenames 290 suitable for both contents and filenames encryption, and it accepts 299 (contents or filenames) is encrypted, the file's 16-byte nonce is 316 protected by the same master key sharing a single contents encryption 359 fscrypt allows one encryption mode to be specified for file contents [all...] |
/linux/kernel/ |
H A D | gen_kheaders.sh | 37 # Use a temporary file to store directory contents to prevent find/xargs from 39 find "${tmpdir}" -type f -print0 > "${tmpdir}.contents.txt" 42 < "${tmpdir}.contents.txt" 43 rm -f "${tmpdir}.contents.txt"
|
/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/arch/powerpc/lib/ |
H A D | ldstfp.S | 19 /* Get the contents of frN into *p; N is in r3 and p is in r4. */ 43 /* Put the contents of *p into frN; N is in r3 and p is in r4. */ 68 /* Get the contents of vrN into *p; N is in r3 and p is in r4. */ 92 /* Put the contents of *p into vrN; N is in r3 and p is in r4. */ 118 /* Get the contents of vsN into vs0; N is in r3. */ 137 /* Put the contents of vs0 into vsN; N is in r3. */
|
/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/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/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_csv_to_c.py | 144 * The contents of this file are generated using the tools in 147 * Please use those tools to help maintain the contents of this file. 175 * The contents of this file are generated using the tools in 178 * Please use those tools to help maintain the contents of this file. 212 * The contents of this file are generated using the tools in 215 * Please use those tools to help maintain the contents of this file. 323 * The contents of this file are generated using the tools in 326 * Please use those tools to help maintain the contents of this file. 354 * The contents of this file are generated using the tools in 357 * Please use those tools to help maintain the contents o [all...] |
/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 282 * @config_page: contents of the config page 511 * @config_page: contents of the config page 547 * @config_page: contents of the config page 583 * @config_page: contents of the config page 620 * @config_page: contents of the config page 657 * @config_page: contents of the config page 694 * @config_page: contents of the config page 730 * @config_page: contents of the config page 767 * @config_page: contents of the config page 808 * @config_page: contents o [all...] |
/linux/sound/core/ |
H A D | pcm_iec958.c | 25 * Drivers may wish to tweak the contents of the buffer after creation. 128 * Drivers may wish to tweak the contents of the buffer after its been 151 * Drivers may wish to tweak the contents of the buffer after its been 172 * Drivers may wish to tweak the contents of the buffer after creation. 198 * Drivers may wish to tweak the contents of the buffer after creation.
|
/linux/arch/s390/include/asm/ |
H A D | user.h | 16 obstacles to being able to view the contents of the floating point 18 contents of them. Actually, you can read in the core file and look at 19 the contents of the user struct to find out what the floating point 21 The actual file contents are as follows:
|
/linux/include/media/ |
H A D | tveeprom.h | 94 * tveeprom_hauppauge_analog - Fill struct tveeprom using the contents 99 * @eeprom_data: Array with the contents of the eeprom_data. It should 100 * contain 256 bytes filled with the contents of the 107 * tveeprom_read - Reads the contents of the eeprom found at the Hauppauge
|
/linux/Documentation/arch/x86/ |
H A D | exception-tables.rst | 58 Since we jump to the contents of fixup, fixup obviously points 172 > CONTENTS, ALLOC, LOAD, READONLY, CODE 174 > CONTENTS, ALLOC, LOAD, READONLY, CODE 176 > CONTENTS, ALLOC, LOAD, READONLY, DATA 178 > CONTENTS, ALLOC, LOAD, READONLY, DATA 180 > CONTENTS, ALLOC, LOAD, DATA 184 > CONTENTS, READONLY 186 > CONTENTS, READONLY 218 > objdump --full-contents --section=__ex_table vmlinux 290 exception table (i.e. the contents o [all...] |
/linux/drivers/gpio/ |
H A D | gpio-pch.c | 60 * @ien_reg: To store contents of IEN register. 61 * @imask_reg: To store contents of IMASK register. 62 * @po_reg: To store contents of PO register. 63 * @pm_reg: To store contents of PM register. 64 * @im0_reg: To store contents of IM0 register. 65 * @im1_reg: To store contents of IM1 register. 66 * @gpio_use_sel_reg : To store contents of GPIO_USE_SEL register. 194 /* to store contents of PO register */ in pch_gpio_restore_reg_conf() 196 /* to store contents of PM register */ in pch_gpio_restore_reg_conf()
|
/linux/arch/m68k/include/asm/ |
H A D | user.h | 8 obstacles to being able to view the contents of the floating point 10 contents of them. Actually, you can read in the core file and look at 11 the contents of the user struct to find out what the floating point 13 The actual file contents are as follows:
|
/linux/arch/x86/include/asm/ |
H A D | sgx.h | 157 * @mrenclave: SHA256-hash of the enclave contents 242 * @contents: pointer to the page contents 248 u64 contents; member 320 * @mac: MAC over PCMD, page contents and isvsvn 357 * struct sgx_sigstruct_body - defines contents of the enclave 364 * @mrenclave: SHA256-hash of the enclave contents 388 * @body: defines contents of the enclave
|