Searched refs:LEAF (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/i386/
H A DIOSharedLockImp.h69 LEAF(_ev_lock, 0)
70 LEAF(_IOSpinLock, 0)
90 LEAF(_ev_unlock, 0)
91 LEAF(_IOSpinUnlock, 0)
107 LEAF(_ev_try_lock, 0)
108 LEAF(_IOTrySpinLock, 0)
/macosx-10.5.8/xnu-1228.15.4/libsyscall/custom/
H A D__ptrace.s45 LEAF(___ptrace, 0)
55 LEAF(___ptrace, 0)
H A D__syscall.s38 LEAF(___syscall, 0)
H A DSYS.h125 LEAF(_##name, 0) ;\
134 LEAF(_##name, 0) ;\
167 LEAF(_##pseudo, 0) ;\
171 LEAF(_##pseudo, 0) ;\
193 LEAF(_##name, 0) ;\
209 LEAF(_##pseudo, 0) ;\
H A D__getpid.s95 LEAF(___getpid, 0)
123 LEAF(___getpid, 0)
H A D__vfork.s105 LEAF(___vfork, 0)
145 LEAF(___vfork, 0)
H A D__fork.s127 LEAF(___fork, 0)
190 LEAF(___fork, 0)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/ppc/
H A DIOSharedLockImp.h74 LEAF(_ev_lock)
97 LEAF(_IOSpinLock)
127 LEAF(_ev_unlock)
134 LEAF(_IOSpinUnlock)
149 LEAF(_ev_try_lock)
174 LEAF(_IOTrySpinLock)
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/i386/
H A Dsyscall_sw.h86 LEAF(_##trap_name,0) ;\
111 LEAF(_##trap_name,0) ;\
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/i386/
H A Dasm_help.h151 * LEAF -- declare global leaf procedure
152 * NOTE: Control SHOULD NOT FLOW into a LEAF! A LEAF should only
156 #define LEAF(name, localvarsize) \ macro
179 * MUST be used (rather than LEAF, NESTED, etc) if control
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/architecture/ppc/
H A Dasm_help.h220 * FIXME: Document what makes a leaf a LEAF and a handler a HANDLER.
234 * LEAF -- declare global leaf procedure
235 * NOTE: Control SHOULD NOT FLOW into a LEAF! A LEAF should only
239 #define LEAF(name) \ macro
262 * MUST be used (rather than LEAF, NESTED, etc) if control

Completed in 69 milliseconds