Lines Matching refs:GetGlobalVariable
252 v = self._xnu_kernobj_12obscure12.GetGlobalVariable(name)
334 def GetGlobalVariable(name, target=None): member in KernelTarget
354 data_entries = self.GetGlobalVariable('CpuDataEntries')
355 BootCpuData = addressof(self.GetGlobalVariable('percpu_slot_cpu_data'))
366 var = addressof(self.GetGlobalVariable('percpu_slot_' + name))
474 head_element = self.GetGlobalVariable(iter_head_name)
478 return (addr & ~(unsigned(self.GetGlobalVariable("page_size")) - 1))
481 return trunc_page(addr + unsigned(self.GetGlobalVariable("page_size")) - 1)
484 if size > unsigned(self.GetGlobalVariable("page_size")):
486 val = ((addr + size) & (unsigned(self.GetGlobalVariable("page_size"))-1))
492 T0Sz = self.GetGlobalVariable('gT0Sz')
498 T1Sz = self.GetGlobalVariable('gT1Sz')
522 return (addr + unsigned(self.GetGlobalVariable('physmap_base')))
526 …return (addr - unsigned(self.GetGlobalVariable("gPhysBase")) + unsigned(self.GetGlobalVariable("gV…