/arch/mips/include/asm/ |
D | bug.h | 22 static inline void __BUG_ON(unsigned long condition) in __BUG_ON() argument 24 if (__builtin_constant_p(condition)) { in __BUG_ON() 25 if (condition) in __BUG_ON() 31 : : "r" (condition), "i" (BRK_BUG)); in __BUG_ON()
|
/arch/arm/nwfpe/ |
D | entry.S | 84 bl checkCondition @ check the condition 85 cmp r0, #0 @ r0 = 0 ==> condition failed 87 @ if condition code failed to match, next insn 108 b emulate @ check condition and emulate
|
/arch/avr32/include/asm/ |
D | bug.h | 58 #define WARN_ON(condition) \ argument 60 int __ret_warn_on = !!(condition); \
|
/arch/x86/include/asm/ |
D | traps.h | 66 static inline int get_si_code(unsigned long condition) in get_si_code() argument 68 if (condition & DR_STEP) in get_si_code() 70 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
|
/arch/x86/kernel/ |
D | traps.c | 579 unsigned long condition; in do_debug() local 582 get_debugreg(condition, 6); in do_debug() 590 if (notify_die(DIE_DEBUG, "debug", regs, condition, error_code, in do_debug() 598 if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) { in do_debug() 609 tsk->thread.debugreg6 = condition; in do_debug() 615 if (condition & DR_STEP) { in do_debug() 620 si_code = get_si_code(condition); in do_debug()
|
/arch/x86/boot/ |
D | boot.h | 31 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
/arch/m68k/fpsp040/ |
D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
D | kernel_ex.S | 51 | set FPSR exception status dz bit, condition code 106 | set FPSR exception status operr bit, condition code
|
D | res_func.S | 604 | condition exists with a very large norm and a denorm. One 614 | The wrap-around condition occurs for add, sub, div, and cmp 626 | for this condition. The restore flag (RES_FLG) is left clear. 697 | One of the ops is denormalized. Test for wrap condition 758 | an overflow condition. 801 | One of the ops is denormalized. Test for wrap condition 976 | One of the ops is denormalized. Test for wrap condition 1157 | One of the ops is denormalized. Test for wrap condition 1195 | One of the ops is denormalized. Test for wrap condition 1218 | an underflow condition.
|
D | bugfix.S | 206 | bug condition. Otherwise, exit. 358 | go and fix the bug condition. Otherwise, exit.
|
D | x_operr.S | 211 | This operr condition is not of the special case. Set operr
|
D | get_op.S | 544 | packed cases, but we must set the FPSR condition codes properly.
|
D | skeleton.S | 15 | the FPSP was entered. In particular, whatever condition
|
/arch/powerpc/platforms/cell/spufs/ |
D | spufs.h | 321 #define spufs_wait(wq, condition) \ argument 327 if (condition) \
|
/arch/x86/mm/ |
D | kmmio.c | 307 static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs) in post_kmmio_handler() argument 319 ctx->probe->post_handler(ctx->probe, condition, regs); in post_kmmio_handler()
|
D | mmio-mod.c | 207 static void post(struct kmmio_probe *p, unsigned long condition, in post() argument
|
/arch/alpha/include/asm/ |
D | err_ev7.h | 157 u8 condition; /* condition reported */ member
|
/arch/m68k/ifpsp060/ |
D | ilsp.doc | 110 The library routines also return the correct condition code 123 mov.w %cc,_tmp # save off condition codes
|
D | fskeleton.S | 246 | discovers that the trap condition is true and it should branch to the operating
|
/arch/m68k/math-emu/ |
D | fp_cond.S | 83 swap %d1 | test condition in %d1
|
/arch/sparc/kernel/ |
D | wof.S | 121 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
|
/arch/m68k/ifpsp060/src/ |
D | ilsp.S | 88 # Restore sign info if signed instruction. Set the condition # 501 # Set the condition codes as appropriate before performing an # 578 # now, grab the condition codes. only one that can be set is 'N'. 590 # use movm here to not disturb the condition codes.
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 198 pop $dccr ; condition codes 212 pop $dccr ; condition codes
|
/arch/cris/arch-v32/kernel/ |
D | entry.S | 236 rfe ; Restore condition code stack in delay-slot.
|
/arch/blackfin/ |
D | Kconfig.debug | 52 will happen immediately when an error condition occurs. This comes
|