Searched refs:invalid (Results 1 - 25 of 144) sorted by path

123456

/linux-master/arch/arm/kernel/
H A Ddma.c67 dma->invalid = 1;
130 dma->invalid = 1;
136 * Copy address to the structure, and set the invalid bit
147 dma->invalid = 1;
153 * Copy address to the structure, and set the invalid bit
164 dma->invalid = 1;
178 dma->invalid = 1;
/linux-master/arch/arm/mach-rpc/
H A Ddma.c161 if (idma->dma.invalid) {
162 idma->dma.invalid = 0;
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.c66 input is too large, however, the invalid exception is raised and the largest
1572 corresponding value `b', and 0 otherwise. The invalid exception is raised
1693 goto invalid;
1705 invalid:
1766 goto invalid;
1778 invalid:
2459 corresponding value `b', and 0 otherwise. The invalid exception is raised
2582 goto invalid;
2593 invalid:
2945 if ( ( bExp | bSig ) == 0 ) goto invalid;
[all...]
/linux-master/arch/arm/vfp/
H A Dvfpdouble.c242 * If one was a signalling NAN, raise invalid operation.
306 * sqrt(<0) = invalid
451 * If we have a signalling NaN, signal invalid operation.
699 * different signs -> invalid
1034 * If n and m are infinity, the result is invalid
1035 * If n and m are zero, the result is invalid
1038 goto invalid;
1107 invalid:
1171 goto invalid;
1204 invalid
[all...]
H A Dvfpsingle.c250 * If one was a signalling NAN, raise invalid operation.
293 pr_warn("VFP: estimate_sqrt: invalid significand\n");
354 * sqrt(<0) = invalid
494 * If we have a signalling NaN, signal invalid operation.
649 * m >= 2^31-2^7: invalid
745 * different signs -> invalid
1082 * If n and m are infinity, the result is invalid
1083 * If n and m are zero, the result is invalid
1086 goto invalid;
1152 invalid
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dround.S37 | The result is not typed - the tag field is invalid. The
H A Dsacos.S34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
H A Dsasin.S34 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
H A Dsatanh.S41 | 5. (|X| > 1) Generate an invalid operation by 0 * infinity.
H A Dslog2.S32 | Step 0. If X < 0, create a NaN and raise the invalid operation
47 | Step 0. If X < 0, create a NaN and raise the invalid operation
61 | Step 0. If X < 0, create a NaN and raise the invalid operation
76 | Step 0. If X < 0, create a NaN and raise the invalid operation
119 blt invalid
132 blt invalid
146 blt invalid
158 blt invalid
184 invalid: label
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S6517 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
6618 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8594 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8668 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8682 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8695 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8709 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8744 blt.w invalid
8756 blt.w invalid
8768 blt.w invalid
8794 invalid: label
[all...]
H A Dfpsp.S6623 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
6724 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8700 # 5. (|X| > 1) Generate an invalid operation by 0 * infinity. #
8774 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8788 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8801 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8815 # Step 0. If X < 0, create a NaN and raise the invalid operation #
8850 blt.w invalid
8862 blt.w invalid
8874 blt.w invalid
8900 invalid: label
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-fau.h103 uint64_t invalid:1; member in struct:__anon1940::__anon1941
104 uint64_t data:63; /* unpredictable if invalid is set */
/linux-master/arch/powerpc/xmon/
H A Dppc-dis.c30 int invalid; local
33 value = (*operand->extract) (insn, dialect, &invalid);
92 int invalid; local
101 invalid = 0;
106 (*operand->extract) (insn, dialect, &invalid);
108 if (invalid)
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c39 invalid, enumerator in enum:direction
/linux-master/drivers/char/
H A Dadi.c36 " mov %[invalid], %[err]\n"
43 : [addr] "r" (addr), [invalid] "i" (EFAULT),
113 " mov %[invalid], %[err]\n"
121 [invalid] "i" (EFAULT), [asi] "i" (ASI_MCD_REAL)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgk104.c34 .invalid = gk104_vmm_lpt_invalid,
H A Dvmmgm200.c46 .invalid = gk104_vmm_lpt_invalid,
/linux-master/drivers/input/joystick/
H A Dgrip_mp.c451 int flags, slot, invalid = 0, active = 0; local
459 invalid = 1;
468 /* Return false if invalid device code received */
469 return invalid ? 0 : 1;
/linux-master/fs/hfsplus/
H A Dbfind.c190 goto invalid;
192 goto invalid;
209 invalid:
/linux-master/include/uapi/linux/
H A Dnilfs2_api.h57 NILFS_CPINFO_FNS(INVALID, invalid)
H A Dnilfs2_ondisk.h553 NILFS_CHECKPOINT_FNS(INVALID, invalid)
/linux-master/net/netfilter/
H A Dxt_dccp.c47 goto invalid;
76 invalid:
/linux-master/tools/usb/
H A Dffs-test.c540 goto invalid;
547 goto invalid;
557 invalid:
/linux-master/arch/arm/include/asm/mach/
H A Ddma.h32 unsigned int invalid:1; /* Address/Count changed */ member in struct:dma_struct

Completed in 286 milliseconds

123456