Lines Matching refs:GetValueFromAddress

42         element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
65 aic = kern.GetValueFromAddress(cmd_args[0], 'AppleInterruptController *')
75 unmasked = dereference(kern.GetValueFromAddress(current_pointer, 'uintptr_t *'))
76 active = dereference(kern.GetValueFromAddress(current_pointer + aic_him_offset, 'uintptr_t *'))
86 …unmasked = dereference(kern.GetValueFromAddress(current_pointer + (4 * group_count), 'uintptr_t *'…
87 …active = dereference(kern.GetValueFromAddress((current_pointer + aic_him_offset) + (4 * group_coun…
107 element = kern.GetValueFromAddress(base_address + (y * struct_size), 'uintptr_t *')[1]
233 pset = kern.GetValueFromAddress(cmd_args[0], "processor_set_t")
243 root = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root *")
262 root_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_root_bucket *")
316 clutch_bucket = kern.GetValueFromAddress(cmd_args[0], "struct sched_clutch_bucket *")
412 thread_name = str(kern.GetValueFromAddress(unsigned(uthread.pth_name), 'char*'))
517 … threads.append(kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *'))
525 thread = kern.GetValueFromAddress(ArgumentStringToInt(thread_ptr), 'thread *')
604 group = kern.GetValueFromAddress(unsigned(group_addr), 'sched_group_t')
621 runq = kern.GetValueFromAddress(cmd_args[0], 'struct run_queue *')
762 pset = kern.GetValueFromAddress(unsigned(pset), 'struct processor_set *')
768 … rt_runq = kern.GetValueFromAddress(unsigned(addressof(pset.rt_runq)), 'struct rt_queue *')
772 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
777 … runq = kern.GetValueFromAddress(unsigned(addressof(pset.pset_runq)), 'struct run_queue *')
924 … queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct circle_queue_head *').head
927 queue_head = kern.GetValueFromAddress(unsigned(queue_head), 'struct queue_entry *')
977 obj = kern.GetValueFromAddress(addr, element_type)
1073 …func = dereference(kern.GetValueFromAddress(addressof(iotes.enabled) - sizeof('IOEventSource::Acti…
1287 group = kern.GetValueFromAddress(cmd_args[0], 'struct thread_call_group *')