Home
last modified time | relevance | path

Searched refs:type_b (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/linux/
H A Dmemblock.h142 struct memblock_type *type_b, phys_addr_t *out_start,
147 struct memblock_type *type_b, phys_addr_t *out_start,
188 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
190 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
193 __next_mem_range(&i, nid, flags, type_a, type_b, \
208 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
211 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
214 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/linux-6.15/mm/
H A Dmemblock.c1121 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range() argument
1137 if (!type_b) { in __next_mem_range()
1150 for (; idx_b < type_b->cnt + 1; idx_b++) { in __next_mem_range()
1155 r = &type_b->regions[idx_b]; in __next_mem_range()
1157 r_end = idx_b < type_b->cnt ? in __next_mem_range()
1213 struct memblock_type *type_b, in __next_mem_range_rev() argument
1222 if (type_b != NULL) in __next_mem_range_rev()
1223 idx_b = type_b->cnt; in __next_mem_range_rev()
1238 if (!type_b) { in __next_mem_range_rev()
1256 r = &type_b->regions[idx_b]; in __next_mem_range_rev()
[all …]
/linux-6.15/tools/perf/util/
H A Dannotate-data.c469 static bool is_better_type(Dwarf_Die *type_a, Dwarf_Die *type_b) in is_better_type() argument
475 if (is_pointer_type(type_a) != is_pointer_type(type_b)) in is_better_type()
476 return is_pointer_type(type_b); in is_better_type()
478 if (is_pointer_type(type_b)) { in is_better_type()
485 if (die_get_real_type(type_b, &die_b) == NULL) in is_better_type()
489 type_b = &die_b; in is_better_type()
494 dwarf_aggregate_size(type_b, &size_b) < 0) in is_better_type()
501 if (is_compound_type(type_a) != is_compound_type(type_b)) in is_better_type()
502 return is_compound_type(type_b); in is_better_type()
505 if (dwarf_tag(type_b) == DW_TAG_typedef) in is_better_type()
/linux-6.15/arch/x86/events/intel/
H A Duncore_discovery.c54 struct intel_uncore_discovery_type *type_b = __node_2_type(b); in __type_cmp() local
57 if (type_b->type > *type_id) in __type_cmp()
59 else if (type_b->type < *type_id) in __type_cmp()
/linux-6.15/drivers/acpi/
H A Dsleep.c90 u8 type_a, type_b; in acpi_sleep_state_supported() local
92 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/linux-6.15/drivers/nfc/pn533/
H A Dpn533.c85 } __packed type_b; member
148 .initiator_data.type_b = {
860 static bool pn533_target_type_b_is_valid(struct pn533_target_type_b *type_b, in pn533_target_type_b_is_valid() argument
866 if (type_b->sensb_res.opcode != PN533_TYPE_B_OPC_SENSB_RES) in pn533_target_type_b_is_valid()
869 if (PN533_TYPE_B_PROT_TYPE(type_b->sensb_res.prot_info.fsci_type) & in pn533_target_type_b_is_valid()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-core.c1401 enum coresight_dev_type type_b, in coresight_compare_type() argument
1404 if (type_a != type_b) in coresight_compare_type()