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

/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Didt_table.h62 INTERRUPT(0x20)
63 INTERRUPT(0x21)
64 INTERRUPT(0x22)
65 INTERRUPT(0x23)
66 INTERRUPT(0x24)
67 INTERRUPT(0x25)
68 INTERRUPT(0x26)
69 INTERRUPT(0x27)
70 INTERRUPT(0x28)
71 INTERRUPT(
[all...]
H A Didt64.s128 #define INTERRUPT(n) \ define
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dmp_desc.c93 #define INTERRUPT(n) extern void *_intr_ ## n ; macro
106 #undef INTERRUPT macro
140 #define INTERRUPT(n) \ macro
/macosx-10.10/vim-55/runtime/syntax/
H A Dplm.vim71 syn keyword plmReserved GO GOTO HALT IF INITIAL INTEGER INTERRUPT
88 syn keyword plm386BuiltIn INTERRUPT SETINTERRUPT
H A Dcl.vim66 syn keyword clReserved ERROR EXIT INTERRUPT LOCKED LREPLY MODE MCOL MLINE MREPLY NULL REPLY V1 V2 V3 V4 V5 V6 V7 V8 V9 ZERO BYPASS GOING_BACK AAUTO ABORT ABORT ALIGN BIGE CONVERT FNUM GOBACK HANGUP JUSTIFY NEXIT OUTPUT RAUTO RAWDISPLAY RAWPRINT REPEAT SKIP TAB TRIM LCOUNT PCOUNT PLINES SLINES SCOLS MATCH LMATCH
H A Dmodsim3.vim30 syn keyword modsim3Keyword INTERRUPT LOOP
H A Dfgl.vim56 syn keyword fglKeyword INTERRUPT INTERVAL INTO INT_FLAG INVISIBLE IS ISAM ISOLATION
H A Dbaan.vim656 syn keyword baanConstant INTERRUPT
/macosx-10.10/vim-55/src/testdir/
H A Dtest49.vim285 " An interrupt location can be specified by an "INTERRUPT" comment. A number
288 " invocation or function call is assumed. INTERRUPT locations are tested by
290 " the breakpoint is reached. A function for which an INTERRUPT location is
373 \ '"\s*INTERRUPT\h\@!\|^\s*fu\%[nction]\>!\=\s*\%(\u\|s:\)\w*\s*(\|'
391 if finding =~ '^"\s*INTERRUPT\h\@!'
395 \ '^"\s*INTERRUPT\s*\(\d*\).*$', '\1', "")
529 " In order to execute a function specifying an INTERRUPT location (see ExtraVim)
567 " When inside ":if ExtraVim()", add a file breakpoint for each INTERRUPT
1659 "INTERRUPT
1674 "INTERRUPT
[all...]
/macosx-10.10/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c273 #define INTERRUPT 0x01050000 macro
1945 if (type == INTERRUPT) {
1998 if (type == INTERRUPT) {
1999 fprintf(fp, "INTERRUPT %8x %2d %s\n", thread, cpunum, command);
2337 if ((kd_stop->debugid & DBG_FUNC_MASK) == INTERRUPT) {
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c298 #define INTERRUPT 0x01050000 macro
1111 if (etype == INTERRUPT || etype == MACH_vmfault ||

Completed in 389 milliseconds