Searched refs:sr (Results 1 - 25 of 334) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dsmartreflex-class3.c15 static int sr_class3_enable(struct omap_sr *sr) argument
17 unsigned long volt = voltdm_get_voltage(sr->voltdm);
21 __func__, sr->name);
25 omap_vp_enable(sr->voltdm);
26 return sr_enable(sr, volt);
29 static int sr_class3_disable(struct omap_sr *sr, int is_volt_reset) argument
31 sr_disable_errgen(sr);
32 omap_vp_disable(sr->voltdm);
33 sr_disable(sr);
35 voltdm_reset(sr
40 sr_class3_configure(struct omap_sr *sr) argument
[all...]
/linux-master/arch/csky/abiv1/inc/abi/
H A Delf.h10 pr_reg[3] = regs->sr; \
/linux-master/arch/csky/abiv2/inc/abi/
H A Delf.h11 pr_reg[3] = regs->sr; \
/linux-master/arch/m68k/68000/
H A Dhead.S78 movew #0x2700, %sr /* disable all interrupts */
/linux-master/arch/m68k/coldfire/
H A Dhead.S155 movew #0x2700, %sr /* no interrupts */
/linux-master/arch/m68k/fpsp040/
H A Dx_fline.S83 movew EXC_SR+4(%a6),EXC_SR(%a6) |move stacked sr to new position
/linux-master/arch/m68k/include/asm/
H A Dentry.h27 * 2C(sp) - [ sr ] [ format & vector ]
28 * 2E(sp) - [ pc-hiword ] [ sr ]
65 move #0x2700,%sr /* disable intrs */
79 movel %a0@-,%sp@(PT_OFF_FORMATVEC)/*copy exception format/vector/sr */
97 move #0x2700,%sr /* disable intrs */
100 movel %sp@(PT_OFF_FORMATVEC),%a0@-/*copy exception format/vector/sr */
127 move #0x2700,%sr /* disable intrs */
136 move #0x2700,%sr /* disable intrs */
H A Dptrace.h14 #define user_mode(regs) (!((regs)->sr & PS_S))
/linux-master/arch/m68k/kernel/
H A Dsun3-head.S39 movew #PSL_HIGHIPL, %sr
/linux-master/arch/mips/include/asm/sn/
H A Dnmi.h72 unsigned long sr; member in struct:reg_struct
/linux-master/arch/parisc/include/uapi/asm/
H A Dptrace.h27 unsigned long sr[ 8]; member in struct:pt_regs
53 unsigned long sr[8]; member in struct:user_regs_struct
/linux-master/arch/parisc/kernel/
H A Dsignal32.c155 compat_reg = (compat_uint_t)(regs->sr[3]);
160 compat_reg = (compat_uint_t)(regs->sr[3] >> 32);
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S17 ldc r1, sr
/linux-master/arch/sh/include/asm/
H A Dentry-macros.S5 stc sr, r0
7 ldc r0, sr
14 stc sr, r10
20 ldc r10, sr
H A Dflat.h31 _r->sr = SR_FD; } while (0)
H A Dptrace.h16 #define user_mode(regs) (((regs)->sr & 0x40000000)==0)
H A Dsuspend.h73 unsigned long sr; member in struct:sh_sleep_data
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace_32.h49 unsigned long sr; member in struct:pt_regs
/linux-master/arch/sh/kernel/
H A Dasm-offsets.c43 DEFINE(SH_SLEEP_SR, offsetof(struct sh_sleep_data, sr));
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S40 ! sr
127 add #-4,r2 ! exception frame stub (sr)
225 stc sr,r3
265 stc sr,r0
267 ldc r0,sr ! all interrupt block (same BL = 1)
296 mov.l r1,@(4,r2) ! set sr
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S40 ! sr
169 stc sr,r3
194 stc sr,r0
196 ldc r0,sr ! all interrupt block (same BL = 1)
216 mov.l r1,@(4,r2) ! set sr
H A Dfpu.c424 if (regs->sr & 1)
430 if (regs->sr & 1)
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S97 stc sr, r1
98 ldc r1, ssr ! save sr in ssr
123 ldc r1, sr ! restore old sr
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dfpu.c195 if (regs->sr & 1)
202 if (regs->sr & 1)
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S44 /* save sr */
45 stc sr, r0
219 stc sr, r8
222 ldc r8, sr
256 /* setup sr with saved sr */
258 ldc k0, sr
271 /* setup ssr with saved sr */
381 stc sr, r8
384 ldc r8, sr
[all...]

Completed in 227 milliseconds

1234567891011>>