Searched refs:sy (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcache.s151 isb sy
152 dsb sy
169 isb sy
170 dsb sy
219 isb sy
220 dsb sy
/darwin-on-arm/xnu/osfmk/arm/
H A Dmachine_routines_asm.s275 isb sy
276 dsb sy
289 isb sy
290 dsb sy
315 dsb sy
H A Dlocore.s75 isb sy
270 isb sy
277 isb sy
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsystrace.c120 systrace_sysent_t *sy; local
158 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
160 if ((id = sy->stsy_entry) != DTRACE_IDNONE) {
188 rval = (*sy->stsy_underlying)(pp, uap, rv);
190 if ((id = sy->stsy_return) != DTRACE_IDNONE) {
208 switch (sy->stsy_return_type) {
268 systrace_sysent_t *sy; local
272 sy = (code >= NUM_SYSENT) ? &systrace_sysent[63] : &systrace_sysent[code];
274 if ((id = sy->stsy_return) != DTRACE_IDNONE) {
292 switch (sy
802 machtrace_sysent_t *sy; local
[all...]
/darwin-on-arm/xnu/osfmk/arm64/
H A Dmachine_routines_asm.s108 isb sy
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c1939 int sx, sy, a, b, c, d; local
1947 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
1961 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))];
1997 int sx, sy, a, b, c, d; local
2005 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2021 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))];
2063 int sx, sy, a, b, c, d; local
2071 sy = ((c + d) < 0) ? ((height * scale) - 0x8000) : 0;
2087 + sourceRow * (((sy + (col * c) + (line * d)) >> 16))];
2128 int sx, sy, local
[all...]

Completed in 48 milliseconds