/kernel/linux/linux-5.10/scripts/ |
H A D | kernel-doc | 410 my $contents = ""; 555 # dumps section contents to arrays/hashes intended for that purpose. 560 my $contents = join "\n", @_; 564 $parameterdescs{$name} = $contents; 570 $parameterdescs{$name} = $contents; 581 $sections{$name} .= $contents; 583 $sections{$name} = $contents; 597 my $contents = join "\n", @_; 609 dump_section($file, $name, $contents); 629 my $contents [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | kernel-doc | 280 my $contents = ""; 457 # dumps section contents to arrays/hashes intended for that purpose. 462 my $contents = join "\n", @_; 466 $parameterdescs{$name} = $contents; 472 $parameterdescs{$name} = $contents; 482 $sections{$name} .= $contents; 484 $sections{$name} = $contents; 498 my $contents = join "\n", @_; 510 dump_section($file, $name, $contents); 530 my $contents [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | sgx.c | 145 struct sgx_secs *contents = (struct sgx_secs *)pageinfo->contents; in __handle_encls_ecreate() local 159 miscselect = contents->miscselect; in __handle_encls_ecreate() 160 attributes = contents->attributes; in __handle_encls_ecreate() 161 xfrm = contents->xfrm; in __handle_encls_ecreate() 162 size = contents->size; in __handle_encls_ecreate() 223 struct sgx_secs *contents; in handle_encls_ecreate() local 247 sgx_get_encls_gva(vcpu, pageinfo.contents, 4096, 4096, in handle_encls_ecreate() 271 * Copy contents into kernel memory to prevent TOCTOU attack. E.g. the in handle_encls_ecreate() 276 contents in handle_encls_ecreate() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | ima.h | 24 extern int ima_load_data(enum kernel_load_data_id id, bool contents); 28 bool contents); 86 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() argument 99 bool contents) in ima_read_file() 98 ima_read_file(struct file *file, enum kernel_read_file_id id, bool contents) ima_read_file() argument
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | api-io.c | 36 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ima.h | 27 extern int ima_load_data(enum kernel_load_data_id id, bool contents); 31 bool contents); 92 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() argument 105 bool contents) in ima_read_file() 104 ima_read_file(struct file *file, enum kernel_read_file_id id, bool contents) ima_read_file() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 193 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 in setup_low_user_desc() [all...] |
H A D | sigreturn.c | 191 .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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | ldt_gdt.c | 193 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 in setup_low_user_desc() [all...] |
H A D | sigreturn.c | 188 .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()
|
/kernel/linux/linux-5.10/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 14 char contents[] __aligned(8); 23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry()
|
/kernel/linux/linux-6.6/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 14 char contents[] __aligned(8); 23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in __xyarray__entry()
|
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | mm_context.h | 45 ((info)->contents << 10) | \ 55 (info)->contents == 0 && \
|
H A D | desc.h | 10 (info)->contents == 0 && \
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | mm_context.h | 43 ((info)->contents << 10) | \ 53 (info)->contents == 0 && \
|
H A D | desc.h | 10 (info)->contents == 0 && \
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | ima.c | 84 bool contents) in BPF_PROG() 91 if (!contents) in BPF_PROG() 83 BPF_PROG(kernel_read_file, struct file *file, enum kernel_read_file_id id, bool contents) BPF_PROG() argument
|
/kernel/linux/linux-6.6/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...] |
/kernel/linux/linux-5.10/arch/m68k/atari/ |
H A D | nvram.c | 246 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()
|
/kernel/linux/linux-6.6/arch/m68k/atari/ |
H A D | nvram.c | 246 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()
|
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 26 unsigned int contents:2; member
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ldt.h | 26 unsigned int contents:2; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ldt.h | 29 unsigned int contents : 2; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ldt.h | 29 unsigned int contents : 2; member
|