Searched refs:machdep_call_count (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dmachdep_call.c64 int machdep_call_count = variable
H A Dmachdep_call.h69 extern int machdep_call_count;
H A Dbsd_i386.c247 int args[machdep_call_count];
264 if (trapno < 0 || trapno >= machdep_call_count) {
343 if (trapno < 0 || trapno >= machdep_call_count) {

Completed in 16 milliseconds