Searched refs:is64Bit (Results 1 – 2 of 2) sorted by relevance
176 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getreg() local184 if (is64Bit) { in dtrace_getreg()450 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getustack_common() local499 if (is64Bit) { in dtrace_getustack_common()529 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_adjust_stack() local547 if (is64Bit) in dtrace_adjust_stack()596 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getupcstack() local621 if (is64Bit) { in dtrace_getupcstack()666 boolean_t is64Bit = proc_is64bit(current_proc()); in dtrace_getustackdepth() local679 if (is64Bit) { in dtrace_getustackdepth()[all …]
40 self.is64Bit = bool(cputype & 0x01000000)42 if self.is64Bit: