tag | line | file | source code |
ps | 209 | arch/alpha/kernel/irq.c | printk("PC = %016lx PS=%04lx\n", regs->pc, regs->ps); |
ps | 411 | arch/alpha/kernel/irq.c | printk("PC = %016lx PS=%04lx\n", regs.pc, regs.ps); |
ps | 59 | arch/alpha/kernel/process.c | printk("\nps: %04lx pc: %016lx\n", regs->ps, regs->pc); |
ps | 118 | arch/alpha/kernel/process.c | if (!(regs->ps & 8)) |
ps | 22 | arch/alpha/kernel/traps.c | if (regs->ps & 8) |
ps | 26 | arch/alpha/kernel/traps.c | printk("pc = %lx ps = %04lx\n", regs->pc, regs->ps); |
ps | 103 | arch/alpha/kernel/traps.c | unsigned long ps, pc, gp, a0, a1, a2; |
ps | 112 | arch/alpha/kernel/traps.c | if (regs.ps & 8) |
ps | 118 | drivers/char/selection.c | int i, ps, pe; |
ps | 135 | drivers/char/selection.c | ps = ys * video_size_row + (xs << 1); |
ps | 150 | drivers/char/selection.c | if (ps > pe) /* make sel_start <= sel_end */ |
ps | 152 | drivers/char/selection.c | int tmp = ps; |
ps | 153 | drivers/char/selection.c | ps = pe; |
ps | 165 | drivers/char/selection.c | new_sel_start = ps; |
ps | 169 | drivers/char/selection.c | spc = isspace(sel_pos(ps)); |
ps | 170 | drivers/char/selection.c | for (new_sel_start = ps; ; ps -= 2) |
ps | 172 | drivers/char/selection.c | if ((spc && !isspace(sel_pos(ps))) || |
ps | 173 | drivers/char/selection.c | (!spc && !inword(sel_pos(ps)))) |
ps | 175 | drivers/char/selection.c | new_sel_start = ps; |
ps | 176 | drivers/char/selection.c | if (!(ps % video_size_row)) |
ps | 191 | drivers/char/selection.c | new_sel_start = ps - ps % video_size_row; |
ps | 71 | include/asm-alpha/processor.h | regs->ps = 8; |
ps | 41 | include/asm-alpha/ptrace.h | unsigned long ps; |
ps | 66 | include/asm-alpha/ptrace.h | #define user_mode(regs) ((regs)->ps & 8) |
ps | 25 | include/linux/coff.h | #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\ |
ps | 26 | include/linux/coff.h | ((unsigned short)((unsigned char)ps[0])))) |
ps | 29 | include/linux/coff.h | #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\ |
ps | 30 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[2])<<16) |\ |
ps | 31 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[1])<<8) |\ |
ps | 32 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[0]))))) |
ps | 35 | include/linux/coff.h | #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[0])<<8)|\ |
ps | 36 | include/linux/coff.h | ((unsigned short)((unsigned char)ps[1])))) |
ps | 39 | include/linux/coff.h | #define COFF_LONG_H(ps) (((long)(((unsigned long)((unsigned char)ps[0])<<24) |\ |
ps | 40 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[1])<<16) |\ |
ps | 41 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[2])<<8) |\ |
ps | 42 | include/linux/coff.h | ((unsigned long)((unsigned char)ps[3]))))) |