Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/ !
H A Dzalloc.h2442 #define pgz_decode(addr, size) \ macro
2445 #define pgz_decode(addr, size) (addr) macro
H A Dkalloc.c2523 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_data_require()
2553 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_non_data_require()
/xnu-10002.41.9/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-10002.41.9/osfmk/vm/ !
H A Dvm_user.c2649 offset = pgz_decode(offset, *size); in mach_make_memory_entry_internal()