Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dzalloc.h1470 #define pgz_decode(addr, size) \ macro
1473 #define pgz_decode(addr, size) (addr) macro
H A Dkalloc.c2384 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_data_require()
2422 (vm_address_t)pgz_decode(addr, size), size)) { in kalloc_non_data_require()
/xnu-8020.101.4/iokit/Kernel/
H A DIOBufferMemoryDescriptor.cpp405 _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.101.4/osfmk/vm/
H A Dvm_user.c2661 offset = pgz_decode(offset, *size); in mach_make_memory_entry_internal()