Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/kern/
H A Dzalloc.h2374 #define pgz_decode(addr, size) \ macro
2377 #define pgz_decode(addr, size) (addr) macro
H A Dkalloc.c2510 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_data_require()
2540 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_non_data_require()
/xnu-8796.141.3/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp414 _ranges.v64->address = (mach_vm_address_t) pgz_decode(_buffer, _capacity); in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp287 addr = pgz_decode(addr, len); in getAddrLenForInd()
/xnu-8796.141.3/osfmk/vm/
H A Dvm_user.c2643 offset = pgz_decode(offset, *size); in mach_make_memory_entry_internal()