Lines Matching refs:error_code
83 * Same as DECLARE_IDTENTRY, but has an extra error_code argument for the
89 __visible void func(struct pt_regs *regs, unsigned long error_code)
96 * Same as DEFINE_IDTENTRY, but has an extra error_code argument
100 unsigned long error_code); \
103 unsigned long error_code) \
108 __##func (regs, error_code); \
114 unsigned long error_code)
181 __visible noinstr void func(struct pt_regs *regs, unsigned long error_code)
199 * to the function as error_code argument which needs to be truncated
210 unsigned long error_code) \
213 u32 vector = (u32)(u8)error_code; \
352 __visible noinstr void kernel_##func(struct pt_regs *regs, unsigned long error_code); \
353 __visible noinstr void user_##func(struct pt_regs *regs, unsigned long error_code)
428 unsigned long error_code, \
440 unsigned long error_code, \