Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dzalloc.h2223 #define pgz_decode(addr, size) \ macro
2226 #define pgz_decode(addr, size) (addr) macro
H A Dkalloc.c2012 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_data_require()
2043 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_non_data_require()
/xnu-8796.121.2/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp413 _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.121.2/osfmk/vm/
H A Dvm_user.c2643 offset = pgz_decode(offset, *size); in mach_make_memory_entry_internal()