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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_isa.c147 boolean_t is64Bit = proc_is64bit(current_proc()); local
150 if (is64Bit) {
183 boolean_t is64Bit = proc_is64bit(current_proc()); local
232 if (is64Bit) {
266 boolean_t is64Bit = proc_is64bit(current_proc()); local
290 if (is64Bit) {
306 if (is64Bit)
337 boolean_t is64Bit = proc_is64bit(current_proc()); local
349 if (is64Bit) {
362 if (is64Bit)
392 boolean_t is64Bit = proc_is64bit(current_proc()); local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c208 boolean_t is64Bit = proc_is64bit(current_proc()); local
257 if (is64Bit) {
279 boolean_t is64Bit = proc_is64bit(current_proc()); local
320 if (is64Bit)
345 boolean_t is64Bit = proc_is64bit(current_proc()); local
370 if (is64Bit)
393 boolean_t is64Bit = proc_is64bit(current_proc()); local
442 if (is64Bit)
481 if (is64Bit) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_thread_ppc.c460 boolean_t is64Bit; local
476 is64Bit = FALSE; /* XXX assuming task is always 32-bit */
478 is64Bit = chudxnu_is_64bit_task(task);
506 if(is64Bit) {
519 if(is64Bit) {
526 if(is64Bit) {
540 if(is64Bit) {
547 if(is64Bit) {
605 boolean_t is64Bit; local
621 is64Bit
[all...]

Completed in 27 milliseconds