tag | line | file | source code |
psr | 87 | arch/sparc/kernel/process.c | p->tss.psr = regs->psr; /* for condition codes */ |
psr | 22 | include/asm-sparc/bitops.h | register unsigned long retval, tmp, mask, psr; |
psr | 35 | include/asm-sparc/bitops.h | "r" (nr), "r" (psr=0)); |
psr | 43 | include/asm-sparc/bitops.h | register unsigned long retval, tmp, mask, psr; |
psr | 56 | include/asm-sparc/bitops.h | "r" (nr), "r" (psr=0)); |
psr | 64 | include/asm-sparc/bitops.h | register unsigned long retval, tmp, mask, psr; |
psr | 77 | include/asm-sparc/bitops.h | "r" (nr), "r" (psr=0)); |
psr | 29 | include/asm-sparc/head.h | mov (type), %l3; b label; rd %psr, %l0; nop; |
psr | 36 | include/asm-sparc/head.h | mov int_level, %l3; b stray_irq_entry; rd %psr, %l0; nop; |
psr | 43 | include/asm-sparc/head.h | mov int_level, %l3; rd %psr, %l0; b stray_irq_entry; mov ident, %l4; |
psr | 50 | include/asm-sparc/head.h | mov 10, %l3; rd %psr, %l0; b sparc_timer; nop; |
psr | 58 | include/asm-sparc/head.h | mov t_type, %l3; b jmp_to; rd %psr, %l0; nop; |
psr | 48 | include/asm-sparc/processor.h | unsigned long psr; /* save for condition codes */ |
psr | 131 | include/asm-sparc/processor.h | unsigned long dummy, psr; |
psr | 139 | include/asm-sparc/processor.h | : "0" (0), "r" (psr=0)); |
psr | 144 | include/asm-sparc/processor.h | unsigned long dummy, psr; |
psr | 152 | include/asm-sparc/processor.h | : "0" (0), "r" (psr=0)); |
psr | 18 | include/asm-sparc/ptrace.h | unsigned long psr; /* for condition codes */ |
psr | 56 | include/asm-sparc/system.h | ({ unsigned long psr, retval; \ |
psr | 58 | include/asm-sparc/system.h | "rd %%psr, %0\n\t" : "=&r" (psr)); \ |
psr | 59 | include/asm-sparc/system.h | retval = psr; \ |
psr | 60 | include/asm-sparc/system.h | psr = (psr & ~(PSR_PIL)); \ |
psr | 61 | include/asm-sparc/system.h | psr |= ((__new_ipl << 8) & PSR_PIL); \ |
psr | 64 | include/asm-sparc/system.h | : : "r" (psr)); \ |