Searched refs:ccs (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | signal.c | 72 regs->ccs |= (1 << (U_CCS_BITNR + CCS_SHIFT)); in restore_sigcontext() 93 unsigned long oldccs = regs->ccs; in sys_sigreturn() 134 unsigned long oldccs = regs->ccs; in sys_rt_sigreturn() 493 regs->ccs |= (1 << Q_CCS_BITNR); in keep_debug_flags() 498 regs->ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags() 505 regs->ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags() 513 regs->ccs &= ~(1 << (S_CCS_BITNR + CCS_SHIFT)); in keep_debug_flags()
|
D | process.c | 121 childregs->ccs = 1 << (I_CCS_BITNR + CCS_SHIFT); in copy_thread() 171 regs->erp, regs->srp, regs->ccs, usp, regs->mof); in show_regs()
|
D | entry.S | 263 move [$sp+], $ccs 351 move $ccs, [$acr] ; Save IRQ enable state. 379 move [$acr], $ccs ; Restore IRQ enable status. 393 move $ccs, [$sp] 425 move [$sp+], $ccs 520 move $ccs, $r0 ; U-flag not affected by previous insns.
|
D | kgdb.c | 225 unsigned int ccs; /* 0x69; P13, Condition code stack */ member 1154 reg.ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in insert_watchpoint() 1405 reg.ccs &= ~(1 << (S_CCS_BITNR + CCS_SHIFT)); in handle_exception() 1428 reg.ccs |= (1 << (S_CCS_BITNR + CCS_SHIFT)); in handle_exception()
|
D | traps.c | 27 regs->erp, regs->srp, regs->ccs, usp, regs->mof); in show_registers()
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | processor.h | 19 unsigned long ccs; /* Saved flags register. */ member 46 regs->ccs |= 1 << (U_CCS_BITNR + CCS_SHIFT); \
|
/linux-4.4.14/arch/cris/include/uapi/asm/ |
D | ptrace_v32.h | 77 unsigned long ccs; member 112 #define user_mode(regs) (((regs)->ccs & (1 << (U_CCS_BITNR + CCS_SHIFT))) != 0)
|
D | elf_v32.h | 72 pr_reg[29] = regs->ccs; /* CCS */ \
|
/linux-4.4.14/arch/cris/kernel/ |
D | asm-offsets.c | 32 ENTRY(ccs); in main() 49 ENTRY(ccs); in main()
|
/linux-4.4.14/arch/cris/include/uapi/arch-v32/arch/ |
D | user.h | 36 unsigned long ccs; /* P13, Condition code stack. */ member
|
/linux-4.4.14/drivers/net/wireless/ |
D | ray_cs.c | 102 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 …]
|
D | rayctl.h | 516 struct ccs { struct
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tmiofb.c | 358 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.4.14/arch/cris/arch-v32/mm/ |
D | mmu.S | 22 move $ccs, [$sp]
|