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]
225 pset = kern.GetValueFromAddress(cmd_args[0], "processor_set_t")
235 root = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root *")
254 root_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root_bucket *")
308 clutch_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_bucket *")
403 thread_name = str(kern.GetValueFromAddress(unsigned(uthread.pth_name), 'char*'))
509 … threads.append(kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *'))
517 thread = kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *')
596 group = kern.GetValueFromAddress(unsigned(group_addr), 'sched_group_t')
613 runq = kern.GetValueFromAddress(cmd_args[0], 'struct run_queue *')
754 pset = kern.GetValueFromAddress(unsigned(pset), 'struct processor_set *')
760 … rt_runq = kern.GetValueFromAddress(unsigned(addressof(pset.rt_runq)), 'struct rt_queue *')
764 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
769 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
916 … queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct circle_queue_head *').head
919 queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct queue_entry *')
969 obj = kern.GetValueFromAddress(addr, element_type)
1065 …func = dereference(kern.GetValueFromAddress(addressof(iotes.enabled) - sizeof('IOEventSource::Acti…
1304 group = kern.GetValueFromAddress(cmd_args[0], 'struct thread_call_group *')