Home
last modified time | relevance | path

Searched refs:acc (Results 1 – 13 of 13) sorted by relevance

/arch/cris/arch-v10/mm/
Dfault.c46 int acc, inv; in handle_mmu_bus_fault() local
62 acc = IO_EXTRACT(R_MMU_CAUSE, acc_excp, cause); in handle_mmu_bus_fault()
71 regs->irp, address, miss, inv, we, acc, index, page_id)); in handle_mmu_bus_fault()
/arch/arm/mach-ixp4xx/include/mach/
Dqmgr.h48 u32 acc[QUEUES][MAX_QUEUE_LENGTH]; /* 0x000 - 0x3FF */ member
96 __raw_writel(val, &qmgr_regs->acc[queue][0]); in qmgr_put_entry()
103 val = __raw_readl(&qmgr_regs->acc[queue][0]); in qmgr_get_entry()
/arch/m68k/math-emu/
Dmulti_arith.h721 unsigned long long acc;
729 acc = (long long) LO_WORD(a) * LO_WORD(b);
730 c[NLSW128] = HI_WORD(acc);
731 c[LSW128] = LO_WORD(acc);
735 acc = (long long) HI_WORD(a) * HI_WORD(b);
736 c[MSW128] = HI_WORD(acc);
737 c[NMSW128] = LO_WORD(acc);
741 acc = (long long) LO_WORD(a) * HI_WORD(b);
742 acc128[NMSW128] = HI_WORD(acc);
743 acc128[NLSW128] = LO_WORD(acc);
[all …]
/arch/frv/kernel/
Dasm-offsets.c77 DEF_FREG(__FPMEDIA_ACC0, f.acc[0]); in foo()
Dgdb-stub.c1631 ptr = mem2hex(&__debug_user_context->f.acc[loop], ptr, 4, 0); in gdbstub()
1699 ptr = hex2mem(ptr, &__debug_user_context->f.acc[loop], 4); in gdbstub()
1801 __debug_user_context->f.acc[addr - GDB_REG_ACC(0)] = temp; in gdbstub()
/arch/powerpc/kernel/
Dptrace.c435 BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) != in evr_get()
440 &target->thread.acc, in evr_get()
458 BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) != in evr_set()
463 &target->thread.acc, in evr_set()
Dkgdb.c289 } acc; in gdb_regs_to_pt_regs() local
Dasm-offsets.c99 DEFINE(THREAD_ACC, offsetof(struct thread_struct, acc)); in main()
Dprocess.c761 current->thread.acc = 0; in start_thread()
/arch/cris/arch-v32/mm/
Dinit.c60 REG_STATE(mmu, rw_mm_cfg, acc, on) | in cris_mmu_init()
/arch/powerpc/include/asm/
Dprocessor.h196 u64 acc; /* Accumulator */ member
/arch/cris/arch-v32/kernel/
Dhead.S94 | REG_STATE(mmu, rw_mm_cfg, acc, on) \
115 | REG_STATE(mmu, rw_mm_cfg, acc, on) \
/arch/arm/tools/
Dmach-types458 acc MACH_ACC ACC 442