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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s1099 beq mapVer64d ; link null, which is always OK
1220 beq mapVer32d ; link null, which is always OK
H A Dlowmem_vectors.s70 ; Some machines (so far, 32-bit guys) will always ignore a non-START interrupt.
72 ; always the case until the previous reset is handled (i.e., we have exited
3040 * This code always loads the context in the savearea pointed to
3088 ; we could be very, very unhappy. The code there always queues the "just released"
3120 ori r26,r26,lo16(EXT(ijcode)) ; Get the base of the inject buffer for this processor (always < 64K)
3360 ; we could be very, very unhappy. The code there always queues the "just released"
3395 ori r26,r26,lo16(EXT(ijcode)) ; Get the base of the inject buffer for this processor (always < 64K)
H A Dhw_vm.s1288 rlwinm r3,r23,27,5,29 ; Change to PCA offset (table is always 2GB or less so 32-bit instructions work here)
4162 addi r17,r17,1 ; Skip SLB 0 always
5923 lis r0,hi16(Choke) ; Dmitri, you know how we've always talked about the
6459 lis r0,hi16(Choke) ; Dmitri, you know how we've always talked about the
6837 lis r0,hi16(Choke) ; Dmitri, you know how we've always talked about the
7548 lis r0,hi16(Choke) ; Dmitri, you know how we've always talked about the
7984 ; Note that this table always has an entry that with a 0 table pointer at the end
8508 rlwinm r0,r0,17,31,31 ; Get a 1 if the old was autogenned (always 0 if not in use)
H A Dcswtch.s654 ; cpu indicator will always change if another processor mucked with any
1387 ; cpu indicator will always change if another processor mucked with any
H A Dvmachmon_asm.s346 * calls. This is called, but never returned from. We always go directly back to the
583 stw r0,SAVlevel(r3) ; We are always at level 0 (user state)
651 stw r0,SAVlevel(r3) ; We are always at level 0 (user state)
H A Dmachine_routines_asm.s95 ori r0,r0,lo16(MASK(MSR_DR)+MASK(MSR_FP)) // always turn off DR and FP bit
711 mtmsr r5 ; Slam diable (always going disabled here)
838 * This call always returns. Must be called with spllo (i.e., interruptions
1019 * This call never returns. We always exit sleep via a soft reset.
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c746 /* always called with mount lock held */
3276 * Can always reuse a dead one
3743 int always = vflags & VNODE_ALWAYS; local
3772 if (always != 0)
6121 * Mode changes always have the same basic auth requirements.
6137 required_action |= KAUTH_VNODE_CHECKIMMUTABLE; /* always required */
6168 required_action |= KAUTH_VNODE_CHECKIMMUTABLE; /* always required */

Completed in 95 milliseconds