Home
last modified time | relevance | path

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

/xnu-8792.81.2/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"
62 self.reg_type = "arm64"
66 % (self.thread_id, self.reg_type, cputype))
69 if self.reg_type == 'arm64':
75 if self.reg_type == "x86_64":
80 if self.reg_type == "arm":
/xnu-8792.81.2/libkern/os/
H A Dlog.c658 coproc_reg_type_to_firehost_code(os_log_coproc_reg_t reg_type) in coproc_reg_type_to_firehost_code() argument
660 switch (reg_type) { in coproc_reg_type_to_firehost_code()
673 …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
698 (firehose_tracepoint_flags_t)0, coproc_reg_type_to_firehost_code(reg_type)); in os_log_coprocessor_register_with_type()