Searched refs:instruction (Results 76 - 100 of 123) sorted by relevance

12345

/linux-master/arch/alpha/lib/
H A Dev6-memset.S139 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
317 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
505 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
/linux-master/drivers/acpi/apei/
H A Deinj-core.c243 entry->instruction == ACPI_EINJ_WRITE_REGISTER &&
248 entry->instruction == ACPI_EINJ_WRITE_REGISTER &&
306 entry->instruction <= ACPI_EINJ_WRITE_REGISTER_VALUE &&
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S63 # _060LSP__idivu64_(): Emulate 64-bit unsigned div instruction. #
64 # _060LSP__idivs64_(): Emulate 64-bit signed div instruction. #
68 # 64-bit divide instruction. #
88 # Restore sign info if signed instruction. Set the condition #
91 # divide instruction. This way, the operating system can record that #
480 # _060LSP__imulu64_(): Emulate 64-bit unsigned mul instruction #
481 # _060LSP__imuls64_(): Emulate 64-bit signed mul instruction. #
485 # 64-bit multiply instruction. #
764 # instruction. #
907 # (3) keep 'X', 'N', and 'V' from before instruction
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dscale.S10 | the fscale unimplemented instruction.
41 | This entry point is used by the unimplemented instruction exception
H A Dgen_except.S221 | No exceptions are to be reported. If the instruction was
322 | are set by a previous instruction and not cleared by
324 | instruction in an emulation routine caused the exception
347 | instruction of an emulation routine.
390 | The address of the instruction that caused the
H A Dskeleton.S9 | before the jump instruction. If there no handling necessary, then
298 | handle. E.g. an instruction with a co-processor ID that is not 1.
390 | this via a 'moves' instruction. copyout is a UNIX SVR3 (and later) function.
430 | this via a 'moves' instruction. copyin is a UNIX SVR3 (and later) function.
433 | The FPSP calls mem_read to read the original F-line instruction in order
H A Dres_func.S757 | This code handles the case of the instruction resulting in
802 | and complete the instruction.
977 | and complete the instruction.
1158 | and complete the instruction.
1196 | and complete the instruction.
1217 | This code handles the case of the instruction resulting in
/linux-master/drivers/media/usb/gspca/
H A Djeilinj.c61 unsigned char instruction[2]; member in struct:jlj_command
246 jlj_write2(gspca_dev, start_commands[i].instruction);
H A Dsn9c2028.c36 unsigned char instruction[6]; member in struct:init_command
236 cam_commands[i].instruction);
240 cam_commands[i].instruction);
244 cam_commands[i].instruction);
266 genius_vcam_live_gain_cmds[0].instruction[2] = g;
/linux-master/arch/parisc/math-emu/
H A Dfloat.h464 #define Set_exceptiontype_and_instr_field(exception,instruction,object) \
465 object = exception << 26 | instruction
/linux-master/drivers/watchdog/
H A Dwdat_wdt.c19 * struct wdat_instruction - Single ACPI WDAT instruction
20 * @entry: Copy of the ACPI table instruction
21 * @reg: Register the instruction is accessing
22 * @node: Next instruction in action sequence
37 * @instructions: An array of instruction lists indexed by an action number from
127 /* Run each instruction sequentially */
137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER;
138 flags = entry->instruction & ~ACPI_WDAT_PRESERVE_REGISTER;
195 dev_err(&wdat->pdev->dev, "Unknown instruction: %u\n",
/linux-master/arch/s390/kernel/
H A Dentry.S81 * The TSTMSK macro generates a test-under-mask instruction by
85 * instruction.
206 # Let the next instruction be NOP to avoid triggering a machine check
207 # and handling it in a guest as result of the instruction execution.
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S38 daddiu t1, 4 # skip to next instruction
H A Dscall32-o32.S34 addiu t1, 4 # skip to next instruction
/linux-master/arch/m68k/math-emu/
H A Dfp_scan.S64 | normal fpu instruction? (this excludes fsave/frestore)
74 | first two instruction words are kept in %d2
/linux-master/arch/s390/boot/
H A Dhead.S279 .quad 0 # cr3: instruction authorization
280 .quad 0xffff # cr4: instruction authorization
/linux-master/tools/objtool/arch/x86/
H A Ddecode.c76 unsigned long arch_jump_destination(struct instruction *insn)
149 struct instruction *insn)
170 WARN("can't decode instruction at %s:0x%lx", sec->name, offset);
556 WARN("ENQCMD instruction at %s:%lx", sec->name,
/linux-master/arch/arm/kernel/
H A Dtraps.c49 "undefined instruction",
97 void dump_backtrace_stm(u32 *stack, u32 instruction, const char *loglvl) argument
104 if (instruction & BIT(reg)) {
493 pr_info("%s (%d): undefined instruction: pc=%px\n",
499 arm_notify_die("Oops - undefined instruction", regs,
730 * A data abort trap was taken, but we did not handle the instruction.
801 * vectors + 0xfe8 = hardware TLS instruction at 0xffff0fe8
872 * Poison the vectors page with an undefined instruction. This
873 * instruction is chosen to be undefined for both ARM and Thumb
874 * ISAs. The Thumb version is an undefined instruction wit
[all...]
/linux-master/include/acpi/
H A Dactbl3.h616 u8 instruction; member in struct:acpi_wdat_entry
620 u32 mask; /* Bitmask required for this register instruction */
/linux-master/arch/x86/kernel/
H A Dhead_32.S257 movl $1,%eax # Use the CPUID instruction to get CPU type
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S141 blr %r1,%r0 ; branch to 8-instruction sequence
551 ;* Then the STDIAG instruction for the RDR # in arg0 is called
582 blr %r1,%r0 ; branch to 8-instruction sequence
1034 blr %r1,%r0 ; branch to 8-instruction sequence
1343 ;* Then the STDIAG instruction for the RDR # in arg0 is called
1378 blr %r1,%r0 ; branch to 8-instruction sequence
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y1648 struct instruction *instr;
1663 /* Allocate sequencer space for the instruction and fill it out */
1725 struct instruction *instr;
1736 /* Allocate sequencer space for the instruction and fill it out */
1786 struct instruction *instr;
1793 /* Allocate sequencer space for the instruction and fill it out */
1797 /* 'dot' reference. Use the current instruction pointer */
/linux-master/arch/arm/mm/
H A Dproc-arm940.S285 mcr p15, 0, r0, c6, c3, 1 @ disable instruction area 3~7
H A Dproc-xscale.S71 sub pc, pc, #4 @ flush instruction pipeline
77 @ flush instruction pipeline
/linux-master/arch/xtensa/kernel/
H A Dsignal.c299 * instruction. As long as the above system call numbers fit within
305 # error Generating the MOVI instruction below breaks!
309 /* Generate instruction: MOVI a2, __NR_rt_sigreturn */
313 /* Generate instruction: SYSCALL */
319 /* Generate instruction: MOVI a2, __NR_rt_sigreturn */
323 /* Generate instruction: SYSCALL */

Completed in 439 milliseconds

12345