Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dcodetag.h27 struct codetag { struct
36 struct codetag *ct; argument
43 struct codetag *start, struct codetag *end);
45 struct codetag *start, struct codetag *end);
59 struct codetag *ct;
80 struct codetag *codetag_next_ct(struct codetag_iterator *iter);
82 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/lib/
H A Dcodetag.c25 struct codetag *start;
26 struct codetag *stop;
64 static inline struct codetag *get_first_module_ct(struct codetag_module *cmod) in get_first_module_ct()
70 struct codetag *get_next_module_ct(struct codetag_iterator *iter) in get_next_module_ct()
72 struct codetag *res = (struct codetag *) in get_next_module_ct()
78 struct codetag *codetag_next_ct(struct codetag_iterator *iter) in codetag_next_ct()
82 struct codetag *ct; in codetag_next_ct()
120 void codetag_to_text(struct seq_buf *out, struct codetag *ct) in codetag_to_text()
H A Dalloc_tag.c67 struct codetag *ct = codetag_next_ct(&priv->iter); in allocinfo_next()
88 static void alloc_tag_to_text(struct seq_buf *out, struct codetag *ct) in alloc_tag_to_text()
129 struct codetag *ct; in alloc_tag_top_users()
610 static int load_module(struct module *mod, struct codetag *start, struct codetag *stop) in load_module()
H A DMakefile198 obj-$(CONFIG_CODE_TAGGING) += codetag.o
/linux/mm/
H A Dshow_mem.c440 struct codetag *ct = tags[i].ct; in __show_mem()
/linux/
H A DMAINTAINERS6243 F: include/asm-generic/codetag.lds.h
6244 F: include/linux/codetag.h
6245 F: lib/codetag.c