Searched refs:acc (Results 1 – 13 of 13) sorted by relevance
/arch/cris/arch-v10/mm/ |
D | fault.c | 46 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/ |
D | qmgr.h | 48 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/ |
D | multi_arith.h | 721 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/ |
D | asm-offsets.c | 77 DEF_FREG(__FPMEDIA_ACC0, f.acc[0]); in foo()
|
D | gdb-stub.c | 1631 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/ |
D | ptrace.c | 435 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()
|
D | kgdb.c | 289 } acc; in gdb_regs_to_pt_regs() local
|
D | asm-offsets.c | 99 DEFINE(THREAD_ACC, offsetof(struct thread_struct, acc)); in main()
|
D | process.c | 761 current->thread.acc = 0; in start_thread()
|
/arch/cris/arch-v32/mm/ |
D | init.c | 60 REG_STATE(mmu, rw_mm_cfg, acc, on) | in cris_mmu_init()
|
/arch/powerpc/include/asm/ |
D | processor.h | 196 u64 acc; /* Accumulator */ member
|
/arch/cris/arch-v32/kernel/ |
D | head.S | 94 | REG_STATE(mmu, rw_mm_cfg, acc, on) \ 115 | REG_STATE(mmu, rw_mm_cfg, acc, on) \
|
/arch/arm/tools/ |
D | mach-types | 458 acc MACH_ACC ACC 442
|