Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v32/kernel/
Dsignal.c73 regs->ccs |= (1 << (U_CCS_BITNR + CCS_SHIFT)); in restore_sigcontext()
94 unsigned long oldccs = regs->ccs; in sys_sigreturn()
135 unsigned long oldccs = regs->ccs; in sys_rt_sigreturn()
494 regs->ccs |= (1 << Q_CCS_BITNR); in keep_debug_flags()
499 regs->ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
506 regs->ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
514 regs->ccs &= ~(1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
Dprocess.c121 childregs->ccs = 1 << (I_CCS_BITNR + CCS_SHIFT); in copy_thread()
171 regs->erp, regs->srp, regs->ccs, usp, regs->mof); in show_regs()
Dentry.S252 move [$sp+], $ccs
340 move $ccs, [$acr] ; Save IRQ enable state.
368 move [$acr], $ccs ; Restore IRQ enable status.
382 move $ccs, [$sp]
414 move [$sp+], $ccs
509 move $ccs, $r0 ; U-flag not affected by previous insns.
Dkgdb.c225 unsigned int ccs; /* 0x69; P13, Condition code stack */ member
1183 reg.ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in insert_watchpoint()
1425 reg.ccs &= ~(1 << (S_CCS_BITNR + CCS_SHIFT)); in handle_exception()
1448 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-4.1.27/arch/cris/include/arch-v32/arch/
Dprocessor.h19 unsigned long ccs; /* Saved flags register. */ member
46 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)
Delf.h71 pr_reg[29] = regs->ccs; /* CCS */ \
/linux-4.1.27/arch/cris/kernel/
Dasm-offsets.c32 ENTRY(ccs); in main()
49 ENTRY(ccs); in main()
/linux-4.1.27/arch/cris/include/uapi/arch-v32/arch/
Duser.h36 unsigned long ccs; /* P13, Condition code stack. */ member
/linux-4.1.27/drivers/net/wireless/
Dray_cs.c102 static int interrupt_ecf(ray_dev_t *local, int ccs);
451 static inline struct ccs __iomem *ccs_base(ray_dev_t *dev) in ccs_base()
473 struct ccs __iomem *pccs; in ray_init()
535 struct ccs __iomem *pccs; in dl_startup_params()
645 struct ccs __iomem *pccs = ccs_base(local) + local->dl_param_ccs; in verify_dl_startup()
687 struct ccs __iomem *pccs; in start_net()
715 struct ccs __iomem *pccs; in join_net()
881 struct ccs __iomem *pccs; in ray_hw_xmit()
1551 static int interrupt_ecf(ray_dev_t *local, int ccs) in interrupt_ecf() argument
1560 dev_dbg(&link->dev, "interrupt_ecf(local=%p, ccs = 0x%x\n", local, ccs); in interrupt_ecf()
[all …]
Drayctl.h516 struct ccs { struct
/linux-4.1.27/drivers/video/fbdev/
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-4.1.27/arch/cris/arch-v32/mm/
Dmmu.S22 move $ccs, [$sp]