Searched refs:must (Results 1 - 19 of 19) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/commpage/
H A Dcommpage.h44 #define kPort32to64 0x1000 // written for 32-bit, must port to 64-bit
52 #define COMMPAGE_DESCRIPTOR(label,address,must,cant,special) \
59 .long must @\
67 * assembly language, must agree with this.
75 long musthave; // _cpu_capability bits we must have
H A Dcommpage.c237 VM_FLAGS_FIXED, // flags (it must be 1st page in submap)
375 * you must "RLWINM ra,rs,32-n,n,31", if (SH+MB)==32 then we have a SRWI.
540 int must,cant; local
552 must = _cpu_capabilities & rd->musthave;
555 if ((must == rd->musthave) && (cant == 0)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/commpage/
H A Dcommpage.h46 #define COMMPAGE_DESCRIPTOR(label,address,must,cant) \
55 .long must ;\
63 * assembly language, must agree with this.
70 long musthave; // _cpu_capability bits we must have
75 /* Warning: following structure must match the layout of the commpage. */
H A Dcommpage.c142 VM_FLAGS_FIXED, // flags (it must be 1st page in submap)
315 int must,cant; local
324 must = _cpu_capabilities & rd->musthave;
327 if ((must == rd->musthave) && (cant == 0)) {
466 * This routine must be serialized by some external means, ie a lock.
529 * This routine must be serializeed by some external means, ie a lock.
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbridge.h34 * 1. Redistributions of source code must retain the above copyright
36 * 2. Redistributions in binary form must reproduce the above copyright
113 #define HASH_SIZE 8192 /* must be a power of 2 */
131 #warning... must complete these for the alpha etc.
174 * BDG_DROP must be dropped
H A Dndrv.c107 * these values independently in ndrv.h. They must
108 * match or a conversion function must be written.
111 #error NDRV_DEMUXTYPE_ETHERTYPE must match DLIL_DESC_ETYPE2
114 #error NDRV_DEMUXTYPE_SAP must match DLIL_DESC_SAP
117 #error NDRV_DEMUXTYPE_SNAP must match DLIL_DESC_SNAP
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s105 * Note that interrupts must be disabled before we get here (i.e., splsched)
2220 // r5 = 1st bit in each cacheline is 1 iff any reg in that line must be loaded
2236 bt 0,vr_ld128a ; skip if this line must be loaded
2237 vor v0,v31,v31 ; no VR must be loaded, so bug them all
2246 vr_ld128a: ; must load from this line
2258 bt 8,vr_ld128c ; skip if this line must be loaded
2259 vor v8,v31,v31 ; no VR must be loaded, so bug them all
2268 vr_ld128c: ; must load from this line
2280 bt 16,vr_ld128e ; skip if this line must be loaded
2281 vor v16,v31,v31 ; no VR must b
[all...]
H A Dbcopy.s57 ; - Interrupts must be disabled when this routine is called.
58 ; - Translation must be on when called.
156 ; NOTE: when called, translation must be on, and we must be in 32-bit mode.
230 ; which cannot handle a cache burst in I/O space, we must turn caching off for the real memory access.
287 cmplw r12,r5 ; must move reverse if (dest-source)<length
299 ; This means bcopy must not set up a stack frame or touch non-volatile registers, and also means that it
316 mr r6,r3 ; Set source (must preserve r3 for memcopy return)
328 ; Furthermore, we must avoid all unaligned accesses on 64-bit machines, since they take
339 mr r6,r3 ; Set source (must preserv
[all...]
H A Dskiplists.s156 ; must check _in_ the inner loop, to get the prev ptrs right.
244 ; must check _in_ the inner loop, to get the prev ptrs right.
417 ; Block mapping or nested pmap, and key > base. We must compute the va of
439 bne mapSrchFull64d ; mapSearchFull must search all lists to get prev ptrs
500 ; Block mapping or nested pmap, and key > base. We must compute the va of
521 bne mapSrchFull32d ; mapSearchFull must search all lists to get prev ptrs
567 ; 64-bit processor: We must increase pmapCurLists. Since mapSearchFull() only
568 ; sets up the first pmapCurLists prev ptrs, we must initialize the new ones to
608 ; pmapCurLists prev ptrs, we must initialize any new ones to point to the pmap.
818 * as it must ru
[all...]
H A Dsavearea_asm.s350 * Allocate a savearea, returning a virtual address. NOTE: we must preserve
447 * Note that we must not take any exceptions of any kind, including PTE misses, as that
590 * Note that we must not take any exceptions of any kind, including PTE misses, as that
727 * a guaranteed deadlock. That means we must disable for interrutions
839 mr r2,r3 ; r2 <- 1st one on local list, which must not be trimmed
910 mr r2,r3 ; r2 <- 1st one on local list, which must not be trimmed
1038 ; NOTE: The savearea size must be 640 (0x280). We are doing a divide by shifts and stuff
1320 ; NOTE: The savearea size must be 640 (0x280). We are doing a multiply by shifts and add.
H A Dlowmem_vectors.s622 * "unassigned" below. The dispatch table and the UFT handlers must reside in the first 32KB of
889 ; format entry changes made must be done in both places.
963 ; format entry changes made must be done in both places.
1093 ; format entry changes made must be done in both places.
1506 ; format changes made must be done in both places.
1834 ; format changes made must be done in both places.
1958 lwz r20,lo16(xcpTable)(r11) ; Get the interrupt handler (note: xcpTable must be in 1st 32k of physical memory)
1979 ; Exception vector filter table (like everything in this file, must be in 1st 32KB of physical memory)
3036 * All we need to remember here is that R13 must point to the savearea
3038 * must b
[all...]
H A Dhw_exception.s481 ; in the savearea/pcb. It also must set saver3 with any return
847 beq-- cr0,thread_return ; Nope, must be a thread return...
H A Dstart.s140 bne allstart ; Yeah, we must be waking up from sleep...
H A Dhw_vm.s258 bne-- hamBadLock ; Nope, we must have timed out...
449 * Note that this must be done with both interruptions off and VM off
625 bne-- hrmBadLock ; Nope, we must have timed out...
822 beq- hrmPhyDQd ; Could not find our node, someone must have unmapped us...
878 ; that must work... All hope is gone. Alas, we die.......
1068 bne-- hrmPanic ; Nope, we must have timed out...
1411 bne-- hrmPanic ; Nope, we must have timed out...
1728 * Note that this must be done with both interruptions off and VM off
1846 * Note that this must be done with both interruptions off and VM off
1958 * Note that this must b
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/ppc/
H A Dmemcmp.s63 ; strings differ, so we must compute difference between first two
H A Dstrlen.s90 ; We must align the source address for two reasons: to avoid spurious page
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c298 #error 1 << SYSTRACE_SHIFT must exceed number of system calls
818 #error 1 << SYSTRACE_SHIFT must exceed number of Mach traps
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s383 ; All data bytes have been checksummed. Now we must add together the four
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c39 * 1. Redistributions of source code must retain the above copyright
41 * 2. Redistributions in binary form must reproduce the above copyright
45 * must display the following acknowledgement:
105 FD_STDIN, FD_STDOUT, FD_STDERR must be a sequence n, n+1, n+2

Completed in 197 milliseconds