Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c10258 btlog_t vmtaglog_btlog; variable
10270 btlog_record(vmtaglog_btlog, object, 0, ref); in vm_tag_log()
10272 btlog_erase(vmtaglog_btlog, object); in vm_tag_log()
10344 vmtaglog_btlog = btlog_create(BTLOG_HASH, VM_TAG_BTLOG_SIZE, 0); in vm_btlog_init()
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py1666 vmtaglog_btlog_address = int(kern.globals.vmtaglog_btlog)