Searched refs:load (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsdt_x86.c163 * load it directly.
185 goto load;
213 load:
H A Ddtrace_isa.c787 * load it directly.
809 goto load;
837 load:
/darwin-on-arm/xnu/libkern/i386/
H A DOSAtomic.s81 movl 0(%edi), %eax #; load low 32-bits of *ptr
82 movl 4(%edi), %edx #; load high 32-bits of *ptr
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h356 /* User-space requests (load/generic).
380 virtual OSReturn load(
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2768 int load; local
2786 /* Print load average. */
2787 load = (averunnable.ldavg[0] * 100 + FSCALE / 2) >> FSHIFT;
2788 ttyprintf(tp, "load: %d.%02d ", load / 100, load % 100);
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s123 mcr p15, 0, r0, c2, c0, 0 @ load new TTB
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp161 * objects we don't keep around past boot time or during active load.
238 // Identifier of kext load requests in sKernelRequests
649 sKernelKext->loadTag = sNextLoadTag++; // the kernel is load tag 0
778 * Dispose of unnecessary stuff that the booter didn't need to load.
803 /* On x86, use the mapping data from the segment load command to
1434 /* If the kext's load address differs from its source address, allocate
1435 * space in the kext map at the load address and copy the kext over.
1463 "Error: prelinked kext %s - source and load addresses "
1776 * be getting a copy of the kext in the user load request mkext.
2479 // we might hit a load erro
4309 OSKext::load( function in class:OSKext
[all...]

Completed in 42 milliseconds