Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/i386/AT386/
H A Dmodel_dep.c221 static uint32_t lbr_stack_size; variable
1296 if (lbr_stack_size > 0) { in capture_lbr_state()
1327 void *buf = (void *)(phys_carveout + lbr_stack_size * sizeof(uint64_t) * cpu); in copy_lbr_data_for_core()
1328 memcpy(buf, lbrs[cpu].from, sizeof(uint64_t) * lbr_stack_size); in copy_lbr_data_for_core()
1329 memcpy((uint64_t *)buf + lbr_stack_size * sizeof(uint64_t), lbrs[cpu].to, in copy_lbr_data_for_core()
1330 sizeof(uint64_t) * lbr_stack_size); in copy_lbr_data_for_core()
1335 panic_lbr_header.lbr_count = lbr_stack_size; in copy_lbr_data_for_core()
1347 lbr_stack_size = lbr_count; in lbr_for_kmode_init()
1351 size = sizeof(uint64_t) * lbr_stack_size; in lbr_for_kmode_init()
1388 for (i = 0; i < lbr_stack_size; i++) { in write_lbr_to_panic_log()