Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dtrap.c134 …void copy_instruction_stream(thread_t thread, uint64_t rip, int trap_code, bool inspect_cacheline);
893 bool inspect_cacheline = false; in user_trap() local
945 inspect_cacheline = true; in user_trap()
1227 copy_instruction_stream(thread, rip, type, inspect_cacheline); in user_trap()
1262 , bool inspect_cacheline in copy_instruction_stream() argument
1343 if (inspect_cacheline && in copy_instruction_stream()
1377 } else if (inspect_cacheline) { in copy_instruction_stream()
1410 if (inspect_cacheline && pcb->insn_state == 0) { in copy_instruction_stream()
1417 if (inspect_cacheline && in copy_instruction_stream()