Searched refs:drmach_shutdown_asm_mbox (Results 1 – 1 of 1) sorted by relevance
214 struct drmach_shutdown_mbox *drmach_shutdown_asm_mbox; variable335 drmach_shutdown_asm_mbox = (struct drmach_shutdown_mbox *) in _init()343 vmem_free(static_alloc_arena, (void *)drmach_shutdown_asm_mbox, in _init()1045 if (drmach_shutdown_asm_mbox != NULL) { in drmach_fini()1046 vmem_free(static_alloc_arena, (void *)drmach_shutdown_asm_mbox, in drmach_fini()2515 drmach_shutdown_asm_mbox->estack = bbsram_addr + funclen; in drmach_cpu_stop_self()2529 drmach_shutdown_asm_mbox->flushaddr = ecache_flushaddr; in drmach_cpu_stop_self()2530 drmach_shutdown_asm_mbox->size = (cpunodes[cpuid].ecache_size << 1); in drmach_cpu_stop_self()2531 drmach_shutdown_asm_mbox->linesize = cpunodes[cpuid].ecache_linesize; in drmach_cpu_stop_self()2532 drmach_shutdown_asm_mbox->physaddr = in drmach_cpu_stop_self()[all …]