Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c285 int availlen, indexlen, funclen, scriptlen; in sbdp_move_memory() local
312 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()
H A Dsbdp_cpu.c643 size_t funclen; in sbdp_cpu_stop_self() local
651 funclen = (uintptr_t)sbdp_shutdown_asm_end - in sbdp_cpu_stop_self()
653 ASSERT(funclen <= MMU_PAGESIZE); in sbdp_cpu_stop_self()
/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c2494 size_t funclen; in drmach_cpu_stop_self() local
2502 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()