Lines Matching refs:from
117 * Macros to generate condition code outputs from inline assembly,
135 # define _ASM_EXTABLE_TYPE(from, to, type) \
138 .long (from) - . ; \
182 # define _ASM_EXTABLE_TYPE(from, to, type) \
185 " .long (" #from ") - .\n" \
190 # define _ASM_EXTABLE_TYPE_REG(from, to, type, reg) \
193 " .long (" #from ") - .\n" \
212 #define _ASM_EXTABLE(from, to) \
213 _ASM_EXTABLE_TYPE(from, to, EX_TYPE_DEFAULT)
215 #define _ASM_EXTABLE_UA(from, to) \
216 _ASM_EXTABLE_TYPE(from, to, EX_TYPE_UACCESS)
218 #define _ASM_EXTABLE_CPY(from, to) \
219 _ASM_EXTABLE_TYPE(from, to, EX_TYPE_COPY)
221 #define _ASM_EXTABLE_FAULT(from, to) \
222 _ASM_EXTABLE_TYPE(from, to, EX_TYPE_FAULT)