Home
last modified time | relevance | path

Searched refs:type_b (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dmemblock.h127 struct memblock_type *type_b, phys_addr_t *out_start,
132 struct memblock_type *type_b, phys_addr_t *out_start,
163 * included in type_b. Or just type_a if type_b is NULL.
166 * @type_b: ptr to memblock_type which excludes from the iteration
173 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \
175 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
178 __next_mem_range(&i, nid, flags, type_a, type_b, \
183 * type_a and not included in type_b. Or just type_a if type_b i
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dmemblock.h138 struct memblock_type *type_b, phys_addr_t *out_start,
143 struct memblock_type *type_b, phys_addr_t *out_start,
174 * included in type_b. Or just type_a if type_b is NULL.
177 * @type_b: ptr to memblock_type which excludes from the iteration
184 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \
186 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \
189 __next_mem_range(&i, nid, flags, type_a, type_b, \
194 * type_a and not included in type_b. Or just type_a if type_b i
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmemblock.c972 * @type_b: pointer to memblock_type which excludes memory from being taken
980 * areas before each region in type_b. For example, if type_b regions
994 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range()
1014 if (!type_b) { in __next_mem_range()
1027 for (; idx_b < type_b->cnt + 1; idx_b++) { in __next_mem_range()
1032 r = &type_b->regions[idx_b]; in __next_mem_range()
1034 r_end = idx_b < type_b->cnt ? in __next_mem_range()
1077 * @type_b: pointer to memblock_type which excludes memory from being taken
1083 * in type_b
992 __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range() argument
1087 __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range_rev() argument
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemblock.c1041 * @type_b: pointer to memblock_type which excludes memory from being taken
1049 * areas before each region in type_b. For example, if type_b regions
1063 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range()
1083 if (!type_b) { in __next_mem_range()
1096 for (; idx_b < type_b->cnt + 1; idx_b++) { in __next_mem_range()
1101 r = &type_b->regions[idx_b]; in __next_mem_range()
1103 r_end = idx_b < type_b->cnt ? in __next_mem_range()
1146 * @type_b: pointer to memblock_type which excludes memory from being taken
1152 * in type_b
1061 __next_mem_range(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range() argument
1156 __next_mem_range_rev(u64 *idx, int nid, enum memblock_flags flags, struct memblock_type *type_a, struct memblock_type *type_b, phys_addr_t *out_start, phys_addr_t *out_end, int *out_nid) __next_mem_range_rev() argument
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/acpi/
H A 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()
/kernel/linux/linux-5.10/drivers/nfc/pn533/
H A Dpn533.c85 } __packed type_b; member
148 .initiator_data.type_b = {
868 static bool pn533_target_type_b_is_valid(struct pn533_target_type_b *type_b, in pn533_target_type_b_is_valid() argument
874 if (type_b->sensb_res.opcode != PN533_TYPE_B_OPC_SENSB_RES) in pn533_target_type_b_is_valid()
877 if (PN533_TYPE_B_PROT_TYPE(type_b->sensb_res.prot_info.fsci_type) & in pn533_target_type_b_is_valid()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-core.c1707 enum coresight_dev_type type_b, in coresight_compare_type()
1710 if (type_a != type_b) in coresight_compare_type()
1705 coresight_compare_type(enum coresight_dev_type type_a, union coresight_dev_subtype subtype_a, enum coresight_dev_type type_b, union coresight_dev_subtype subtype_b) coresight_compare_type() argument

Completed in 19 milliseconds