/linux/arch/mips/include/asm/ |
H A D | abi.h | 19 int (* const setup_frame)(void *sig_return, struct ksignal *ksig, member
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | tulip_core.c | 343 u16 *setup_frm = &tp->setup_frame[15*6]; in tulip_up() 347 memset(tp->setup_frame, 0xff, sizeof(tp->setup_frame)); in tulip_up() 353 mapping = dma_map_single(&tp->pdev->dev, tp->setup_frame, in tulip_up() 354 sizeof(tp->setup_frame), in tulip_up() 721 sizeof(tp->setup_frame), in tulip_clean_tx_ring() 996 new frame, not around filling tp->setup_frame. This is non-deterministic 1019 setup_frm = &tp->setup_frame[13*6]; in build_setup_frame_hash() 1044 setup_frm = &tp->setup_frame[15*6]; in build_setup_frame_perfect() 1117 /* Note that only the low-address shortword of setup_frame i in set_rx_mode() [all...] |
H A D | de2104x.c | 311 u16 setup_frame[DE_SETUP_FRAME_WORDS]; member 561 sizeof(de->setup_frame), in de_tx() 661 new frame, not around filling de->setup_frame. This is non-deterministic 685 setup_frm = &de->setup_frame[13*6]; in build_setup_frame_hash() 710 setup_frm = &de->setup_frame[15*6]; in build_setup_frame_perfect() 742 /* Note that only the low-address shortword of setup_frame is valid! in __de_set_rx_mode() 745 build_setup_frame_hash (de->setup_frame, dev); in __de_set_rx_mode() 747 build_setup_frame_perfect (de->setup_frame, dev); in __de_set_rx_mode() 771 dma_map_single(&de->pdev->dev, de->setup_frame, in __de_set_rx_mode() 772 sizeof(de->setup_frame), DMA_TO_DEVIC in __de_set_rx_mode() [all...] |
H A D | tulip.h | 412 u16 setup_frame[96]; /* Pseudo-Tx frame to init address table. */ member
|
H A D | interrupt.c | 609 sizeof(tp->setup_frame), in tulip_interrupt()
|
/linux/arch/mips/kernel/ |
H A D | signal.c | 714 static int setup_frame(void *sig_return, struct ksignal *ksig, in setup_frame() function 804 .setup_frame = setup_frame, 858 ret = abi->setup_frame(vdso + abi->vdso->off_sigreturn, in handle_signal()
|
H A D | signal_o32.c | 245 .setup_frame = setup_frame_32,
|
/linux/arch/xtensa/kernel/ |
H A D | signal.c | 342 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function 494 ret = setup_frame(&ksig, sigmask_to_save(), regs); in do_signal()
|
/linux/arch/s390/kernel/ |
H A D | signal.c | 285 static int setup_frame(int sig, struct k_sigaction *ka, in setup_frame() function 437 ret = setup_frame(ksig->sig, &ksig->ka, oldset, regs); in handle_signal()
|
/linux/arch/sh/kernel/ |
H A D | signal_32.c | 269 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function 445 ret = setup_frame(ksig, oldset, regs); in handle_signal()
|
/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta.h | 239 * @setup_frame: setup frame to be used by decoder, see below 243 * @setup_frame: setup frame to be used by decoder, see below 265 * setup_frame() - setup frame to be used by decoder 277 int (*setup_frame)(struct delta_ctx *ctx, struct delta_frame *frame); member 364 * If not enough frames have been provided through setup_frame(),
|
H A D | delta-v4l2.c | 1169 return call_dec_op(dec, setup_frame, ctx, frame); in delta_setup_frame() 1478 "%s setup_frame() failed (%d)\n", in delta_vb2_frame_prepare()
|
/linux/arch/sparc/kernel/ |
H A D | signal_32.c | 225 static int setup_frame(struct ksignal *ksig, struct pt_regs *regs, in setup_frame() function 426 err = setup_frame(ksig, regs, oldset); in handle_signal()
|
/linux/arch/alpha/kernel/ |
H A D | signal.c | 329 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() function 441 ret = setup_frame(ksig, oldset, regs); in handle_signal()
|
/linux/arch/m68k/kernel/ |
H A D | signal.c | 255 static unsigned char fpu_version; /* version number of fpu, set by setup_frame */ 876 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function 886 pr_debug("setup_frame: Unknown frame format %#x\n", in setup_frame() 958 pr_debug("setup_frame: Unknown frame format %#x\n", in setup_rt_frame() 1078 err = setup_frame(ksig, oldset, regs); in handle_signal()
|