Searched refs:status32 (Results 1 - 19 of 19) sorted by relevance

/linux-master/arch/arc/include/uapi/asm/
H A Dptrace.h39 unsigned long status32, ret, blink, fp, gp; member in struct:user_regs_struct::__anon131
/linux-master/arch/arc/include/asm/
H A Dptrace.h36 unsigned long status32; /* status32_l1, status32_l2, erstatus */ member in struct:pt_regs
96 unsigned long status32; member in struct:pt_regs
103 #define MAX_REG_OFFSET offsetof(struct pt_regs, status32)
111 #define user_mode(regs) (regs->status32 & STATUS_U_MASK)
123 #define delay_mode(regs) ((regs->status32 & STATUS_DE_MASK) == STATUS_DE_MASK)
H A Dirqflags-compact.h11 * -Remove explicit mov of current status32 into reg, that is not needed
18 /* status32 Reg bits related to Interrupt Handling */
70 " lr %1, [status32] \n"
105 " lr %0, [status32] \n"
122 " lr %0, [status32] \n"
138 " lr %0, [status32] \n"
186 lr \scratch, [status32]
194 lr \scratch, [status32]
H A Dentry-compact.h124 * Entry : r9 contains pre-IRQ/exception/trap status32
195 lr r9, [status32]
H A Dentry-arcv2.h276 lr r9, [status32]
/linux-master/arch/arc/kernel/
H A Dprocess.c61 regs->status32 &= ~STATUS_Z_MASK;
81 regs->status32 |= STATUS_Z_MASK;
261 regs->status32 = STATUS_U_MASK | STATUS_L_MASK | ISA_INIT_STATUS_BITS;
H A Dtroubleshoot.c192 pr_info("STAT32: 0x%08lx", regs->status32);
194 #define STS_BIT(r, bit) r->status32 & STATUS_##bit##_MASK ? #bit" " : ""
198 (regs->status32 & STATUS_U_MASK) ? "U " : "K ",
205 (regs->status32 & STATUS_U_MASK) ? "U " : "K ",
H A Dsignal.c41 * to run, but doesn't clear the Delay slot bit from status32. As a result,
43 * -FIX: clear the DE bit from status32 in setup_frame( )
112 uregs.scratch.status32 = regs->status32;
165 regs->status32 = uregs.scratch.status32;
234 * signal handler and/or restorer which clobberes the status32/ret
237 regs->status32 |= STATUS_U_MASK;
339 regs->status32 &= ~STATUS_DE_MASK;
340 regs->status32 |
[all...]
H A Dkgdb.c29 gdb_regs[_STATUS32] = kernel_regs->status32;
49 kernel_regs->status32 = gdb_regs[_STATUS32];
H A Dptrace.c29 REG_OFFSET_NAME(status32),
91 REG_OFFSET_NAME(status32),
115 membuf_store(&to, ptregs->status32);
197 REG_IGNORE_ONE(scratch.status32);
H A Dasm-offsets.c48 DEFINE(PT_status32, offsetof(struct pt_regs, status32));
H A Dentry-compact.S211 lr r3, [status32]
317 lr r10, [status32]
321 ; Note that we use realtime STATUS32 (not pt_regs->status32) to
H A Dhead.S54 lr r5, [status32]
H A Dunaligned.c243 regs->status32 &= ~STATUS_DE_MASK;
H A Dentry.S255 ; Pre-{IRQ,Trap,Exception} K/U mode from pt_regs->status32
H A Dkprobes.c148 if (regs->status32 & 0x40) {
H A Ddisasm.c586 if (!(regs->status32 & STATUS32_L) && (*next_pc == regs->lp_end)
/linux-master/sound/core/
H A Drawmidi.c815 struct snd_rawmidi_status32 status32; local
818 if (copy_from_user(&status32, argp,
822 switch (status32.stream) {
839 status32 = (struct snd_rawmidi_status32) {
847 if (copy_to_user(status, &status32, sizeof(*status)))
H A Dpcm_native.c1106 struct snd_pcm_status32 status32; local
1110 memset(&status32, 0, sizeof(status32));
1123 status32 = (struct snd_pcm_status32) {
1144 if (copy_to_user(_status, &status32, sizeof(status32)))

Completed in 207 milliseconds