Searched refs:get_identifier (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/scripts/gcc-plugins/ |
H A D | sancov_plugin.c | 80 nothrow_attr = tree_cons(get_identifier("nothrow"), NULL, NULL); in sancov_start_unit() 83 leaf_attr = tree_cons(get_identifier("leaf"), NULL, NULL); in sancov_start_unit()
|
H A D | randomize_layout_plugin.c | 375 …TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("randomize_performed"), NULL_TREE, TYPE_ATTRIB… in relayout_struct() 376 …TYPE_ATTRIBUTES(variant) = tree_cons(get_identifier("designated_init"), NULL_TREE, TYPE_ATTRIBUTES… in relayout_struct() 378 …TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("has_flexarray"), NULL_TREE, TYPE_ATTRIBUTES(type… in relayout_struct() 449 …TYPE_ATTRIBUTES(type) = tree_cons(get_identifier("randomize_considered"), NULL_TREE, TYPE_ATTRIBUT… in randomize_type()
|
H A D | stackleak_plugin.c | 160 if (lookup_attribute_spec(get_identifier("no_caller_saved_registers"))) in add_stack_tracking() 423 if (lookup_attribute_spec(get_identifier("no_caller_saved_registers"))) in stackleak_cleanup_execute()
|
H A D | latent_entropy_plugin.c | 552 id = get_identifier("latent_entropy"); in latent_entropy_start_unit()
|
/openbmc/linux/drivers/perf/arm_cspmu/ |
H A D | arm_cspmu.h | 95 const char *(*get_identifier)(const struct arm_cspmu *cspmu); member
|
H A D | nvidia_cspmu.c | 393 impl_ops->get_identifier = NULL; in nv_cspmu_init_ops()
|
H A D | arm_cspmu.c | 423 CHECK_DEFAULT_IMPL_OPS(impl_ops, get_identifier); in arm_cspmu_init_impl_ops() 487 cspmu->identifier = impl_ops->get_identifier(cspmu); in arm_cspmu_alloc_attr_group()
|