| /arch/powerpc/include/asm/ |
| A D | delay.h | 53 #define spin_event_timeout(condition, timeout, delay) \ argument 55 typeof(condition) __ret; \ 60 while (!(__ret = (condition)) && \ 65 while (!(__ret = (condition)) && \ 71 __ret = (condition); \
|
| /arch/mips/include/asm/ |
| A 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/x86/include/asm/ |
| A D | traps.h | 28 static inline int get_si_code(unsigned long condition) in get_si_code() argument 30 if (condition & DR_STEP) in get_si_code() 32 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
|
| /arch/arm64/kvm/hyp/nvhe/ |
| A D | list_debug.c | 15 #define NVHE_CHECK_DATA_CORRUPTION(condition) \ argument 17 bool corruption = unlikely(condition); \
|
| /arch/arm/nwfpe/ |
| A D | entry.S | 75 bl arm_check_condition @ check the condition 76 cmp r0, #ARM_OPCODE_CONDTEST_PASS @ condition passed? 78 @ if condition code failed to match, next insn 100 b emulate @ check condition and emulate
|
| /arch/parisc/net/ |
| A D | bpf_jit.h | 180 #define hppa_combt(r1, r2, target_addr, condition, nop) \ argument 182 r2, r1, condition, target_addr, nop) /* combt,cond,n r1,r2,addr */ 194 #define hppa_combf(r1, r2, target_addr, condition, nop) \ argument 196 r2, r1, condition, target_addr, nop) /* combf,cond,n r1,r2,addr */
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | spufs.h | 306 #define spufs_wait(wq, condition) \ argument 312 if (condition) \
|
| /arch/m68k/fpsp040/ |
| A D | x_unimp.S | 56 | exception byte and condition codes are clear before proceeding
|
| A D | kernel_ex.S | 51 | set FPSR exception status dz bit, condition code 106 | set FPSR exception status operr bit, condition code
|
| A 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.
|
| A D | bugfix.S | 206 | bug condition. Otherwise, exit. 358 | go and fix the bug condition. Otherwise, exit.
|
| A D | x_operr.S | 211 | This operr condition is not of the special case. Set operr
|
| A D | get_op.S | 544 | packed cases, but we must set the FPSR condition codes properly.
|
| A D | skeleton.S | 15 | the FPSP was entered. In particular, whatever condition
|
| /arch/x86/mm/ |
| A D | kmmio.c | 334 static int post_kmmio_handler(unsigned long condition, struct pt_regs *regs) in post_kmmio_handler() argument 350 ctx->probe->post_handler(ctx->probe, condition, regs); in post_kmmio_handler()
|
| A D | mmio-mod.c | 193 static void post(struct kmmio_probe *p, unsigned long condition, in post() argument
|
| /arch/alpha/include/asm/ |
| A D | err_ev7.h | 158 u8 condition; /* condition reported */ member
|
| /arch/m68k/ifpsp060/ |
| A D | ilsp.doc | 110 The library routines also return the correct condition code 123 mov.w %cc,_tmp # save off condition codes
|
| A D | fskeleton.S | 246 | discovers that the trap condition is true and it should branch to the operating
|
| /arch/x86/boot/startup/ |
| A D | sev-shared.c | 19 #define WARN(condition, format...) (!!(condition)) argument
|
| /arch/m68k/math-emu/ |
| A D | fp_cond.S | 83 swap %d1 | test condition in %d1
|
| /arch/arm/mm/ |
| A D | proc-v7m.S | 153 teq r8, #0 @ re-evalutae condition
|
| /arch/sparc/kernel/ |
| A D | wof.S | 122 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
|
| /arch/m68k/ifpsp060/src/ |
| A 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/x86/boot/ |
| A D | header.S | 449 # pointer is moving faster than the output pointer. A condition only
|