Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 26) sorted by relevance

12

/scripts/gdb/linux/
A Dxarray.py15 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 Dmapletree.py118 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 Dcpus.py77 entry = -1
82 entry += 1
83 if entry == num_entries:
85 bits = mask[entry]
94 cpu = entry * bits_per_entry + bit
/scripts/
A Dcheck-sysctl-docs56 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 Dextract-fwblobs19 while IFS= read -r entry; do
20 read -r FW_NAME FW_ADDR_ST_HEX FW_ADDR_END_HEX <<< "$entry"
A Dleaking_addresses.pl169 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 Dchecksyscalls.sh265 while read nr abi name entry ; do
272 (ignore_list && syscall_list $(dirname $0)/../arch/x86/entry/syscalls/syscall_32.tbl) | \
A Dget_maintainer.pl1478 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 Dhead-object-list.txt4 # is an object that contains the entry point. This is kept for compatibility
12 # the entry from this file.
A DMakefile.kcsan23 kcsan-cflags += $(call cc-option,$(call cc-param,tsan-instrument-func-entry-exit=0))
A Drustdoc_test_gen.rs115 .map(|entry| entry.unwrap().path()) in main()
A Dasn1_compiler.c1396 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 Ddev-needs.sh16 chain, so the last entry in the output is close to the root of the
/scripts/lib/kdoc/
A Dkdoc_parser.py237 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 Dkdoc_files.py49 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 Dtypes.c29 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 Dlist.h112 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 Drun-clang-tools.py51 def run_analysis(entry): argument
64 file = entry["file"]
76 cwd=entry["directory"])
A Dgen_compile_commands.py216 entry = process_line(directory, result.group('command_prefix'),
218 compile_commands.append(entry)
/scripts/gcc-plugins/
A Dgcc-common.h265 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 Dsystem_symbols.py96 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 Dabi_parser.py357 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 Dgcc96 if arg_contain -m64 "$@" && arg_contain -fpatchable-function-entry=2 "$@"; then
/scripts/dtc/
A Dlivetree.c925 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 Dqconf.cc1757 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()

Completed in 31 milliseconds

12