Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/mac/ !
Diop.c535 uint code_len, __u16 shared_ram_start) in iop_upload_code() argument
541 while (code_len--) { in iop_upload_code()
551 uint code_len, __u16 shared_ram_start) in iop_download_code() argument
557 while (code_len--) { in iop_download_code()
569 uint code_len, __u16 shared_ram_start) in iop_compare_code() argument
575 while (code_len--) { in iop_compare_code()
/linux-2.4.37.9/arch/ppc64/kernel/ !
Dprocess.c492 unsigned code_len; in ppc_find_proc_name() local
507 code_len = *p; /* get code length */ in ppc_find_proc_name()
508 code_start = tb_start - code_len; in ppc_find_proc_name()