Searched refs:ok (Results 1 - 25 of 215) sorted by path

123456789

/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S74 nop @ start auto refresh only after clk ok
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S679 fblt A14_st |if less, all is ok, go to A14
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S11370 # ok, I have a problem with putting the dst op at FP_DST. the emulation
14859 # ok, so now the result has a exponent equal to the smallest normalized
15027 # ok, so it's not an OPERR. but, we do have to remember to return the
15312 # ok, so now the result has a exponent equal to the smallest normalized
15479 # ok, so it's not an OPERR. but we do have to remember to return
24166 fblt.w A14_st # if less, all is ok, go to A14
/linux-master/arch/x86/boot/
H A Da20.c56 int ok = 0; local
67 ok = rdgs32(A20_TEST_ADDR+0x10) ^ ctr;
68 if (ok)
73 return ok;
123 * Actual routine to enable A20; return 0 on ok, -1 on failure
/linux-master/drivers/crypto/ccree/
H A Dcc_fips.h20 void cc_set_ree_fips_status(struct cc_drvdata *drvdata, bool ok);
32 bool ok) {}
31 cc_set_ree_fips_status(struct cc_drvdata *drvdata, bool ok) argument
/linux-master/drivers/mtd/tests/
H A Dpagetest.c183 pr_info("crosstest ok\n");
263 pr_info("erasecrosstest ok\n");
269 int err = 0, i, ebnum, ok = 1; local
309 ok = 0;
313 if (ok && !err)
314 pr_info("erasetest ok\n");
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.h239 unsigned ok:1; /* current packet transmitted without error */ member in struct:tx_pkt_status
288 unsigned ok:1; /* current packet received ok without error */ member in struct:rx_pkt_status
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.h195 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok);
/linux-master/fs/hpfs/
H A Dmap.c291 if (((31 + de->namelen + de->down*4 + 3) & ~3) < le16_to_cpu(de->length) && s->s_flags & SB_RDONLY) goto ok;
295 ok:
/linux-master/sound/
H A Dlast.c13 int idx, ok = 0; local
21 ok++;
24 if (ok == 0)
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c44 static int ok(void) function
141 func_ptr = ok;
/linux-master/Documentation/sphinx/
H A Dkfigure.py313 ok = False
322 ok = ok1 and ok2
325 ok = dot2format(app, src_fname, dst_fname)
329 ok = svg2pdf(app, src_fname, dst_fname)
331 if not ok:
415 ok = svg2pdf(app, svg_fname, pdf_fname)
422 ok = bool(exit_code == 0)
424 return ok
/linux-master/arch/alpha/kernel/
H A Dpci_iommu.c210 int ok = 1;
214 ok = 0;
218 ok = 0;
222 ok ? "yes" : "no", __builtin_return_address(0));
224 return ok;
209 int ok = 1; local
/linux-master/arch/arm/kernel/
H A Dentry-common.S179 mrs saved_psr, spsr @ called from non-FIQ mode, so ok.
H A Dhead-common.S61 2: ret lr @ atag/dtb pointer is ok
H A Dtraps.c221 int ok = 1; local
241 ok = 0;
244 ok = 0;
249 if (ok)
/linux-master/arch/arm/nwfpe/
H A Dentry.S95 retne r9 @ return ok if not a fp insn
/linux-master/arch/arm64/include/asm/
H A Darchrandom.h28 bool ok; local
37 : "=r" (*v), "=r" (ok)
41 return ok;
46 bool ok; local
55 : "=r" (*v), "=r" (ok)
59 return ok;
/linux-master/arch/mips/kernel/
H A Dcpu-probe.c721 int ok; local
732 ok = decode_config0(c); /* Read Config registers. */
733 BUG_ON(!ok); /* Arch spec violation! */
734 if (ok)
735 ok = decode_config1(c);
736 if (ok)
737 ok = decode_config2(c);
738 if (ok)
739 ok = decode_config3(c);
740 if (ok)
952 unsigned int ok; local
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1658 int ok = 1; local
1718 ok = 0;
1722 return ok;
H A Dbook3s_hv.c2874 bool ok; local
2884 ok = false;
2892 ok = true;
2898 if (!ok)
/linux-master/arch/powerpc/platforms/powermac/
H A Dsmp.c568 int ok; local
573 ok = p && of_device_is_compatible(p, "uni-n-i2c");
575 if (!ok)
/linux-master/arch/powerpc/xmon/
H A Dxmon.c1976 int ok = 0; local
1986 ok = 1;
1990 return ok;
2382 " . ok to read (default)\n"
3238 int ok, ook; local
3247 ok = mread(a, &v, 1);
3248 if (ok && !ook) {
3250 } else if (!ok && ook)
3252 ook = ok;
/linux-master/arch/s390/kernel/
H A Drelocate_kernel.S50 j .done # ok, lets finish it here...
/linux-master/arch/sh/kernel/
H A Ddisassemble.c321 goto ok;
327 goto ok;
330 goto ok;
333 goto ok;
336 goto ok;
339 goto ok;
343 goto ok;
347 goto ok;
350 goto ok;
353 goto ok;
[all...]

Completed in 366 milliseconds

123456789