Searched refs:not_in_kdp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c51 extern unsigned int not_in_kdp; /* Skip acquiring locks if we're in kdp */
359 if (not_in_kdp)
378 if (not_in_kdp)
390 if (not_in_kdp)
406 if (not_in_kdp)
H A Ddebug.c473 unsigned int not_in_kdp = 1; variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c60 unsigned int not_in_kdp = 1; /* Cleared when we begin to access vm functions in kdp */ variable
322 not_in_kdp = 0; /* Signal vm functions not to acquire locks */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c91 unsigned int not_in_kdp = 1; /* Cleared when we begin to access vm functions in kdp */ variable
345 not_in_kdp = 0; /* Tell vm functions not to acquire locks */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.c95 extern int not_in_kdp;
299 && !not_in_kdp) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_udp.c158 extern unsigned int not_in_kdp;
1475 not_in_kdp = 0;
1566 not_in_kdp = 1;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c412 extern unsigned int not_in_kdp;
8538 if (not_in_kdp) {
8558 if (not_in_kdp) {
8593 if (next_map != curr_map && not_in_kdp) {
8623 if (not_in_kdp) {
8677 if (next_map != curr_map && not_in_kdp) {
8721 if (not_in_kdp) {
8764 if (not_in_kdp) {

Completed in 89 milliseconds