Searched refs:DoReadMsr64 (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/tools/lldbmacros/
H A Dapic.py2 from misc import DoReadMsr64, DoWriteMsr64
36 if (int(DoReadMsr64(apic_cfg_msr, xnudefines.lcpu_self)) & apic_cfg_msr_x2en_mask ==
52 return DoReadMsr64(offset >> 4, cpu)
H A Dmisc.py200 def DoReadMsr64(msr_address, lcpu): function
218 print "DoReadMsr64() failed to write 0 to input_address"
223 print "DoReadMsr64() failed to write kdp_pkt_size"
232 print "DoReadMsr64() failed to write header_value"
235 print "DoReadMsr64() failed to write msr_address"
238 print "DoReadMsr64() failed to write lcpu"
241 print "DoReadMsr64() failed to write to input_address"
249 print "DoReadMsr64() result_pkt.error != 0"
321 msr_value = DoReadMsr64(msr_address, lcpu)

Completed in 15 milliseconds