Searched refs:type_b (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | memblock.h | 139 struct memblock_type *type_b, phys_addr_t *out_start, 144 struct memblock_type *type_b, phys_addr_t *out_start, 185 #define __for_each_mem_range(i, type_a, type_b, nid, flags, \ argument 187 for (i = 0, __next_mem_range(&i, nid, flags, type_a, type_b, \ 190 __next_mem_range(&i, nid, flags, type_a, type_b, \ 205 #define __for_each_mem_range_rev(i, type_a, type_b, nid, flags, \ argument 208 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \ 211 __next_mem_range_rev(&i, nid, flags, type_a, type_b, \
|
/openbmc/linux/mm/ |
H A D | memblock.c | 1097 struct memblock_type *type_b, phys_addr_t *out_start, in __next_mem_range() argument 1113 if (!type_b) { in __next_mem_range() 1126 for (; idx_b < type_b->cnt + 1; idx_b++) { in __next_mem_range() 1131 r = &type_b->regions[idx_b]; in __next_mem_range() 1133 r_end = idx_b < type_b->cnt ? in __next_mem_range() 1189 struct memblock_type *type_b, in __next_mem_range_rev() argument 1198 if (type_b != NULL) in __next_mem_range_rev() 1199 idx_b = type_b->cnt; in __next_mem_range_rev() 1214 if (!type_b) { in __next_mem_range_rev() 1232 r = &type_b->regions[idx_b]; in __next_mem_range_rev() [all …]
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_discovery.c | 54 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()
|
/openbmc/linux/drivers/acpi/ |
H A D | sleep.c | 90 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()
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | pn533.c | 85 } __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()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 1707 enum coresight_dev_type type_b, in coresight_compare_type() argument 1710 if (type_a != type_b) in coresight_compare_type()
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 1039 static void setup_dslot(DisasContext *dc, bool type_b) in setup_dslot() argument 1042 if (type_b && (dc->tb_flags & IMM_FLAG)) { in setup_dslot()
|