Searched refs:funclen (Results 1 – 3 of 3) sorted by relevance
285 int availlen, indexlen, funclen, scriptlen; in sbdp_move_memory() local312 funclen = (int)((ulong_t)_sbdp_copy_rename_end - in sbdp_move_memory()315 if (funclen > PAGESIZE) { in sbdp_move_memory()318 funclen, PAGESIZE); in sbdp_move_memory()338 bcopy((caddr_t)sbdp_copy_rename__relocatable, mempage, funclen); in sbdp_move_memory()343 funclen); in sbdp_move_memory()374 if ((funclen + scriptlen + indexlen) > PAGESIZE) { in sbdp_move_memory()376 "+ index len (%d) > PAGESIZE (%d)", funclen, scriptlen, in sbdp_move_memory()389 data_area += (ulong_t)funclen + (ulong_t)(linesize - 1); in sbdp_move_memory()
643 size_t funclen; in sbdp_cpu_stop_self() local651 funclen = (uintptr_t)sbdp_shutdown_asm_end - in sbdp_cpu_stop_self()653 ASSERT(funclen <= MMU_PAGESIZE); in sbdp_cpu_stop_self()
2494 size_t funclen; in drmach_cpu_stop_self() local2502 funclen = (uintptr_t)drmach_shutdown_asm_end - in drmach_cpu_stop_self()2504 ASSERT(funclen <= MMU_PAGESIZE); in drmach_cpu_stop_self()2515 drmach_shutdown_asm_mbox->estack = bbsram_addr + funclen; in drmach_cpu_stop_self()