Lines Matching refs:GetValueFromAddress
41 element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
64 aic = kern.GetValueFromAddress(cmd_args[0], 'AppleInterruptController *')
74 unmasked = dereference(kern.GetValueFromAddress(current_pointer, 'uintptr_t *'))
75 active = dereference(kern.GetValueFromAddress(current_pointer + aic_him_offset, 'uintptr_t *'))
85 …unmasked = dereference(kern.GetValueFromAddress(current_pointer + (4 * group_count), 'uintptr_t *'…
86 …active = dereference(kern.GetValueFromAddress((current_pointer + aic_him_offset) + (4 * group_coun…
106 element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
223 pset = kern.GetValueFromAddress(cmd_args[0], "processor_set_t")
233 root = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root *")
252 root_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root_bucket *")
306 clutch_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_bucket *")
401 thread_name = str(kern.GetValueFromAddress(unsigned(uthread.pth_name), 'char*'))
507 … threads.append(kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *'))
515 thread = kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *')
594 group = kern.GetValueFromAddress(unsigned(group_addr), 'sched_group_t')
611 runq = kern.GetValueFromAddress(cmd_args[0], 'struct run_queue *')
752 pset = kern.GetValueFromAddress(unsigned(pset), 'struct processor_set *')
758 … rt_runq = kern.GetValueFromAddress(unsigned(addressof(pset.rt_runq)), 'struct rt_queue *')
762 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
767 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
912 … queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct circle_queue_head *').head
915 queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct queue_entry *')
965 obj = kern.GetValueFromAddress(addr, element_type)
1060 …func = dereference(kern.GetValueFromAddress(addressof(iotes.enabled) - sizeof('IOEventSource::Acti…
1299 group = kern.GetValueFromAddress(cmd_args[0], 'struct thread_call_group *')