Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dmemblock.h137 struct memblock_type *type_b, phys_addr_t *out_start,
142 struct memblock_type *type_b, phys_addr_t *out_start,
183 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument
185 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
188 __next_mem_range(&i, nid, flags, type_a, type_b, \
203 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument
206 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
209 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
/linux-5.19.10/mm/
Dmemblock.c1026 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range() argument
1046 if (!type_b) { in __next_mem_range()
1059 for (; idx_b < type_b->cnt + 1; idx_b++) { in __next_mem_range()
1064 r = &type_b->regions[idx_b]; in __next_mem_range()
1066 r_end = idx_b < type_b->cnt ? in __next_mem_range()
1122 struct memblock_type *type_b, in __next_mem_range_rev() argument
1134 if (type_b != NULL) in __next_mem_range_rev()
1135 idx_b = type_b->cnt; in __next_mem_range_rev()
1150 if (!type_b) { in __next_mem_range_rev()
1168 r = &type_b->regions[idx_b]; in __next_mem_range_rev()
[all …]
/linux-5.19.10/arch/x86/events/intel/
Duncore_discovery.c66 struct intel_uncore_discovery_type *type_b = __node_2_type(b); in __type_cmp() local
69 if (type_b->type > *type_id) in __type_cmp()
71 else if (type_b->type < *type_id) in __type_cmp()
/linux-5.19.10/drivers/acpi/
Dsleep.c86 u8 type_a, type_b; in acpi_sleep_state_supported() local
88 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
/linux-5.19.10/drivers/nfc/pn533/
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()