Home
last modified time | relevance | path

Searched refs:ccs (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/arch/cris/include/arch-v32/arch/
Dprocessor.h19 unsigned long ccs; /* Saved flags register. */ member
51 regs->ccs |= 1 << (U_CCS_BITNR + CCS_SHIFT); \
Dptrace.h77 unsigned long ccs; member
112 #define user_mode(regs) (((regs)->ccs & (1 << (U_CCS_BITNR + CCS_SHIFT))) != 0)
Duser.h36 unsigned long ccs; /* P13, Condition code stack. */ member
Delf.h71 pr_reg[29] = regs->ccs; /* CCS */ \
/linux-3.4.99/arch/cris/arch-v32/kernel/
Dsignal.c137 regs->ccs |= (1 << (U_CCS_BITNR + CCS_SHIFT)); in restore_sigcontext()
157 unsigned long oldccs = regs->ccs; in sys_sigreturn()
206 unsigned long oldccs = regs->ccs; in sys_rt_sigreturn()
630 regs->ccs |= (1 << Q_CCS_BITNR); in keep_debug_flags()
635 regs->ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
642 regs->ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
650 regs->ccs &= ~(1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
Dprocess.c116 regs.ccs = 1 << (I_CCS_BITNR + CCS_SHIFT); in kernel_thread()
254 regs->erp, regs->srp, regs->ccs, usp, regs->mof); in show_regs()
Dentry.S236 move [$sp+], $ccs
353 move $ccs, [$acr] ; Save IRQ enable state.
381 move [$acr], $ccs ; Restore IRQ enable status.
395 move $ccs, [$sp]
427 move [$sp+], $ccs
522 move $ccs, $r0 ; U-flag not affected by previous insns.
Dkgdb.c225 unsigned int ccs; /* 0x69; P13, Condition code stack */ member
1197 reg.ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in insert_watchpoint()
1439 reg.ccs &= ~(1 << (S_CCS_BITNR + CCS_SHIFT)); in handle_exception()
1462 reg.ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in handle_exception()
Dtraps.c27 regs->erp, regs->srp, regs->ccs, usp, regs->mof); in show_registers()
/linux-3.4.99/arch/cris/kernel/
Dasm-offsets.c36 ENTRY(ccs); in main()
53 ENTRY(ccs); in main()
/linux-3.4.99/drivers/net/wireless/
Dray_cs.c103 static int interrupt_ecf(ray_dev_t *local, int ccs);
452 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev) in ccs_base()
474 struct ccs __iomem *pccs; in ray_init()
536 struct ccs __iomem *pccs; in dl_startup_params()
646 struct ccs __iomem *pccs = ccs_base(local) + local->dl_param_ccs; in verify_dl_startup()
688 struct ccs __iomem *pccs; in start_net()
716 struct ccs __iomem *pccs; in join_net()
882 struct ccs __iomem *pccs; in ray_hw_xmit()
1549 static int interrupt_ecf(ray_dev_t *local, int ccs) in interrupt_ecf() argument
1558 dev_dbg(&link->dev, "interrupt_ecf(local=%p, ccs = 0x%x\n", local, ccs); in interrupt_ecf()
[all …]
Drayctl.h515 struct ccs { struct
/linux-3.4.99/drivers/staging/cxt1e1/
Dlinux.c705 struct c4_chan_stats_wrap ccs; in do_get_chan_stats() local
708 if (copy_from_user (&ccs, data, in do_get_chan_stats()
711 switch (ret = mkret (c4_get_chan_stats (ccs.channum, &ccs.stats))) in do_get_chan_stats()
718 if (copy_to_user (data, &ccs, in do_get_chan_stats()
/linux-3.4.99/drivers/video/
Dtmiofb.c358 tmiofb_acc_wait(struct fb_info *info, unsigned int ccs) in tmiofb_acc_wait() argument
368 while (tmio_ioread16(par->lcr + LCR_CCS) > ccs) { in tmiofb_acc_wait()
373 ccs); in tmiofb_acc_wait()
380 tmio_ioread16(par->lcr + LCR_CCS) <= ccs, in tmiofb_acc_wait()
382 pr_err("tmiofb: timeout waiting for %d\n", ccs); in tmiofb_acc_wait()
/linux-3.4.99/arch/cris/arch-v32/mm/
Dmmu.S22 move $ccs, [$sp]