Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 41) sorted by relevance

12

/arch/powerpc/include/asm/
Ddelay.h57 #define spin_event_timeout(condition, timeout, delay) \ argument
59 typeof(condition) __ret; \
64 while (!(__ret = (condition)) && \
69 while (!(__ret = (condition)) && \
75 __ret = (condition); \
/arch/mips/include/asm/
Dbug.h22 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/blackfin/include/asm/
Dbug.h58 #define WARN_ON(condition) \ argument
60 int __ret_warn_on = !!(condition); \
/arch/arm/nwfpe/
Dentry.S86 bl arm_check_condition @ check the condition
87 cmp r0, #ARM_OPCODE_CONDTEST_PASS @ condition passed?
89 @ if condition code failed to match, next insn
111 b emulate @ check condition and emulate
/arch/x86/include/asm/
Dtraps.h93 static inline int get_si_code(unsigned long condition) in get_si_code() argument
95 if (condition & DR_STEP) in get_si_code()
97 else if (condition & (DR_TRAP0|DR_TRAP1|DR_TRAP2|DR_TRAP3)) in get_si_code()
/arch/powerpc/kvm/
Dbook3s_64_vio_hv.c46 #define WARN_ON_ONCE_RM(condition) ({ \ argument
48 int __ret_warn_once = !!(condition); \
53 __stringify(condition), \
62 #define WARN_ON_ONCE_RM(condition) ({ \ argument
63 int __ret_warn_on = !!(condition); \
/arch/x86/boot/
Dboot.h33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
/arch/powerpc/platforms/cell/spufs/
Dspufs.h319 #define spufs_wait(wq, condition) \ argument
325 if (condition) \
/arch/s390/net/
Dbpf_jit.S119 ltgr %r15,%r15 # Set condition code
/arch/m68k/fpsp040/
Dx_unimp.S56 | exception byte and condition codes are clear before proceeding
Dkernel_ex.S51 | set FPSR exception status dz bit, condition code
106 | set FPSR exception status operr bit, condition code
Dres_func.S604 | 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.
Dbugfix.S206 | bug condition. Otherwise, exit.
358 | go and fix the bug condition. Otherwise, exit.
Dx_operr.S211 | This operr condition is not of the special case. Set operr
/arch/arm/boot/compressed/
Defi-header.S17 @ condition flags. But it is the best we can do for EFI, since
/arch/alpha/include/asm/
Derr_ev7.h158 u8 condition; /* condition reported */ member
/arch/x86/mm/
Dkmmio.c333 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()
Dmmio-mod.c208 static void post(struct kmmio_probe *p, unsigned long condition, in post() argument
/arch/m68k/ifpsp060/
Dilsp.doc110 The library routines also return the correct condition code
123 mov.w %cc,_tmp # save off condition codes
/arch/c6x/lib/
Dcsum_64plus.S38 OR .L2X B0,A1,B0 ; non aligned condition
41 || MV .D1X B5,A1 ; words condition
/arch/arm/mm/
Dproc-v7m.S156 teq r8, #0 @ re-evalutae condition
/arch/m68k/math-emu/
Dfp_cond.S83 swap %d1 | test condition in %d1
/arch/sparc/kernel/
Dwof.S122 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
/arch/m68k/ifpsp060/src/
Dilsp.S88 # 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/
Dentry.S207 pop $dccr ; condition codes
221 pop $dccr ; condition codes

12