Home
last modified time | relevance | path

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

/include/linux/
A Dobjtool.h56 #define __ASM_ANNOTATE(label, type) \ macro
64 __ASM_ANNOTATE(911b, type)
131 #define __ASM_ANNOTATE(label, type) ""
150 #define ANNOTATE_NOENDBR_SYM(sym) asm(__ASM_ANNOTATE(sym, ANNOTYPE_NOENDBR))
161 #define ANNOTATE_INSTR_BEGIN(label) __ASM_ANNOTATE(label, ANNOTYPE_INSTR_BEGIN)
162 #define ANNOTATE_INSTR_END(label) __ASM_ANNOTATE(label, ANNOTYPE_INSTR_END)
186 #define ANNOTATE_REACHABLE(label) __ASM_ANNOTATE(label, ANNOTYPE_REACHABLE)

Completed in 3 milliseconds