Lines Matching refs:has_error_code
345 .macro idtentry_body cfunc has_error_code:req
363 .if \has_error_code == 1
386 .macro idtentry vector asmsym cfunc has_error_code:req
391 UNWIND_HINT_IRET_REGS offset=\has_error_code*8 signal=0
393 UNWIND_HINT_IRET_REGS offset=\has_error_code*8
400 .if \has_error_code == 0
418 idtentry_body \cfunc \has_error_code
435 idtentry \vector asm_\cfunc \cfunc has_error_code=1
443 idtentry \vector asm_\cfunc \cfunc has_error_code=0
491 idtentry_body noist_\cfunc, has_error_code=0
571 idtentry_body user_\cfunc, has_error_code=1