Searched defs:ins (Results 1 - 3 of 3) sorted by relevance

/arch/sparc/include/asm/
H A Dsigcontext.h43 unsigned int u_regs[16]; /* globals and ins */
52 unsigned long ins[8]; member in struct:__anon2781
75 unsigned long u_regs[16]; /* globals and ins */
/arch/x86/kernel/
H A Dftrace.c378 unsigned char ins[MCOUNT_INSN_SIZE]; local
385 if (probe_kernel_read(ins, (void *)ip, MCOUNT_INSN_SIZE))
389 if (ins[0] != brk)
398 if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0) {
408 if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) == 0)
415 if (memcmp(&ins[1], &nop[1], MCOUNT_INSN_SIZE - 1) != 0)
/arch/sparc/include/uapi/asm/
H A Dptrace.h22 unsigned long u_regs[16]; /* globals and ins */
47 unsigned int u_regs[16]; /* globals and ins */
53 unsigned long ins[8]; member in struct:reg_window
59 unsigned int ins[8]; member in struct:reg_window32
65 unsigned long ins[6]; member in struct:sparc_stackf
76 unsigned int ins[6]; member in struct:sparc_stackf32
86 unsigned long ins[8]; member in struct:sparc_trapf
108 unsigned long u_regs[16]; /* globals and ins */
114 unsigned long ins[8]; member in struct:reg_window32
120 unsigned long ins[ member in struct:sparc_stackf
[all...]

Completed in 115 milliseconds