Home
last modified time | relevance | path

Searched refs:codetag (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/linux/
H A Dcodetag.h24 struct codetag { struct
33 struct codetag *ct; argument
40 struct codetag *start, struct codetag *end);
42 struct codetag *start, struct codetag *end);
56 struct codetag *ct;
76 struct codetag *codetag_next_ct(struct codetag_iterator *iter);
78 void codetag_to_text(struct seq_buf *out, struct codetag *ct);
H A Dalloc_tag.h29 struct codetag ct;
80 struct codetag *ct;
86 static inline struct alloc_tag *ct_to_alloc_tag(struct codetag *ct) in ct_to_alloc_tag()
/linux-6.15/lib/
H A Dcodetag.c19 struct codetag *start;
20 struct codetag *stop;
56 static inline struct codetag *get_first_module_ct(struct codetag_module *cmod) in get_first_module_ct()
62 struct codetag *get_next_module_ct(struct codetag_iterator *iter) in get_next_module_ct()
64 struct codetag *res = (struct codetag *) in get_next_module_ct()
70 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct()
74 struct codetag *ct; in codetag_next_ct()
110 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
H A Dalloc_tag.c48 struct codetag *ct; in allocinfo_start()
68 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next()
94 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text()
133 struct codetag *ct; in alloc_tag_top_users()
621 static void load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module()
H A DMakefile208 obj-$(CONFIG_CODE_TAGGING) += codetag.o
/linux-6.15/include/asm-generic/
H A Dcodetag.lds.h21 .codetag.##_name : { \
/linux-6.15/mm/
H A Dshow_mem.c436 struct codetag *ct = tags[i].ct; in __show_mem()
/linux-6.15/
H A DMAINTAINERS5869 F: include/asm-generic/codetag.lds.h
5870 F: include/linux/codetag.h
5871 F: lib/codetag.c