Home
last modified time | relevance | path

Searched refs:is64Bit (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/dev/i386/
H A Ddtrace_isa.c176 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getreg() local
184 if (is64Bit) { in dtrace_getreg()
450 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getustack_common() local
499 if (is64Bit) { in dtrace_getustack_common()
529 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_adjust_stack() local
547 if (is64Bit) in dtrace_adjust_stack()
596 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getupcstack() local
621 if (is64Bit) { in dtrace_getupcstack()
666 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getustackdepth() local
679 if (is64Bit) { in dtrace_getustackdepth()
[all …]
/xnu-8019.80.24/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py40 self.is64Bit = bool(cputype & 0x01000000)
42 if self.is64Bit: