Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Duasm.c151 UASM_EXPORT_SYMBOL(uasm_i##op);
158 UASM_EXPORT_SYMBOL(uasm_i##op);
165 UASM_EXPORT_SYMBOL(uasm_i##op);
172 UASM_EXPORT_SYMBOL(uasm_i##op);
179 UASM_EXPORT_SYMBOL(uasm_i##op);
186 UASM_EXPORT_SYMBOL(uasm_i##op);
193 UASM_EXPORT_SYMBOL(uasm_i##op);
200 UASM_EXPORT_SYMBOL(uasm_i##op);
207 UASM_EXPORT_SYMBOL(uasm_i##op);
214 UASM_EXPORT_SYMBOL(uasm_i##op);
[all …]
/linux-4.1.27/arch/mips/include/asm/
Duasm.h16 #define UASM_EXPORT_SYMBOL(sym) EXPORT_SYMBOL(sym) macro
18 #define UASM_EXPORT_SYMBOL(sym) macro