Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dtrap.c133 static __attribute__((noinline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int tr…
135 static __attribute__((noinline)) void copy_instruction_stream(thread_t thread, uint64_t rip, int tr…
1225 copy_instruction_stream(thread, rip, type, inspect_cacheline); in user_trap()
1227 copy_instruction_stream(thread, rip, type); in user_trap()
1258 copy_instruction_stream(thread_t thread, uint64_t rip, int __unused trap_code in copy_instruction_stream() function