Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dbtlog.c995 vm_address_t bthe_addr; member
1244 head = __btlog_hash_head(btlh, __btlog_elem_decode(bthe->bthe_addr)); in __btlog_hash_remove()
1283 if (bthe->bthe_addr) { in __btlog_hash_record()
1290 .bthe_addr = __btlog_elem_encode(addr), in __btlog_hash_record()
1329 if (__btlog_elem_decode(bthe->bthe_addr) == addr) { in __btlog_hash_erase()
1330 bthe->bthe_addr = 0; in __btlog_hash_erase()
1666 if (!bthe->bthe_addr) { in btlog_get_records()
1782 if (!bthe->bthe_addr) { in btlog_guess_top()
1816 if (!bthe->bthe_addr) { in btlog_guess_top()
1888 if (__btlog_elem_decode(bthe->bthe_addr) == addr) { in btlog_copy_backtraces_for_elements()