Searched refs:callnum (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/cris/ |
| D | traps.c | 1408 cris_break_13_handler (SIM_CPU *current_cpu, USI callnum, USI arg1, in cris_break_13_handler() argument 1422 s.func = callnum; in cris_break_13_handler() 1432 if (callnum == TARGET_SYS_lseek) in cris_break_13_handler() 1435 if (callnum == TARGET_SYS_exit_group in cris_break_13_handler() 1436 || (callnum == TARGET_SYS_exit && cris_cpu->m1threads == 0)) in cris_break_13_handler() 1454 "Break 13: invalid %d? Returned %ld\n", callnum, in cris_break_13_handler() 1470 switch (callnum) in cris_break_13_handler() 1538 callnum == TARGET_SYS_fcntl in cris_break_13_handler() 2269 sim_io_eprintf (sd, "Break 13: invalid %d? Returned %ld\n", callnum, in cris_break_13_handler() 3154 callnum, arg1, arg2, arg3, arg4, arg5, in cris_break_13_handler() [all …]
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-rx.c | 485 uint32_t callnum; /* Call number (net order) */ member 703 rxent->callnum = GET_BE_U_4(rxh->callNumber); in rx_cache_insert() 735 if (rxent->callnum == GET_BE_U_4(rxh->callNumber) && in rx_cache_find()
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | mep-core.cpu | 586 (name f-callnum) 592 (set (ifield f-5) (and (srl (ifield f-callnum) 3) 1)) 593 (set (ifield f-6) (and (srl (ifield f-callnum) 2) 1)) 594 (set (ifield f-7) (and (srl (ifield f-callnum) 1) 1)) 595 (set (ifield f-11) (and (ifield f-callnum) 1)))) 596 (extract (set (ifield f-callnum) 760 (dnop callnum "system call number" (all-mep-core-isas) h-uint f-callnum) 2988 (+ MAJ_7 (f-4 1) callnum (f-8 0) (f-9 0) (f-10 0) (f-sub4 0)) 2989 (c-call "do_syscall" pc callnum)
|
| /netbsd/src/external/gpl3/binutils/dist/cpu/ |
| D | mep-core.cpu | 586 (name f-callnum) 592 (set (ifield f-5) (and (srl (ifield f-callnum) 3) 1)) 593 (set (ifield f-6) (and (srl (ifield f-callnum) 2) 1)) 594 (set (ifield f-7) (and (srl (ifield f-callnum) 1) 1)) 595 (set (ifield f-11) (and (ifield f-callnum) 1)))) 596 (extract (set (ifield f-callnum) 760 (dnop callnum "system call number" (all-mep-core-isas) h-uint f-callnum) 2988 (+ MAJ_7 (f-4 1) callnum (f-8 0) (f-9 0) (f-10 0) (f-sub4 0)) 2989 (c-call "do_syscall" pc callnum)
|