Searched refs:psw (Results 1 - 25 of 70) sorted by path

123

/linux-master/arch/parisc/boot/compressed/
H A Dhead.S11 #include <asm/psw.h>
/linux-master/arch/s390/include/uapi/asm/
H A Dsigcontext.h49 _psw_t psw; member in struct:__anon962
/linux-master/arch/s390/kernel/
H A Dcompat_ptrace.h22 psw_compat_t psw; member in struct:compat_user_regs_struct
/linux-master/arch/sh/boards/mach-highlander/
H A DMakefile11 obj-$(CONFIG_PUSH_SWITCH) += psw.o
H A Dpsw.c3 * arch/sh/boards/renesas/r7780rp/psw.c
19 struct push_switch *psw = platform_get_drvdata(pdev); local
27 if (psw->state) {
35 psw->state = !!(mask & (1 << psw_info->bit));
36 if (psw->state) /* debounce */
37 mod_timer(&psw->debounce, jiffies + 50);
/linux-master/arch/sh/boards/mach-landisk/
H A DMakefile6 obj-y := setup.o irq.o psw.o gio.o
H A Dpsw.c3 * arch/sh/boards/landisk/psw.c
20 struct push_switch *psw = platform_get_drvdata(pdev); local
28 if (psw->state) {
35 psw->state = 1;
36 mod_timer(&psw->debounce, jiffies + 50);
/linux-master/arch/parisc/include/asm/
H A Dassembly.h91 #include <asm/psw.h>
H A Dirqflags.h6 #include <asm/psw.h>
/linux-master/arch/parisc/kernel/
H A Dentry.S19 #include <asm/psw.h>
H A Dhead.S16 #include <asm/psw.h>
H A Dhpmc.S34 #include <asm/psw.h>
H A Dpacache.S22 #include <asm/psw.h>
H A Dreal2.S12 #include <asm/psw.h>
H A Drelocate_kernel.S9 #include <asm/psw.h>
H A Dsignal.c327 unsigned long psw = USER_PSW; local
330 psw |= PSW_W;
341 psw |= PSW_R;
345 regs->gr[0] = psw;
H A Dsyscall.S37 #include <asm/psw.h>
/linux-master/arch/s390/boot/
H A Dhead.S129 larl %r13,.Lnewpswmask # set up IO interrupt psw
298 # It simply saves general/control registers and psw in
H A Dpgm_check_info.c149 struct psw_bits *psw = &psw_bits(S390_lowcore.psw_save_area); local
164 psw->per, psw->dat, psw->io, psw->ext, psw->key, psw->mcheck,
165 psw->wait, psw->pstate, psw
[all...]
H A Dstartup.c384 psw_t psw; local
477 psw.addr = vmlinux.entry;
478 psw.mask = PSW_KERNEL_BITS;
479 __load_psw(psw);
/linux-master/arch/s390/include/asm/
H A Dcompat.h55 psw_compat_t psw; member in struct:__anon69
H A Dftrace.h77 return fregs->regs.psw.addr;
84 fregs->regs.psw.addr = ip;
H A Dperf_event.h76 (regs)->psw.addr = (__ip); \
H A Dprocessor.h215 regs->psw.mask = PSW_USER_BITS | PSW_MASK_EA | PSW_MASK_BA; \
216 regs->psw.addr = new_psw; \
222 regs->psw.mask = PSW_USER_BITS | PSW_MASK_BA; \
223 regs->psw.addr = new_psw; \
243 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->psw.addr)
296 static inline void __load_psw(psw_t psw) argument
298 asm volatile("lpswe %0" : : "Q" (psw) : "cc");
308 psw_t psw; local
310 psw.mask = mask;
317 : "=&d" (addr), "=Q" (psw
366 __rewind_psw(psw_t psw, unsigned long ilc) argument
381 psw_t psw; local
[all...]
H A Dptrace.h115 psw_t psw; member in struct:pt_regs::__anon16::__anon17
214 #define user_mode(regs) (((regs)->psw.mask & PSW_MASK_PSTATE) != 0)
215 #define instruction_pointer(regs) ((regs)->psw.addr)
227 regs->psw.addr = val;

Completed in 511 milliseconds

123