Searched refs:error (Results 1 - 25 of 4512) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dxchg.h3 #error Do not include xchg.h directly!
101 /* This function doesn't exist, so you'll get a linker error
224 /* This function doesn't exist, so you'll get a linker error
/linux-master/arch/arm/boot/compressed/
H A Dhead-sharpsl.S20 #error What am I doing here...
/linux-master/arch/arm/include/asm/
H A Dglue-cache.h126 #error Unknown cache maintenance model
H A Dglue-df.h96 #error Unknown data abort handler type
H A Dglue-pf.h51 #error Unknown prefetch abort handler type
/linux-master/arch/arm/mach-rpc/include/mach/
H A Duncompress.h179 if (nr_pages * page_size < 4096*1024) error("<4M of mem\n");
/linux-master/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h21 #error You must include hardware.h not SA-1100.h
/linux-master/arch/m68k/amiga/
H A Dchipram.c75 int error; local
81 error = allocate_resource(&chipram_res, res, size, 0, UINT_MAX,
83 if (error < 0) {
85 error);
H A Dplatform.c137 int error; local
189 error = platform_device_add_data(pdev, &a1200_ide_pdata,
191 if (error)
192 return error;
200 error = platform_device_add_data(pdev, &a4000_ide_pdata,
202 if (error)
203 return error;
/linux-master/arch/m68k/coldfire/
H A Dhead.S90 #error "ERROR: I don't know how to probe your boards memory size?"
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S64 | only one rounding error. The grs bits are collected in
73 | If INEX is set, round error occurred. This is
440 | only one rounding error. The grs bits are collected in
520 | If INEX is set, round error occurred. This is compensated
614 | table will introduce no error.
H A Ddecbin.S51 | 10^(2^n) values. To reduce the error in forming factors
243 | of error in calculation of pwrten.
H A Dfpsp.h231 .set operr_bit,5 | operand error
H A Dgen_except.S64 cmpib #BUSY_SIZE-4,1(%a7) |if size <> $60, fmt error
286 bnel fpsp_fmt_error |if neither, exit with error
H A Dround.S249 error: label
H A Dsetox.S101 | This error has to be considered later in Steps 3 and 4.
270 | in Step 6 below. The total relative error in p is no
H A Dutil.S63 .long error
64 .long error
65 .long error
66 .long error
298 error: label
H A Dx_fline.S77 bnel fpsp_fmt_error |if not $40 or $41, exit with error
H A Dx_operr.S4 | fpsp_operr --- FPSP handler for operand error exception
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S107 | This is the exit point for the 060FPSP when an enabled operand error exception
109 | for enabled operand error exceptions. The exception stack frame is an operand error
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S426 set operr_bit, 5 # operand error
6755 # This error has to be considered later in Steps 3 and 4. #
6936 # be exploited in Step 6 below. The total relative error #
9907 # An operand error should occur as the result of transcendental #
10540 # jump to operand error routine for a negative src operand. #
10639 # register and jump to the operand error routine for negative
H A Dfpsp.S446 set operr_bit, 5 # operand error
2381 # _real_access() - "callout" for access error exception #
2392 # If access error: #
2393 # - The system stack is changed to an access error stack frame #
2445 # "callout" returns a failing result indicating an access error, then #
2446 # we must create an access error stack frame from the current stack #
3077 # facc_out_{b,w,l}() - store to memory took access error (opcl 3) #
3084 # No access error: #
3101 # which creates an access error stack frame from the current operr #
3152 # operand error exception
[all...]
H A Dftest.S270 bne.l error
274 bne.l error
310 bne.l error
314 bne.l error
347 bne.l error
351 bne.l error
383 bne.l error
387 bne.l error
420 bne.l error
424 bne.l error
1390 error: label
[all...]
H A Disp.S348 # _real_access() - "callout" for access error exception #
360 # If access error exception: #
382 # access error frame must be created and an exit made through #
553 tst.l %d1 # ifetch error?
827 # software emulation error = true
864 # isp_iacc() - handle instruction access error exception #
865 # isp_dacc() - handle data access error exception #
889 # future access error; if -(a7), set mda7_flg in #
893 # future access error; if (a7)+, set mia7_flg in #
1045 mov.l %a0,EXC_SAVVAL(%a6) # save in case of access error
[all...]
H A Ditest.S186 bne.l error
210 bne.l error
232 bne.l error
256 bne.l error
280 bne.l error
304 bne.l error
328 bne.l error
352 bne.l error
376 bne.l error
415 bne.l error
6358 error: label
[all...]

Completed in 351 milliseconds

1234567891011>>