Lines Matching refs:GetValueFromAddress
46 element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
69 aic = kern.GetValueFromAddress(cmd_args[0], 'AppleInterruptController *')
79 unmasked = dereference(kern.GetValueFromAddress(current_pointer, 'uintptr_t *'))
80 active = dereference(kern.GetValueFromAddress(current_pointer + aic_him_offset, 'uintptr_t *'))
90 …unmasked = dereference(kern.GetValueFromAddress(current_pointer + (4 * group_count), 'uintptr_t *'…
91 …active = dereference(kern.GetValueFromAddress((current_pointer + aic_him_offset) + (4 * group_coun…
111 element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
228 pset = kern.GetValueFromAddress(cmd_args[0], "processor_set_t")
238 root = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root *")
257 root_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root_bucket *")
311 clutch_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_bucket *")
406 thread_name = str(kern.GetValueFromAddress(unsigned(uthread.pth_name), 'char*'))
512 … threads.append(kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *'))
520 thread = kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *')
599 group = kern.GetValueFromAddress(unsigned(group_addr), 'sched_group_t')
616 runq = kern.GetValueFromAddress(cmd_args[0], 'struct run_queue *')
757 pset = kern.GetValueFromAddress(unsigned(pset), 'struct processor_set *')
763 … rt_runq = kern.GetValueFromAddress(unsigned(addressof(pset.rt_runq)), 'struct rt_queue *')
767 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
772 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
917 … queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct circle_queue_head *').head
920 queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct queue_entry *')
970 obj = kern.GetValueFromAddress(addr, element_type)
1066 …func = dereference(kern.GetValueFromAddress(addressof(iotes.enabled) - sizeof('IOEventSource::Acti…
1305 group = kern.GetValueFromAddress(cmd_args[0], 'struct thread_call_group *')