Searched refs:load (Results 151 - 175 of 314) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_isa.c450 goto load;
467 load:
/freebsd-12-stable/sys/cddl/dev/dtrace/powerpc/
H A Ddtrace_isa.c449 * load it directly.
463 goto load;
491 load:
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_pci.c362 if (dev->driver->load) {
363 ret = dev->driver->load(dev,
/freebsd-12-stable/sys/dev/ata/
H A Data-dma.c79 if (ch->dma.load == NULL)
80 ch->dma.load = ata_dmaload;
186 device_printf(ch->dev, "FAILURE - load sg\n");
315 device_printf(request->parent, "FAILURE - load data\n");
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86.pl133 &mov ("eax",&DWP(4*0,"esi")); # load input key
190 &mov ("eax",&DWP(4*0,"edi")); # load hash value
330 &mov ("eax",&DWP(4*0,"ebp")); # load hash value
474 my $load = shift;
491 &$load ($T1,5); # s1
495 &$load ($T2,2); # r2^n
504 &$load ($T2,6); # s2^n
511 &$load ($T1,3); # r3^n
517 &$load ($T0,7); # s3^n
527 &$load (
[all...]
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Dpoly1305-armv4.S147 ldmia r0,{r4,r5,r6,r7,r8,r9,r10,r11,r12} @ load context
159 ldrb r0,[lr],#16 @ load input
200 ldr r0,[lr],#16 @ load input
392 ldr r4,[r0,#20] @ load key base 2^32
626 ldr r4,[r0,#0] @ load hash value base 2^32
665 @ load hash value
761 vld4.32 {d0[1],d1[1],d2[1],d3[1]},[r7]! @ load r^2
762 vld4.32 {d0[0],d1[0],d2[0],d3[0]},[r6]! @ load r^4
943 vld4.32 {d0[1],d1[1],d2[1],d3[1]},[r7]! @ load r^1
944 vld4.32 {d0[0],d1[0],d2[0],d3[0]},[r6]! @ load
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp108 if (auto EC = HashAdjusters.load(HSR))
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h152 return s->load();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86EvexToVex.cpp239 if (!TableChecked.load(std::memory_order_relaxed)) {
H A DX86InstrFMA3Info.cpp118 if (!TableChecked.load(std::memory_order_relaxed)) {
/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_drv.c218 .load = radeon_driver_load_kms,
/freebsd-12-stable/sys/contrib/ck/include/gcc/
H A Dck_pr.h138 CK_PR_FENCE(load)
/freebsd-12-stable/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h83 CK_PR_FENCE(load, CK_PR_LWSYNCOP)
/freebsd-12-stable/sys/powerpc/powermac/
H A Data_dbdma.c239 device_printf(request->dev, "FAILURE - load data\n");
275 sc->sc_ch.dma.load = ata_dbdma_load;
/freebsd-12-stable/tests/sys/geom/class/gate/
H A Dggate_test.sh214 if ! geom ${class} load; then
215 atf_skip "could not load module for geom class=${class}"
/freebsd-12-stable/tests/sys/geom/class/nop/
H A Dnop_test.sh279 geom nop load || atf_skip "could not load module for geom nop"
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparccpuid.S489 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load
502 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load
529 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load
543 .word 0xc1985e00 !ldda [%g1]0xf0,%f0 ! block load
/freebsd-12-stable/stand/efi/gptboot/
H A Dproto.c251 printf(BOOTPROG ": unable to load GPT\n");
267 if (mod->load(fn, bootdev, &loaderbuf, &loadersize) !=
269 printf(BOOTPROG": Can't load %s from partition %d\n",
/freebsd-12-stable/stand/i386/mbr/
H A Dmbr.s42 # we load in the bootstrap from the partition to boot.
85 # Ok, now that we have a valid drive and partition entry, load the CHS from
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsboot.c97 * If no loader is found, try to load a kernel directly instead.
142 static void load(void);
893 * Iterate through the list of loader and kernel paths, trying to load.
901 load();
933 load();
951 load(void) function
1160 * hope no-one wants to load /status as a kernel.
/freebsd-12-stable/usr.bin/systat/
H A Dmain.c82 static WINDOW *wload; /* one line window for load average */
210 warnx("couldn't set up load average window");
266 /* Get the load average over the last minute. */
316 load(void) function
/freebsd-12-stable/tools/tools/iwn/iwnstats/
H A Dmain.c129 printf("%s: noise=[%d, %d, %d] flags=0x%08x, load=%d, fa=%d\n",
135 le32toh(g->load),
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1474 // section. We do this because it is common to set a load address by starting
2048 PhdrEntry *load = nullptr; local
2068 load = addHdr(PT_LOAD, flags);
2069 load->add(Out::elfHeader);
2070 load->add(Out::programHeaders);
2120 // time, we don't want to create a separate load segment for the headers,
2123 if (!load ||
2125 (sec->lmaRegion && (sec->lmaRegion != load->firstSec->lmaRegion))) &&
2126 load->lastSec != Out::programHeaders) ||
2127 sec->memRegion != load
[all...]
/freebsd-12-stable/sys/cam/
H A Dcam_iosched.c96 * [*] Steal from the load average code and many other places.
284 int load; /* EMA of 'load average' of disk / 2^16 */ member in struct:cam_iosched_softc
579 * isc->load is an EMA of the pending I/Os at each tick. The number of
590 * aren't part of the software queued load (since we could
606 isc->load = (pending + (isc->load << 13) - isc->load) >> 13; /* see above: 13 -> 16139 / 200/s = ~81s ~1 minute */
662 * the SSD takes its time to react to the new, lower load. This
828 /* Note: disk load averat
[all...]
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Daesv8-armx.pl21 # registers to 16, which implies additional NEON load and integer
388 ldmia ip,{r4-r5} @ load remaining args
402 vld1.32 {q8-q9},[$key] // load key schedule...
472 vld1.32 {q9},[$key_] // re-pre-load rndkey[1]
603 vld1.32 {q8},[$key_],#16 // re-pre-load rndkey[0]
608 vld1.32 {q9},[$key_],#16 // re-pre-load rndkey[1]
717 ldr r4, [ip] @ load remaining arg
728 vld1.32 {q8-q9},[$key] // load key schedule...
830 vld1.32 {q8},[$key_],#16 // re-pre-load rndkey[0]
836 vld1.32 {q9},[$key_],#16 // re-pre-load rndke
[all...]

Completed in 324 milliseconds

1234567891011>>