Home
last modified time | relevance | path

Searched refs:get_identifier (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/scripts/gcc-plugins/
H A Dsancov_plugin.c80 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 Drandomize_layout_plugin.c375 …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 Dstackleak_plugin.c160 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 Dlatent_entropy_plugin.c552 id = get_identifier("latent_entropy"); in latent_entropy_start_unit()
/openbmc/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.h95 const char *(*get_identifier)(const struct arm_cspmu *cspmu); member
H A Dnvidia_cspmu.c393 impl_ops->get_identifier = NULL; in nv_cspmu_init_ops()
H A Darm_cspmu.c423 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()