/tools/power/acpi/tools/acpidump/ |
D | apdump.c | 15 ap_dump_table_buffer(struct acpi_table_header *table, 30 u8 ap_is_valid_header(struct acpi_table_header *table) in ap_is_valid_header() argument 33 if (!ACPI_VALIDATE_RSDP_SIG(table->signature)) { in ap_is_valid_header() 37 if (!acpi_ut_valid_nameseg(table->signature)) { in ap_is_valid_header() 40 *(u32 *)table->signature); in ap_is_valid_header() 46 if (table->length < sizeof(struct acpi_table_header)) { in ap_is_valid_header() 48 table->length); in ap_is_valid_header() 68 u8 ap_is_valid_checksum(struct acpi_table_header *table) in ap_is_valid_checksum() argument 73 if (ACPI_VALIDATE_RSDP_SIG(table->signature)) { in ap_is_valid_checksum() 78 rsdp = ACPI_CAST_PTR(struct acpi_table_rsdp, table); in ap_is_valid_checksum() [all …]
|
D | apfiles.c | 104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file() argument 114 table_length = ap_get_table_length(table); in ap_write_to_binary_file() 118 if (ACPI_VALIDATE_RSDP_SIG(table->signature)) { in ap_write_to_binary_file() 121 ACPI_COPY_NAMESEG(filename, table->signature); in ap_write_to_binary_file() 142 table->signature, filename, table->length, in ap_write_to_binary_file() 143 table->length); in ap_write_to_binary_file() 154 actual = fwrite(table, 1, table_length, file); in ap_write_to_binary_file()
|
D | acpidump.h | 71 u8 ap_is_valid_header(struct acpi_table_header *table); 73 u8 ap_is_valid_checksum(struct acpi_table_header *table); 75 u32 ap_get_table_length(struct acpi_table_header *table); 82 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance);
|
/tools/arch/x86/lib/ |
D | inat.c | 29 const insn_attr_t *table; in inat_get_escape_attribute() local 34 table = inat_escape_tables[n][0]; in inat_get_escape_attribute() 35 if (!table) in inat_get_escape_attribute() 37 if (inat_has_variant(table[opcode]) && lpfx_id) { in inat_get_escape_attribute() 38 table = inat_escape_tables[n][lpfx_id]; in inat_get_escape_attribute() 39 if (!table) in inat_get_escape_attribute() 42 return table[opcode]; in inat_get_escape_attribute() 48 const insn_attr_t *table; in inat_get_group_attribute() local 53 table = inat_group_tables[n][0]; in inat_get_group_attribute() 54 if (!table) in inat_get_group_attribute() [all …]
|
/tools/bpf/bpftool/ |
D | pids.c | 16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() argument 20 void delete_obj_refs_table(struct obj_refs_table *table) {} in delete_obj_refs_table() argument 21 void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id, const char *prefix) {} in emit_obj_refs_plain() argument 22 void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json() argument 28 static void add_ref(struct obj_refs_table *table, struct pid_iter_entry *e) in add_ref() argument 35 hash_for_each_possible(table->table, refs, node, e->id) { in add_ref() 79 hash_add(table->table, &refs->node, e->id); in add_ref() 90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table() argument 98 hash_init(table->table); in build_obj_refs_table() 154 add_ref(table, e); in build_obj_refs_table() [all …]
|
D | main.h | 112 DECLARE_HASHTABLE(table, 16); 122 DECLARE_HASHTABLE(table, 16); 140 int build_pinned_obj_table(struct pinned_obj_table *table, 143 __weak int build_obj_refs_table(struct obj_refs_table *table, 145 __weak void delete_obj_refs_table(struct obj_refs_table *table); 146 __weak void emit_obj_refs_json(struct obj_refs_table *table, __u32 id, 148 __weak void emit_obj_refs_plain(struct obj_refs_table *table, __u32 id,
|
/tools/testing/selftests/netfilter/ |
D | nft_trans_stress.sh | 29 for table in $tables; do 30 echo add table inet "$table" >> "$tmp" 31 echo flush table inet "$table" >> "$tmp" 33 echo "add chain inet $table INPUT { type filter hook input priority 0; }" >> "$tmp" 34 echo "add chain inet $table OUTPUT { type filter hook output priority 0; }" >> "$tmp" 37 echo "add chain inet $table $chain" >> "$tmp" 43 echo "add rule inet $table $BASE counter jump $chain" >> "$tmp" 45 echo "add rule inet $table $chain counter return" >> "$tmp" 64 for table in $tables;do 67 ip netns exec "$testns" nft delete table inet $table 2>/dev/null
|
D | conntrack_vrf.sh | 81 ip -net $ns0 li add tvrf type vrf table 9876 109 table testct { 163 table ip nat { 190 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2' && 191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]' 212 table ip nat { 227 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2'
|
D | nft_nat.sh | 185 table $family nat { 260 table $family nat { 386 table $family nat { 453 table $family nat { 554 table $family nat { 653 table $family nat { 691 ip netns exec "$ns0" nft delete table $family nat 735 table $family nat { 774 ip netns exec "$ns0" nft delete table $family nat 838 table $family filter { [all …]
|
D | nft_fib.sh | 60 table inet filter { 73 table inet filter { 99 …line=$(ip netns exec ${ns} nft list table inet filter | grep 'fib saddr . iif' | grep $address | g… 104 ip netns exec ${ns} nft list table inet filter 189 ip netns exec ${nsrouter} nft flush table inet filter
|
/tools/perf/tests/ |
D | pfm.c | 55 } table[] = { in test__pfm_events() local 86 for (i = 0; i < ARRAY_SIZE(table); i++) { in test__pfm_events() 93 table[i].events, in test__pfm_events() 95 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events() 97 table[i].nr_events); in test__pfm_events() 98 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_events() 116 } table[] = { in test__pfm_group() local 170 for (i = 0; i < ARRAY_SIZE(table); i++) { in test__pfm_group() 177 table[i].events, in test__pfm_group() 179 TEST_ASSERT_EQUAL(table[i].events, in test__pfm_group() [all …]
|
D | pmu-events.c | 250 return tables->table; in __test_pmu_get_sys_events_table() 380 struct pmu_event *table; in test_pmu_event_table() local 391 for (table = map->table; table->name; table++) { in test_pmu_event_table() 395 if (table->pmu) in test_pmu_event_table() 404 if (strcmp(table->name, event->name)) in test_pmu_event_table() 409 if (compare_pmu_events(table, event)) in test_pmu_event_table() 412 pr_debug("testing event table %s: pass\n", table->name); in test_pmu_event_table() 417 table->name); in test_pmu_event_table() 422 for (table = sys_event_tables; table->name; table++) { in test_pmu_event_table() 432 if (strcmp(table->name, event->name)) in test_pmu_event_table() [all …]
|
/tools/testing/selftests/net/ |
D | fib-onlink-tests.sh | 183 ip li add ${VRF} type vrf table ${VRF_TABLE} 185 ip ro add table ${VRF_TABLE} unreachable default metric 8192 186 ip -6 ro add table ${VRF_TABLE} unreachable default metric 8192 214 ip -6 ro add table ${VRF_TABLE} default via ${V6ADDRS[p7]/::[0-9]/::64} 227 ip ro flush table ${VRF_TABLE} 228 ip -6 ro flush table ${VRF_TABLE} 237 local table="$1" 247 run_cmd ip ro add table "${table}" "${prefix}"/32 via "${gw}" "${dev}" onlink 253 local table="$1" 263 run_cmd ip ro add table "${table}" "${prefix}"/32 \ [all …]
|
D | fib_rule_tests.sh | 108 $IP -6 rule add $match table $RTABLE 119 $IP -6 route add table $RTABLE default via $GW_IP6 dev $DEV onlink 177 $IP rule add $match table $RTABLE 188 $IP route add table $RTABLE default via $GW_IP4 dev $DEV onlink
|
D | route_localnet.sh | 18 ip route del 127.0.0.0/8 dev lo table local 19 ip netns exec "${PEER_NS}" ip route del 127.0.0.0/8 dev lo table local
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | fib.sh | 103 ip -n $ns route add table local 192.0.2.1/32 dev dummy1 107 ip -n $ns route add table main 192.0.2.1/32 dev dummy1 115 ip -n $ns route add table main 192.0.2.2/32 dev dummy1 119 ip -n $ns route add table local 192.0.2.2/32 dev dummy1 200 ip -n $ns route add table local 2001:db8:1::1/128 dev dummy1 204 ip -n $ns route add table main 2001:db8:1::1/128 dev dummy1 212 ip -n $ns route add table main 2001:db8:1::2/128 dev dummy1 216 ip -n $ns route add table local 2001:db8:1::2/128 dev dummy1
|
D | vxlan.sh | 563 ip route show table local 198.51.100.1 568 ip route show table local 198.51.100.1 573 ip route show table local 198.51.100.1 582 ip route show table local 198.51.100.1 587 ip route show table local 198.51.100.1 596 ip route show table local 198.51.100.1 601 ip route show table local 198.51.100.1 610 ip route show table local 198.51.100.1 615 ip route show table local 198.51.100.1 621 ip route show table local 198.51.100.1 [all …]
|
/tools/power/acpi/os_specific/service_layers/ |
D | oslinuxtbl.c | 38 struct acpi_table_header **table); 42 char *signature, struct acpi_table_header **table); 44 static void osl_unmap_table(struct acpi_table_header *table); 59 struct acpi_table_header **table, 67 struct acpi_table_header **table, 156 struct acpi_table_header **table) in acpi_os_get_table_by_address() argument 195 *table = local_table; in acpi_os_get_table_by_address() 221 struct acpi_table_header **table, in acpi_os_get_table_by_name() argument 240 osl_get_bios_table(signature, instance, table, address); in acpi_os_get_table_by_name() 245 instance, table, address); in acpi_os_get_table_by_name() [all …]
|
/tools/arch/x86/tools/ |
D | gen-insn-attr-x86.awk | 17 delete table 174 if (array_size(table) != 0) { 175 print_table(table, tname "[INAT_GROUP_TABLE_SIZE]", 196 if (array_size(table) != 0) { 197 print_table(table, tname "[INAT_OPCODE_TABLE_SIZE]", 265 if (idx in table) 279 table[idx] = "INAT_MAKE_ESCAPE(" escape[ref] ")" 355 table[idx] = add_flags(table[idx],flags) 359 table[idx] = add_flags(table[idx],variant)
|
/tools/perf/pmu-events/ |
D | pmu-events.h | 44 struct pmu_event *table; member 49 struct pmu_event *table; member
|
D | README | 45 (one table like the following, per JSON file; table name 'pme_power8' 61 - A 'mapping table' that maps each CPU of the architecture, to its 62 'PMU events table' 69 .table = pme_power8 81 to a single 'PMU events table'. 83 2. The 'pmu-events.h' has an extern declaration for the mapping table 84 and the generated 'pmu-events.c' defines this table. 90 matching events table and builds aliases for those events. This allows
|
/tools/perf/Documentation/ |
D | perf-kallsyms.txt | 17 addresses and the addresses in the ELF kallsyms symbol table (for symbols in 24 Increase verbosity level, showing details about symbol table loading, etc.
|
/tools/testing/kunit/test_data/ |
D | test_is_test_passed-no_tests_run_no_header.log | 11 PID hash table entries: 256 (order: -1, 2048 bytes) 12 Dentry cache hash table entries: 8192 (order: 4, 65536 bytes) 13 Inode-cache hash table entries: 4096 (order: 3, 32768 bytes) 20 Mount-cache hash table entries: 512 (order: 0, 4096 bytes) 21 Mountpoint-cache hash table entries: 512 (order: 0, 4096 bytes) 26 futex hash table entries: 256 (order: 0, 6144 bytes)
|
D | test_output_isolated_correctly.log | 4 Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) 5 Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) 45 Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) 46 Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) 51 futex hash table entries: 256 (order: 0, 6144 bytes)
|
/tools/testing/selftests/x86/ |
D | sigreturn.c | 719 const char *table; in test_bad_iret() local 721 table = "GDT"; in test_bad_iret() 723 table = "LDT"; in test_bad_iret() 725 table = "IDT"; in test_bad_iret() 727 table = "???"; in test_bad_iret() 730 table, src, sig_err >> 3); in test_bad_iret()
|