Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dannotate.h16 #define ASM_ANNOTATE_LABEL(label, type) \ macro
43 #define ASM_ANNOTATE_LABEL(label, type) ""
61 #define ANNOTATE_NOENDBR_SYM(sym) asm(ASM_ANNOTATE_LABEL(sym, ANNOTYPE_NOENDBR))
72 #define ANNOTATE_INSTR_BEGIN(label) ASM_ANNOTATE_LABEL(label, ANNOTYPE_INSTR_BEGIN)
73 #define ANNOTATE_INSTR_END(label) ASM_ANNOTATE_LABEL(label, ANNOTYPE_INSTR_END)
97 #define ANNOTATE_REACHABLE(label) ASM_ANNOTATE_LABEL(label, ANNOTYPE_REACHABLE)
106 #define ANNOTATE_NOCFI_SYM(sym) asm(ASM_ANNOTATE_LABEL(sym, ANNOTYPE_NOCFI))