Home
last modified time | relevance | path

Searched refs:PhysToKernelVirt (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.61.12/tools/lldbmacros/
H A Dpmap.py21 paddr_in_kva = kern.PhysToKernelVirt(int(phys_addr))
693 next_virt = kern.PhysToKernelVirt(next_phys)
765 …tte = kern.GetValueFromAddress(kern.PhysToKernelVirt(ArgumentStringToInt(cmd_args[0])), 'unsigned …
1049 …print("{:#x}".format(kern.PhysToKernelVirt(int(unsigned(kern.GetValueFromAddress(cmd_args[0], 'uns…
1253 tt_next = kern.GetValueFromAddress(kern.PhysToKernelVirt(paddr), 'tt_entry_t *')
H A Duserspace.py410 range1_in_kva = kern.PhysToKernelVirt(paddr_range1)
420 range2_in_kva = kern.PhysToKernelVirt(paddr_range2)
H A Dioreg.py1870 preoslog_vaddr = kern.PhysToKernelVirt(preoslog_paddr)
H A Dmemory.py5482 tag_space = kern.PhysToKernelVirt(tag_space_phys)
/xnu-12377.61.12/tools/lldbmacros/core/
H A Dkernelcore.py520 def PhysToKernelVirt(self, addr): member in KernelTarget
/xnu-12377.61.12/tools/lldbmacros/kmemory/
H A Dvm.py102 self._last_phytokv_result = self.kern.PhysToKernelVirt(base)