Lines Matching refs:GetValueFromAddress

39         element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
63 aic = kern.GetValueFromAddress(cmd_args[0], 'AppleInterruptController *')
73 unmasked = dereference(kern.GetValueFromAddress(current_pointer, 'uintptr_t *'))
74 active = dereference(kern.GetValueFromAddress(current_pointer + aic_him_offset, 'uintptr_t *'))
84 …unmasked = dereference(kern.GetValueFromAddress(current_pointer + (4 * group_count), 'uintptr_t *'…
85 …active = dereference(kern.GetValueFromAddress((current_pointer + aic_him_offset) + (4 * group_coun…
105 element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
222 pset = kern.GetValueFromAddress(cmd_args[0], "processor_set_t")
232 root = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root *")
251 root_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root_bucket *")
305 clutch_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_bucket *")
506 … threads.append(kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *'))
514 thread = kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *')
579 runq = kern.GetValueFromAddress(cmd_args[0], 'struct run_queue *')
684 pset = kern.GetValueFromAddress(unsigned(pset), 'struct processor_set *')
690 … rt_runq = kern.GetValueFromAddress(unsigned(addressof(pset.rt_runq)), 'struct rt_queue *')
694 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
851 … queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct circle_queue_head *').head
854 queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct queue_entry *')
904 obj = kern.GetValueFromAddress(addr, element_type.name)
1237 group = kern.GetValueFromAddress(cmd_args[0], 'struct thread_call_group *')