Searched refs:condition (Results 101 - 125 of 163) sorted by relevance

1234567

/linux-master/arch/m68k/fpsp040/
H A 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
[all...]
H A Dx_operr.S211 | This operr condition is not of the special case. Set operr
H A Dbugfix.S206 | bug condition. Otherwise, exit.
358 | go and fix the bug condition. Otherwise, exit.
H A Dget_op.S544 | packed cases, but we must set the FPSR condition codes properly.
H A Dskeleton.S15 | the FPSP was entered. In particular, whatever condition
/linux-master/drivers/ssb/
H A Dsdio.c464 #define GOTO_ERROR_ON(condition, description) do { \
465 if (unlikely(condition)) { \
H A Dpcmcia.c589 #define GOTO_ERROR_ON(condition, description) do { \
590 if (unlikely(condition)) { \
/linux-master/drivers/spi/
H A Dspi-ingenic.c72 bool condition)
77 !!(val & mask) == condition,
70 spi_ingenic_wait(struct ingenic_spi *priv, unsigned long mask, bool condition) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display.h551 #define I915_STATE_WARN(__i915, condition, format...) ({ \
553 int __ret_warn_on = !!(condition); \
/linux-master/arch/sparc/kernel/
H A Dwof.S89 /* The trap entry point has set the condition codes
122 wr %t_psr, 0x0, %psr ! restore condition codes in %psr
279 /* Restore globals, condition codes in the %psr and
/linux-master/arch/x86/mm/
H A Dmmio-mod.c193 static void post(struct kmmio_probe *p, unsigned long condition, argument
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c298 static int if_sdio_wait_status(struct if_sdio_card *card, const u8 condition) argument
309 if ((status & condition) == condition)
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S88 # Restore sign info if signed instruction. Set the condition #
229 # use movm here to not disturb the condition codes.
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.
727 # use movm here to not disturb the condition codes.
774 # cc = condition codes are set correctly #
782 # The condition codes are set correctly before the final "rts". #
/linux-master/net/ax25/
H A Dax25_in.c147 ax25->condition |= AX25_COND_OWN_RX_BUSY;
/linux-master/include/net/
H A Dax25.h243 unsigned char condition, backoff; member in struct:ax25_cb
H A Dnetlink.h395 #define __NLA_ENSURE(condition) BUILD_BUG_ON_ZERO(!(condition))
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.h153 * @condition: condition for blocking check
157 * @on: block condition
163 bool condition; member in struct:sst_block
/linux-master/drivers/net/wireless/purelifi/plfxlc/
H A Dusb.c777 if (!hw || intf->condition != USB_INTERFACE_BOUND)
796 if (!hw || intf->condition != USB_INTERFACE_BOUND)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c57 #define relay_assert(relay, condition) xe_gt_assert(relay_to_gt(relay), condition)
/linux-master/include/linux/
H A Dfb.h871 #define fb_WARN_ONCE(fb_info, condition, fmt, ...) \
872 WARN_ONCE(condition, "fb%d: " fmt, (fb_info)->node, ##__VA_ARGS__)
/linux-master/arch/x86/kernel/
H A Dsev-shared.c21 #define WARN(condition, format...) (!!(condition))
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dphy.c248 const u32 condition)
257 if (condition == 0xCDCDCDCD)
260 cond = condition & 0xFF;
264 cond = condition & 0xFF00;
269 cond = condition & 0xFF0000;
247 _rtl88e_check_condition(struct ieee80211_hw *hw, const u32 condition) argument
/linux-master/net/iucv/
H A Daf_iucv.c56 #define __iucv_sock_wait(sk, condition, timeo, ret) \
62 while (!(condition)) { \
81 #define iucv_sock_wait(sk, condition, timeo) \
84 if (!(condition)) \
85 __iucv_sock_wait(sk, condition, timeo, __ret); \
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S246 | discovers that the trap condition is true and it should branch to the operating
/linux-master/lib/lz4/
H A Dlz4_decompress.c50 #define assert(condition) ((void)0)

Completed in 266 milliseconds

1234567