/openbmc/linux/include/linux/ |
H A D | memblock.h | 138 struct memblock_type *type_a, 143 struct memblock_type *type_a, 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 | 1096 struct memblock_type *type_a, in __next_mem_range() argument 1103 for (; idx_a < type_a->cnt; idx_a++) { in __next_mem_range() 1104 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range() 1110 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range() 1188 struct memblock_type *type_a, in __next_mem_range_rev() argument 1197 idx_a = type_a->cnt - 1; in __next_mem_range_rev() 1205 struct memblock_region *m = &type_a->regions[idx_a]; in __next_mem_range_rev() 1211 if (should_skip_region(type_a, m, nid, flags)) in __next_mem_range_rev()
|
/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/qemu/tests/unit/ |
H A D | test-qobject-output-visitor.c | 362 tmp->u.value_a.type_a = TEST_UNION_ENUM_A_VALUE_A1; in test_visitor_out_union_in_union() 380 tmp->u.value_a.type_a = TEST_UNION_ENUM_A_VALUE_A2; in test_visitor_out_union_in_union()
|
H A D | test-qobject-input-visitor.c | 723 g_assert_cmpint(tmp->u.value_a.type_a, ==, TEST_UNION_ENUM_A_VALUE_A1); in test_visitor_in_union_in_union() 737 g_assert_cmpint(tmp->u.value_a.type_a, ==, TEST_UNION_ENUM_A_VALUE_A2); in test_visitor_in_union_in_union()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 1705 static bool coresight_compare_type(enum coresight_dev_type type_a, in coresight_compare_type() argument 1710 if (type_a != type_b) in coresight_compare_type() 1713 switch (type_a) { in coresight_compare_type()
|
/openbmc/linux/drivers/nfc/pn533/ |
H A D | pn533.c | 673 static bool pn533_target_type_a_is_valid(struct pn533_target_type_a *type_a, in pn533_target_type_a_is_valid() argument 688 ssd = PN533_TYPE_A_SENS_RES_SSD(type_a->sens_res); in pn533_target_type_a_is_valid() 689 platconf = PN533_TYPE_A_SENS_RES_PLATCONF(type_a->sens_res); in pn533_target_type_a_is_valid() 698 if (PN533_TYPE_A_SEL_CASCADE(type_a->sel_res) != 0) in pn533_target_type_a_is_valid() 701 if (type_a->nfcid_len > NFC_NFCID1_MAXSIZE) in pn533_target_type_a_is_valid()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1393 static bool do_xsmadd_XX3(DisasContext *ctx, arg_XX3 *a, bool type_a, 1398 if (type_a) {
|