HomeSort by: relevance | last modified time | path
    Searched refs:preload (Results 1 - 25 of 59) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb/dist/sim/frv/
cache.h 40 int preload; member in struct:__anon19334
71 FRV_CACHE_PRELOAD_REQUEST preload; member in union:frv_cache_request::__anon19338
115 int preload; member in struct:__anon19344
138 int preload; member in struct:__anon19347
cache.c 562 /* Preload the cache line containing the given address. Lock the
574 /* preload at least 1 line. */
905 req->u.WAR.preload = war->preload;
1022 /* Handle a request to preload the cache line containing the given address. */
1039 req->u.preload.length = length;
1040 req->u.preload.lock = lock;
1168 cache->BARS.preload = 0;
1172 cache->BARS.preload = 1;
1176 cache->BARS.preload = 1
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/frv/
cache.h 40 int preload; member in struct:__anon22073
71 FRV_CACHE_PRELOAD_REQUEST preload; member in union:frv_cache_request::__anon22077
115 int preload; member in struct:__anon22083
138 int preload; member in struct:__anon22086
cache.c 562 /* Preload the cache line containing the given address. Lock the
574 /* preload at least 1 line. */
905 req->u.WAR.preload = war->preload;
1022 /* Handle a request to preload the cache line containing the given address. */
1039 req->u.preload.length = length;
1040 req->u.preload.lock = lock;
1168 cache->BARS.preload = 0;
1172 cache->BARS.preload = 1;
1176 cache->BARS.preload = 1
    [all...]
  /src/sys/arch/arm/vfp/
pmap_vfp.S 80 pld [r0] @ preload the first 128 bytes
93 pld [r0, #128] @ preload the next 128
  /src/sys/arch/x86/pci/
tcpcib.c 48 #define E600_WDT_PV1 0x00 /* Preload Value 1 Register */
49 #define E600_WDT_PV2 0x04 /* Preload Value 2 Register */
132 uint32_t preload; local
135 preload = (period * 33000000) >> 15;
136 preload--;
148 preload);
  /src/sys/uvm/
uvm_physseg.c 235 int preload; local
279 * check to see if this is a "preload" (i.e. uvm_page_init hasn't been
283 preload = 1; /* We are going to assume it is a preload */
286 /* If there are non NULL pages then we are not in a preload */
288 preload = 0;
303 if (!preload) {
360 if (__predict_true(!preload))
631 int preload, lcv; local
634 * check to see if this is a "preload" (i.e. uvm_page_init hasn't bee
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.h 224 } preload; member in union:arm_displaced_step_copy_insn_closure::__anon17797
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.h 224 } preload; member in union:arm_displaced_step_copy_insn_closure::__anon20538
  /src/sys/external/bsd/drm2/linux/
linux_idr.c 70 SDT_PROBE_DEFINE0(sdt, linux, idr, preload);
91 printf("WARNING: idr preload at %s+%#"DDB_EXPR_FMT"x"
97 printf("WARNING: idr preload at %p leaked in lwp %s @ %p\n",
291 SDT_PROBE0(sdt, linux, idr, preload);
  /src/sbin/ping/
ping.c 189 static int preload; /* number of packets to "preload" */ variable
341 errx(EXIT_FAILURE, "Bad/invalid preload value: "
346 "Too many preload packets: %ld", l);
348 preload = l;
460 if (preload > 0 && prog_getuid())
472 npackets += preload;
728 for (i = 0; i < preload; i++) {
1988 " [-l preload] [-p pattern] [-s size] [-T ttl] [-t tos]"
  /src/sbin/ping6/
ping6.c 284 int ch, hold, preload, optval, ret_ga; local
305 preload = 0;
446 errx(1, "Must be superuser to preload");
450 errx(1, "illegal preload value -- %s", optarg);
454 "Too many preload packets: %ld", l);
456 preload = l;
889 while (preload--) /* Fire off them quickies. */
2527 "\t[-i wait] [-l preload]"
  /src/sys/dev/usb/
if_ural.c 1822 uint16_t logcwmin, preload, tmp; local
1831 preload = (ic->ic_opmode == IEEE80211_M_IBSS) ? 320 : 6;
1832 tmp = logcwmin << 12 | preload;
  /src/crypto/external/cpl/tpm-tools/dist/
ltmain.sh 4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4283 # Preload the old-style object.
4820 # If libtool objects are unsupported, then we need to preload.
4827 # Preload the old-style object.
5274 # we need to preload.
5382 # statically, we need to preload. We also need to preload an
    [all...]
  /src/crypto/external/cpl/trousers/dist/
ltmain.sh 4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4283 # Preload the old-style object.
4820 # If libtool objects are unsupported, then we need to preload.
4827 # Preload the old-style object.
5274 # we need to preload.
5382 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/gpl3/binutils/dist/
ltmain.sh 4291 preload=no
4374 if test "$preload" = no; then
4378 preload=yes
4482 # If libtool objects are unsupported, then we need to preload.
4489 # Preload the old-style object.
5057 # If libtool objects are unsupported, then we need to preload.
5064 # Preload the old-style object.
5512 # we need to preload.
5620 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/gpl3/binutils.old/dist/
ltmain.sh 4291 preload=no
4374 if test "$preload" = no; then
4378 preload=yes
4482 # If libtool objects are unsupported, then we need to preload.
4489 # Preload the old-style object.
5057 # If libtool objects are unsupported, then we need to preload.
5064 # Preload the old-style object.
5512 # we need to preload.
5620 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/gpl3/gcc/dist/
ltmain.sh 4291 preload=no
4374 if test "$preload" = no; then
4378 preload=yes
4482 # If libtool objects are unsupported, then we need to preload.
4489 # Preload the old-style object.
5035 # If libtool objects are unsupported, then we need to preload.
5042 # Preload the old-style object.
5490 # we need to preload.
5598 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/gpl3/gcc.old/dist/
ltmain.sh 4291 preload=no
4374 if test "$preload" = no; then
4378 preload=yes
4482 # If libtool objects are unsupported, then we need to preload.
4489 # Preload the old-style object.
5035 # If libtool objects are unsupported, then we need to preload.
5042 # Preload the old-style object.
5490 # we need to preload.
5598 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/gpl3/gdb/dist/
ltmain.sh 4291 preload=no
4374 if test "$preload" = no; then
4378 preload=yes
4482 # If libtool objects are unsupported, then we need to preload.
4489 # Preload the old-style object.
5057 # If libtool objects are unsupported, then we need to preload.
5064 # Preload the old-style object.
5512 # we need to preload.
5620 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/gpl3/gdb.old/dist/
ltmain.sh 4291 preload=no
4374 if test "$preload" = no; then
4378 preload=yes
4482 # If libtool objects are unsupported, then we need to preload.
4489 # Preload the old-style object.
5035 # If libtool objects are unsupported, then we need to preload.
5042 # Preload the old-style object.
5490 # we need to preload.
5598 # statically, we need to preload. We also need to preload an
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 6551 preload=false
6634 $preload || {
6638 preload=:
6748 # If libtool objects are unsupported, then we need to preload.
6755 # Preload the old-style object.
7349 # If libtool objects are unsupported, then we need to preload.
7356 # Preload the old-style object.
7819 # we need to preload.
7931 # statically, we need to preload. We also need to preload an
    [all...]
  /src/sys/external/isc/libsodium/dist/
ltmain.sh 5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
5343 # If libtool objects are unsupported, then we need to preload.
5350 # Preload the old-style object.
5908 # If libtool objects are unsupported, then we need to preload.
5915 # Preload the old-style object.
6377 # we need to preload.
6491 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/bsd/am-utils/dist/
ltmain.sh 5152 preload=no
5235 if test "$preload" = no; then
5239 preload=yes
5343 # If libtool objects are unsupported, then we need to preload.
5350 # Preload the old-style object.
5908 # If libtool objects are unsupported, then we need to preload.
5915 # Preload the old-style object.
6377 # we need to preload.
6491 # statically, we need to preload. We also need to preload an
    [all...]
  /src/external/bsd/file/dist/
ltmain.sh 6554 preload=false
6637 $preload || {
6641 preload=:
6751 # If libtool objects are unsupported, then we need to preload.
6758 # Preload the old-style object.
7352 # If libtool objects are unsupported, then we need to preload.
7359 # Preload the old-style object.
7822 # we need to preload.
7934 # statically, we need to preload. We also need to preload an
    [all...]

Completed in 77 milliseconds

1 2 3