Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/lldbmacros/usertaskdebugging/
H A Duserprocess.py44 self.reg_type = "x86_64"
47 self.reg_type = "arm64"
51 self.reg_type = "i386"
54 self.reg_type = "arm"
57 self.reg_type = "arm64"
61 % (self.thread_id, self.reg_type, cputype))
64 if self.reg_type == 'arm64':
70 if self.reg_type == "x86_64":
75 if self.reg_type == "arm":
/xnu-12377.81.4/libkern/os/
H A Dlog.c1056 coproc_reg_type_to_firehost_code(os_log_coproc_reg_t reg_type) in coproc_reg_type_to_firehost_code() argument
1058 switch (reg_type) { in coproc_reg_type_to_firehost_code()
1069 …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
1095 coproc_reg_type_to_firehost_code(reg_type)); in os_log_coprocessor_register_with_type()