Home
last modified time | relevance | path

Searched refs:GetGlobalVariable (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/tools/lldbmacros/core/
H A Dkernelcore.py245 v = self._xnu_kernobj_12obscure12.GetGlobalVariable(name)
320 def GetGlobalVariable(name, target=None): member in KernelTarget
339 data_entries = self.GetGlobalVariable('CpuDataEntries')
351 var = addressof(self.GetGlobalVariable('percpu_slot_' + name))
459 head_element = self.GetGlobalVariable(iter_head_name)
463 return (addr & ~(unsigned(self.GetGlobalVariable("page_size")) - 1))
469 if size > unsigned(self.GetGlobalVariable("page_size")):
477 T0Sz = self.GetGlobalVariable('gT0Sz')
483 T1Sz = self.GetGlobalVariable('gT1Sz')
507 return (addr + unsigned(self.GetGlobalVariable('physmap_base')))
[all …]
/xnu-11215/tools/lldbmacros/
H A Dwaitq.py12 g_wqs = kern.GetGlobalVariable('global_waitqs')
13 g_cnt = unsigned(kern.GetGlobalVariable('g_num_waitqs'))
58 kern.GetGlobalVariable('has_lock_pv')
H A Dmemory.py81 for i in range(1, int(kern.GetGlobalVariable('num_zones'))):
200 uses = unsigned(kern.GetGlobalVariable('pgz_uses'))
212 zi = kern.GetGlobalVariable('zone_info')
241 avail = kern.GetGlobalVariable("pgz_slot_avail")
242 quarantine = kern.GetGlobalVariable("pgz_quarantine")
3908 array = kern.GetGlobalVariable('zone_array')
4062 page_size = kern.GetGlobalVariable('page_size')
4419 jzs_gencount = kern.GetGlobalVariable('jzs_gencount')
4432 count = kern.GetGlobalVariable('jzs_zone_cnt')
4451 count = kern.GetGlobalVariable('jzs_meminfo_cnt')
[all …]
H A Dexclaves.py60 domain_tbl = kern.GetGlobalVariable('root_table')
H A Drecount.py168 plan = kern.GetGlobalVariable('recount_' + name + '_plan')
421 processor_list = kern.GetGlobalVariable('processor_list')
435 processor_list = kern.GetGlobalVariable('processor_list')
H A Dlog.py352 pcpu_lqs = addressof(kern.GetGlobalVariable('percpu_slot_oslog_queue'))
H A Dprocess.py1681 processor_list = kern.GetGlobalVariable('processor_list')
1702 processor_list = kern.GetGlobalVariable('processor_list')
H A Dmbufs.py13 for i in range(1, int(kern.GetGlobalVariable('num_zones'))):
H A Dxnu.py1208 bootargs = Cast(kern.GetGlobalVariable('PE_state').bootArgs, 'boot_args *')
H A Dpmap.py879 pv_head_table = cast(kern.GetGlobalVariable('pv_head_table'), "uintptr_t*")