/openbmc/linux/arch/mips/include/asm/ |
H A D | abi.h | 19 int (* const setup_frame)(void *sig_return, struct ksignal *ksig, member
|
/openbmc/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() 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() 1121 build_setup_frame_hash(tp->setup_frame, dev); in set_rx_mode() 1124 build_setup_frame_perfect(tp->setup_frame, dev); in set_rx_mode() 1155 tp->setup_frame, 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() 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() 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_DEVICE); in __de_set_rx_mode() 777 txd->opts2 = cpu_to_le32(SetupFrame | RingEnd | sizeof (de->setup_frame)); in __de_set_rx_mode() 779 txd->opts2 = cpu_to_le32(SetupFrame | sizeof (de->setup_frame)); in __de_set_rx_mode() [all …]
|
H A D | tulip.h | 412 u16 setup_frame[96]; /* Pseudo-Tx frame to init address table. */ member
|
/openbmc/linux/arch/mips/kernel/ |
H A D | signal.c | 713 static int setup_frame(void *sig_return, struct ksignal *ksig, in setup_frame() function 803 .setup_frame = setup_frame, 857 ret = abi->setup_frame(vdso + abi->vdso->off_sigreturn, in handle_signal()
|
H A D | signal_o32.c | 244 .setup_frame = setup_frame_32,
|
/openbmc/u-boot/drivers/net/ |
H A D | dc2114x.c | 481 char setup_frame[SETUP_FRAME_LEN]; in send_setup_frame() local 482 char *pa = &setup_frame[0]; in send_setup_frame() 500 tx_ring[tx_new].buf = cpu_to_le32(phys_to_bus((u32) &setup_frame[0])); in send_setup_frame()
|
/openbmc/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()
|
/openbmc/qemu/linux-user/ |
H A D | signal-common.h | 51 void setup_frame(int sig, struct target_sigaction *ka,
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | signal.c | 226 setup_frame(struct ksignal *ksig, sigset_t *set, struct sigscratch *scr) in setup_frame() function 319 int ret = setup_frame(ksig, sigmask_to_save(), scr); in handle_signal()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | signal.c | 288 static int setup_frame(int sig, struct k_sigaction *ka, in setup_frame() function 440 ret = setup_frame(ksig->sig, &ksig->ka, oldset, regs); in handle_signal()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta.h | 277 int (*setup_frame)(struct delta_ctx *ctx, struct delta_frame *frame); member
|
/openbmc/qemu/bsd-user/ |
H A D | signal.c | 736 static void setup_frame(int sig, int code, struct target_sigaction *ka, in setup_frame() function 951 setup_frame(sig, code, sa, &target_old_set, &tinfo, env); in handle_pending_signal() 953 setup_frame(sig, code, sa, &target_old_set, NULL, env); in handle_pending_signal()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | signal.c | 447 setup_frame(struct ksignal *ksig, sigset_t *set, struct pt_regs *regs) in setup_frame() function 518 ret = setup_frame(ksig, oldset, regs); in handle_signal()
|
/openbmc/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()
|
/openbmc/qemu/linux-user/alpha/ |
H A D | signal.c | 125 void setup_frame(int sig, struct target_sigaction *ka, in setup_frame() function
|
/openbmc/qemu/linux-user/mips/ |
H A D | signal.c | 199 void setup_frame(int sig, struct target_sigaction * ka, in setup_frame() function
|
/openbmc/qemu/linux-user/sh4/ |
H A D | signal.c | 175 void setup_frame(int sig, struct target_sigaction *ka, in setup_frame() function
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | signal.c | 874 static int setup_frame(struct ksignal *ksig, sigset_t *set, in setup_frame() function 1076 err = setup_frame(ksig, oldset, regs); in handle_signal()
|
/openbmc/qemu/linux-user/s390x/ |
H A D | signal.c | 172 void setup_frame(int sig, struct target_sigaction *ka, in setup_frame() function
|
/openbmc/qemu/linux-user/m68k/ |
H A D | signal.c | 126 void setup_frame(int sig, struct target_sigaction *ka, in setup_frame() function
|
/openbmc/qemu/linux-user/ppc/ |
H A D | signal.c | 426 void setup_frame(int sig, struct target_sigaction *ka, in setup_frame() function
|
/openbmc/qemu/linux-user/arm/ |
H A D | signal.c | 321 void setup_frame(int usig, struct target_sigaction *ka, in setup_frame() function
|