Home
last modified time | relevance | path

Searched refs:vmtaglog_btlog (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Dvm_resident.c11224 btlog_t vmtaglog_btlog; variable
11236 btlog_record(vmtaglog_btlog, object, 0, ref); in vm_tag_log()
11238 btlog_erase(vmtaglog_btlog, object); in vm_tag_log()
11273 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()
/xnu-12377.81.4/tools/lldbmacros/
H A Dmemory.py1623 vmtaglog_btlog_address = int(kern.globals.vmtaglog_btlog)