Searched refs:debug (Results 1 - 25 of 1612) sorted by last modified time

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Didt64.s30 #include <debug.h>
325 cmpq $0, TH_PCB_IDS(%rcx) /* Is there a debug register state? */
341 // XXX 'Be nice to tidy up this debug register restore sequence...
343 movq TH_PCB_IDS(%rdx),%rax /* Obtain this thread's debug state */
345 test %rax, %rax /* Is there a debug register context? */
385 mov %gs:CPU_DR7, %rax /* Is there a debug control register?*/
641 * kernel. If this is the case, taking the debug trap has turned
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_object.c65 #include <debug.h>
2712 * To help debug madvise(MADV_FREE*) mis-usage, this triggers a
H A Dvm_page.h69 #include <debug.h>
H A Dvm_pageout.c68 #include <debug.h>
H A Dvm_resident.c65 #include <debug.h>
182 /* This routine is only for debug. It is intended to be called by
184 * out vm_page_hash table statistics to the kernel debug console.
924 // -debug code remove
933 // debug code remove-
H A Dvm_shared_region.c99 #include <debug.h>
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c157 #include <debug.h>
H A Dsched_prim.c67 #include <debug.h>
89 #include <kern/debug.h>
1127 * This is used by debug code in locks and elsewhere to verify that it is
1139 if(debug_mode) return TRUE; /* Always succeed in debug mode */
H A Dsfi.c31 #include <kern/debug.h>
H A Dstartup.c69 #include <debug.h>
H A Dtelemetry.c35 #include <kern/debug.h>
H A Dkern_stackshot.c35 #include <kern/debug.h>
H A Dlocks.c57 #include <debug.h>
69 #include <kern/debug.h>
/macosx-10.10.1/xnu-2782.1.97/osfmk/kperf/
H A Dthreadinfo.c34 #include <kern/debug.h> /* panic */
/macosx-10.10.1/xnu-2782.1.97/osfmk/ipc/
H A Dipc_kmsg.c85 #include <kern/debug.h>
292 * ipc_kmsg_print64 [ debug ]
320 * ipc_msg_print64 [ debug ]
786 /* XXX Temporary debug logic */
2173 dsc->pad_end = 0; // debug, unnecessary
/macosx-10.10.1/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_udp.c42 #include <kern/debug.h>
406 unsigned int debug = 0; local
408 PE_parse_boot_argn("debug", &debug, sizeof (debug));
411 if (!debug)
417 if (debug & DB_KDP_BP_DIS)
419 if (debug & DB_KDP_GETC_ENA)
421 if (debug & DB_ARP)
424 if (debug
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Di386_init.c67 #include <kern/debug.h>
476 * debug support for > 4G systems
H A Dtrap.c91 #include <kern/debug.h>
223 /* PAL debug hook */
673 /* We've somehow encountered a debug
916 * this was a debug register match
977 * in the event this was a debug register match.
/macosx-10.10.1/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c96 #include <kern/debug.h>
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/c++/
H A DOSMetaClass.h34 #include <kern/debug.h>
2065 // I/O Kit debug internal routines.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIONVRAM.cpp35 #include <kern/debug.h>
786 {"fcode-debug?", kOFVariableTypeBoolean, kOFVariablePermUserRead, 4},
/macosx-10.10.1/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c47 #include <kern/debug.h>
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Draw_ip.c966 rip_unlock(struct socket *so, int refcount, void *debug) argument
971 if (debug == NULL)
974 lr_saved = debug;
H A Dudp_usrreq.c2001 udp_lock(struct socket *so, int refcount, void *debug) argument
2005 if (debug == NULL)
2008 lr_saved = debug;
2028 udp_unlock(struct socket *so, int refcount, void *debug) argument
2032 if (debug == NULL)
2035 lr_saved = debug;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dkpi_interface.c33 #include <kern/debug.h> /* for panic */

Completed in 296 milliseconds

1234567891011>>