Home
last modified time | relevance | path

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

12345678910>>...17

/linux/scripts/
A Dkernel-doc2111 $contents = "";
2149 $contents = "";
2218 $contents = "";
2237 if (($contents ne "") && ($contents ne "\n")) {
2251 $contents = substr($contents, 1);
2259 if (($contents ne "") && ($contents ne "\n")) {
2325 $contents = $2;
2351 $contents = "";
2378 $contents = $2;
2382 $contents = substr($contents, 1);
[all …]
/linux/arch/x86/kvm/vmx/
A Dsgx.c144 struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents; in __handle_encls_ecreate() local
158 miscselect = contents->miscselect; in __handle_encls_ecreate()
159 attributes = contents->attributes; in __handle_encls_ecreate()
160 xfrm = contents->xfrm; in __handle_encls_ecreate()
161 size = contents->size; in __handle_encls_ecreate()
213 struct sgx_secs *contents; in handle_encls_ecreate() local
237 sgx_get_encls_gva(vcpu, pageinfo.contents, 4096, 4096, in handle_encls_ecreate()
267 if (!contents) in handle_encls_ecreate()
272 free_page((unsigned long)contents); in handle_encls_ecreate()
277 pageinfo.contents = (u64)contents; in handle_encls_ecreate()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-papr-pmem15 Indicates that NVDIMM contents will not
18 Indicates that NVDIMM contents
22 Indicates that NVDIMM contents
26 NVDIMM contents are encrypted.
30 Indicating that contents of the
33 Indicating that NVDIMM contents cant
/linux/Documentation/networking/
A Dethtool-netlink.rst306 Request contents:
362 Request contents:
392 Request contents:
412 Request contents:
442 Request contents:
474 Request contents:
640 Request contents:
670 Request contents:
688 Request contents:
712 Request contents:
[all …]
/linux/arch/x86/kernel/cpu/sgx/
A Dencl.c40 pginfo.contents = (unsigned long)kmap_atomic(b.contents); in __sgx_encl_eldu()
59 kunmap_atomic((void *)(unsigned long)pginfo.contents); in __sgx_encl_eldu()
581 struct page *contents; in sgx_encl_get_backing() local
584 contents = sgx_encl_get_backing_page(encl, page_index); in sgx_encl_get_backing()
585 if (IS_ERR(contents)) in sgx_encl_get_backing()
586 return PTR_ERR(contents); in sgx_encl_get_backing()
590 put_page(contents); in sgx_encl_get_backing()
595 backing->contents = contents; in sgx_encl_get_backing()
613 set_page_dirty(backing->contents); in sgx_encl_put_backing()
617 put_page(backing->contents); in sgx_encl_put_backing()
/linux/tools/perf/tests/
A Dapi-io.c36 static int make_test_file(char path[PATH_MAX], const char *contents) in make_test_file() argument
38 ssize_t contents_len = strlen(contents); in make_test_file()
47 if (write(fd, contents, contents_len) < contents_len) { in make_test_file()
57 static int setup_test(char path[PATH_MAX], const char *contents, in setup_test() argument
60 if (make_test_file(path, contents)) in setup_test()
/linux/tools/testing/selftests/x86/
A 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()
A Dsigreturn.c188 .contents = 2, /* Code, not conforming */ in setup_ldt()
201 .contents = 0, /* Data, grow-up */ in setup_ldt()
214 .contents = 2, /* Code, not conforming */ in setup_ldt()
227 .contents = 0, /* Data, grow-up */ in setup_ldt()
240 .contents = 0, /* Data, grow-up */ in setup_ldt()
265 .contents = 0, /* Data, grow-up */ in setup_ldt()
/linux/security/loadpin/
A Dloadpin.c122 bool contents) in loadpin_read_file() argument
133 if (!contents) in loadpin_read_file()
190 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data() argument
192 return loadpin_read_file(NULL, (enum kernel_read_file_id) id, contents); in loadpin_load_data()
/linux/include/linux/
A Dima.h26 extern int ima_load_data(enum kernel_load_data_id id, bool contents);
30 bool contents);
105 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() argument
118 bool contents) in ima_read_file() argument
/linux/fs/nls/
A 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/Documentation/security/tpm/
A 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/Documentation/gpu/
A 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/tools/lib/perf/include/internal/
A Dxyarray.h14 char contents[] __aligned(8); member
23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in __xyarray__entry()
/linux/Documentation/filesystems/
A Dubifs-authentication.rst15 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
219 attacks where file contents are swapped.
232 wear-leveling operations of UBI which copies contents from one physical
247 - The index which includes file contents, file metadata like extended
[all …]
/linux/arch/x86/um/asm/
A Dmm_context.h45 ((info)->contents << 10) | \
55 (info)->contents == 0 && \
/linux/Documentation/ABI/stable/
A Dsysfs-driver-w1_ds24384 Description: read the contents of the page1 of the DS2438
11 Description: write the contents to the offset register of the DS2438
A 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/arch/m68k/atari/
A 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/Documentation/driver-api/early-userspace/
A 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/Documentation/networking/devlink/
A Dice.rst55 - Version defining the format of the flash contents.
89 - The first 4 bytes of the hash of the netlist module contents.
111 in the flash with the contents from the provided image, without
134 - The contents of the entire flash chip, sometimes referred to as
137 - The contents of the device firmware's capabilities buffer. Useful to
/linux/Documentation/vm/
A 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/Documentation/dev-tools/kunit/
A Dusage.rst338 char contents[FAKE_EEPROM_CONTENTS_SIZE];
346 memcpy(buffer, this->contents + offset, count);
356 memcpy(this->contents + offset, buffer, count);
365 memset(this->contents, 0, FAKE_EEPROM_CONTENTS_SIZE);
387 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0);
390 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[1], 0);
393 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0xff);
394 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[1], 0xff);
407 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0);
424 KUNIT_EXPECT_EQ(test, fake_eeprom->contents[0], 0);
[all …]
/linux/Documentation/powerpc/
A Dpapr_hcalls.rst238 | 00 | PMEM device is unable to persist memory contents. |
241 | 01 | PMEM device failed to persist memory contents. Either contents were |
245 | 02 | PMEM device contents are persisted from previous IPL. The data from |
248 | 03 | PMEM device contents are not persisted from previous IPL. There was no|
255 | 06 | PMEM device contents cannot persist due to current platform health |
259 | 07 | PMEM device is unable to persist memory contents in certain conditions|
/linux/Documentation/driver-api/pldmfw/
A Dfile-format.rst8 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.

Completed in 51 milliseconds

12345678910>>...17