Home
last modified time | relevance | path

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

/xnu-8020.140.41/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py49 self.reg_type = "x86_64"
52 self.reg_type = "arm64"
56 self.reg_type = "i386"
59 self.reg_type = "arm"
65 self.reg_type = "arm64"
69 % (self.thread_id, self.reg_type, is_kern_64bit, cputype))
72 if self.reg_type == 'arm64':
78 if self.reg_type == "x86_64":
83 if self.reg_type == "arm":
/xnu-8020.140.41/libkern/os/
H A Dlog.c606 coproc_reg_type_to_firehost_code(os_log_coproc_reg_t reg_type) in coproc_reg_type_to_firehost_code() argument
608 switch (reg_type) { in coproc_reg_type_to_firehost_code()
621 …processor_register_with_type(const char *uuid, const char *file_path, os_log_coproc_reg_t reg_type) in os_log_coprocessor_register_with_type() argument
649 (firehose_tracepoint_flags_t)0, coproc_reg_type_to_firehost_code(reg_type)); in os_log_coprocessor_register_with_type()