Lines Matching refs:unsigned

38     while x < unsigned(kern.globals.machine_info.physical_cpu):
68 aic_base = unsigned(aic._aicBaseAddress)
104 while x < unsigned(kern.globals.machine_info.physical_cpu):
360 if unsigned(active_thread) != 0 :
363 proc_name = "<unknown>" if unsigned(proc_val) == 0 else GetProcName(proc_val)
366 last_dispatch = unsigned(current_processor.last_dispatch)
372 time_since_dispatch = unsigned(cpu_debugger_time - last_dispatch)
374 time_since_debugger = unsigned(cpu_debugger_time - kern.globals.debugger_entry_time)
399 if unsigned(uthread.pth_name) != 0 :
419 if (unsigned(thread.bound_processor) != 0):
423 if (unsigned(thread.sched_flags) & 0x0004):
446 time_on_abs = unsigned(last_off - last_on)
449 time_pending_abs = unsigned(most_recent_dispatch - last_runnable)
455 last_prichange_abs = unsigned(most_recent_dispatch - last_prichange)
461 time_since_off_abs = unsigned(most_recent_dispatch - last_off)
463 time_since_on_abs = unsigned(most_recent_dispatch - last_on)
596 if unsigned(runq_queue_p):
678 pset = kern.GetValueFromAddress(unsigned(pset), 'struct processor_set *')
682 unsigned(pset.cpu_set_count), pset.cpu_set_low, pset.cpu_set_hi))
684 … rt_runq = kern.GetValueFromAddress(unsigned(addressof(pset.rt_runq)), 'struct rt_queue *')
688 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
845 … queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct circle_queue_head *').head
848 queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct queue_entry *')
850 if unsigned(queue_head) == 0:
865 try_read_next = unsigned(queue_head.next)
867 print("Exception while looking at queue_head: {:>#18x}".format(unsigned(queue_head)))
871 if unsigned(queue_head.next) == 0:
873 if unsigned(queue_head.prev) == 0:
875 …if unsigned(queue_head.next) == unsigned(queue_head) and unsigned(queue_head.prev) != unsigned(que…
886 if not circleQueue and unsigned(queue_head) == unsigned(link):
889 if unsigned(link.next) == 0:
891 if unsigned(link.prev) == 0:
893 if unsigned(last_link) != unsigned(link.prev):
897 addr = unsigned(link) - unsigned(elem_ofst)
904 if circleQueue and unsigned(queue_head) == unsigned(link):
924 …value(queue_head.GetSBValue().CreateValueFromExpression(None,'(void *)'+str(unsigned(queue_head))))
929 return unsigned(queue_head) == unsigned(link)
975 strip_func = kern.StripKernelPAC(unsigned(func))
990 param1 = unsigned(iotes)
996 param1 = unsigned(iotes)
1004 strip_func = kern.StripKernelPAC(unsigned(func))
1112 unsigned(call), colon, call.tc_soft_deadline, call.tc_pqlink.deadline,
1118 unsigned(call), colon, call.tc_soft_deadline, call.tc_pqlink.deadline,
1143 print("Group: {g.tcg_name:s} ({:#18x}){:s}".format(unsigned(group), is_parallel, g=group))
1149 if unsigned(group.idle_timestamp) != 0 :