Lines Matching refs:GetGlobalVariable
245 v = self._xnu_kernobj_12obscure12.GetGlobalVariable(name)
320 def GetGlobalVariable(name, target=None): member in KernelTarget
339 data_entries = self.GetGlobalVariable('CpuDataEntries')
340 BootCpuData = addressof(self.GetGlobalVariable('percpu_slot_cpu_data'))
351 var = addressof(self.GetGlobalVariable('percpu_slot_' + name))
430 head_element = self.GetGlobalVariable(iter_head_name)
434 return (addr & ~(unsigned(self.GetGlobalVariable("page_size")) - 1))
437 return trunc_page(addr + unsigned(self.GetGlobalVariable("page_size")) - 1)
440 if size > unsigned(self.GetGlobalVariable("page_size")):
442 val = ((addr + size) & (unsigned(self.GetGlobalVariable("page_size"))-1))
448 T0Sz = self.GetGlobalVariable('gT0Sz')
454 T1Sz = self.GetGlobalVariable('gT1Sz')
478 return (addr + unsigned(self.GetGlobalVariable('physmap_base')))
482 …return (addr - unsigned(self.GetGlobalVariable("gPhysBase")) + unsigned(self.GetGlobalVariable("gV…