Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/arm/arm/
Din_cksum_arm.S81 #define _EENTRY(x) GLOBAL(x); _LEENTRY(x) macro
86 #define _ENTRY(x) .text; _ALIGN_TEXT; _EENTRY(x); _FNSTART
90 #define EENTRY(y) _EENTRY(_C_LABEL(y));
92 #define EENTRY_NP(y) _EENTRY(_C_LABEL(y))