| /scripts/gdb/linux/ |
| A D | xarray.py | 15 def xa_is_internal(entry): argument 17 return ((entry.cast(ulong_type) & 3) == 2) 22 def xa_is_zero(entry): argument 24 return entry.cast(ulong_type) == xa_mk_internal(257) 26 def xa_is_node(entry): argument 28 return xa_is_internal(entry) and (entry.cast(ulong_type) > 4096)
|
| A D | mapletree.py | 118 def mte_node_type(entry): argument 122 val = entry.cast(ulong_type) 123 elif entry.type == ulong_type: 124 val = entry 231 entry = None 234 entry = mas.start() 240 entry = None 241 return entry 243 entry = mtree_lookup_walk(mas) 249 if xarray.xa_is_zero(entry): [all …]
|
| A D | cpus.py | 77 entry = -1 82 entry += 1 83 if entry == num_entries: 85 bits = mask[entry] 94 cpu = entry * bits_per_entry + bit
|
| /scripts/ |
| A D | check-sysctl-docs | 56 function printentry(entry) { 57 seen[entry]++ 58 printf "* %s from %s", entry, file[entry] 59 if (documented[entry]) { 128 if (debug) print "Adding entry " curentry " to table " curtable 163 for (entry in entries[vars[tables[2]]]) { 164 printentry(entry) 170 for (entry in documented) { 171 if (!seen[entry]) 172 print "No implementation for " entry
|
| A D | extract-fwblobs | 19 while IFS= read -r entry; do 20 read -r FW_NAME FW_ADDR_ST_HEX FW_ADDR_END_HEX <<< "$entry"
|
| A D | leaking_addresses.pl | 169 my @entry = split / /, $_; 170 my $addr_text = $entry[0]; 174 my $symbol = $entry[2]; 177 my $entry = [$long, $symbol]; 178 push @kallsyms, $entry; 484 foreach my $entry (@kallsyms) { 485 my $addr = $entry->[0]; 486 my $symbol = $entry->[1];
|
| A D | checksyscalls.sh | 265 while read nr abi name entry ; do 272 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
|
| A D | get_maintainer.pl | 1478 if ($entry->[1] eq "") { 1479 $entry->[1] = "$role"; 1481 $entry->[1] = "$entry->[1],$role"; 1485 if ($email eq $entry->[0] 1488 if ($entry->[1] eq "") { 1489 $entry->[1] = "$role"; 1491 $entry->[1] = "$entry->[1],$role"; 1809 foreach my $entry (@list) { 1833 my $email = $entry->[0]; 1834 my $role = $entry->[1]; [all …]
|
| A D | head-object-list.txt | 4 # is an object that contains the entry point. This is kept for compatibility 12 # the entry from this file.
|
| A D | Makefile.kcsan | 23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
|
| A D | rustdoc_test_gen.rs | 115 .map(|entry| entry.unwrap().path()) in main()
|
| A D | asn1_compiler.c | 1396 int entry; in render_out_of_line_list() local 1404 e->entry_index = entry = nr_entries; in render_out_of_line_list() 1417 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1424 render_opcode(out, "_jump_target(%u),\n", entry); in render_out_of_line_list() 1443 int entry, skippable = 0, outofline = 0; in render_element() local 1574 entry = nr_entries; in render_element() 1582 render_opcode(out, "_jump_target(%u),\n", entry); in render_element()
|
| A D | dev-needs.sh | 16 chain, so the last entry in the output is close to the root of the
|
| /scripts/lib/kdoc/ |
| A D | kdoc_parser.py | 237 self.entry = None 255 if self.entry: 269 if self.entry: 290 item.set_params(self.entry.parameterlist, self.entry.parameterdescs, 1158 self.entry.identifier = self.entry.section 1188 self.entry.identifier = self.entry.identifier.strip(" ") 1207 if not self.entry.identifier and self.entry.decl_type != "enum": 1352 self.entry.add_text(cont[self.entry.leading_space:]) 1491 self.entry.prototype = KernRe(r'/\*.*\*/').sub('', self.entry.prototype).strip() 1499 self.entry.prototype = r.sub(r'\1\2', self.entry.prototype) [all …]
|
| A D | kdoc_files.py | 49 for entry in obj: 50 name = os.path.join(dirname, entry.name) 52 if entry.is_dir(): 55 if not entry.is_file():
|
| /scripts/gendwarfksyms/ |
| A D | types.c | 29 struct type_list_entry *entry; in type_list_free() local 33 if (entry->owned) in type_list_free() 34 free(entry->owned); in type_list_free() 35 free(entry); in type_list_free() 43 struct type_list_entry *entry; in type_list_append() local 48 entry = xmalloc(sizeof(*entry)); in type_list_append() 49 entry->str = s; in type_list_append() 50 entry->owned = owned; in type_list_append() 53 return strlen(entry->str); in type_list_append() 58 struct type_list_entry *entry; in type_list_write() local [all …]
|
| /scripts/include/ |
| A D | list.h | 112 static inline void __list_del_entry(struct list_head *entry) in __list_del_entry() argument 114 __list_del(entry->prev, entry->next); in __list_del_entry() 123 static inline void list_del(struct list_head *entry) in list_del() argument 125 __list_del_entry(entry); in list_del() 126 entry->next = LIST_POISON1; in list_del() 127 entry->prev = LIST_POISON2; in list_del()
|
| /scripts/clang-tools/ |
| A D | run-clang-tools.py | 51 def run_analysis(entry): argument 64 file = entry["file"] 76 cwd=entry["directory"])
|
| A D | gen_compile_commands.py | 216 entry = process_line(directory, result.group('command_prefix'), 218 compile_commands.append(entry)
|
| /scripts/gcc-plugins/ |
| A D | gcc-common.h | 265 static inline void cgraph_remove_function_insertion_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_function_insertion_hook() argument 267 symtab->remove_cgraph_insertion_hook(entry); in cgraph_remove_function_insertion_hook() 275 static inline void cgraph_remove_node_removal_hook(struct cgraph_node_hook_list *entry) in cgraph_remove_node_removal_hook() argument 277 symtab->remove_cgraph_removal_hook(entry); in cgraph_remove_node_removal_hook() 285 static inline void cgraph_remove_node_duplication_hook(struct cgraph_2node_hook_list *entry) in cgraph_remove_node_duplication_hook() argument 287 symtab->remove_cgraph_duplication_hook(entry); in cgraph_remove_node_duplication_hook()
|
| /scripts/lib/abi/ |
| A D | system_symbols.py | 96 for entry in obj: 97 path = os.path.join(root, entry.name) 107 if entry.is_symlink(): 119 elif entry.is_file(): 122 elif entry.is_dir():
|
| A D | abi_parser.py | 357 for entry in obj: 358 name = os.path.join(root, entry.name) 360 if entry.is_dir(): 364 if not entry.is_file():
|
| /scripts/dummy-tools/ |
| A D | gcc | 96 if arg_contain -m64 "$@" && arg_contain -fpatchable-function-entry=2 "$@"; then
|
| /scripts/dtc/ |
| A D | livetree.c | 925 char *entry; in add_fixup_entry() local 940 xasprintf(&entry, "%s:%s:%u", in add_fixup_entry() 942 append_to_property(fn, m->ref, entry, strlen(entry) + 1, TYPE_STRING); in add_fixup_entry() 944 free(entry); in add_fixup_entry()
|
| /scripts/kconfig/ |
| A D | qconf.cc | 1757 QString entry; in saveSettings() local 1760 entry = "single"; in saveSettings() 1764 entry = "split"; in saveSettings() 1768 entry = "full"; in saveSettings() 1774 configSettings->setValue("/listMode", entry); in saveSettings()
|