Home
last modified time | relevance | path

Searched refs:pgz_decode (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dzalloc.h1468 #define pgz_decode(addr, size) \ macro
1471 #define pgz_decode(addr, size) (addr) macro
H A Dkalloc.c2041 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_data_require()
2076 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_non_data_require()
/xnu-8020.121.3/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp409 _ranges.v64->address = (mach_vm_address_t) pgz_decode(_buffer, _capacity); in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp2242 _ranges.v[i].address = pgz_decode(_ranges.v[i].address, _ranges.v[i].length); in initWithOptions()
/xnu-8020.121.3/osfmk/vm/
H A Dvm_user.c2670 offset = pgz_decode(offset, *size); in mach_make_memory_entry_internal()