tag | line | file | source code |
ps | 281 | arch/alpha/kernel/irq.c | printk("PC = %016lx PS=%04lx\n", regs->pc, regs->ps); |
ps | 664 | arch/alpha/kernel/irq.c | printk("PC = %016lx PS=%04lx\n", regs.pc, regs.ps); |
ps | 60 | arch/alpha/kernel/process.c | printk("\nps: %04lx pc: [<%016lx>]\n", regs->ps, regs->pc); |
ps | 127 | arch/alpha/kernel/process.c | if (!(regs->ps & 8)) |
ps | 195 | arch/alpha/kernel/process.c | dump->regs[EF_PS] = pt->ps; |
ps | 26 | arch/alpha/kernel/traps.c | if (regs->ps & 8) |
ps | 30 | arch/alpha/kernel/traps.c | printk("pc = [<%lx>] ps = %04lx\n", regs->pc, regs->ps); |
ps | 173 | arch/alpha/kernel/traps.c | unsigned long ps, pc, gp, a0, a1, a2; |
ps | 753 | drivers/block/ide-tape.c | unsigned ps :1; |
ps | 776 | drivers/block/ide-tape.c | unsigned ps :1; |
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 | 630 | fs/vfat/namei.c | struct msdos_dir_slot *ps; |
ps | 657 | fs/vfat/namei.c | for (ps = ds, slot = *slots; slot > 0; slot--, ps++) { |
ps | 661 | fs/vfat/namei.c | ps->id = slot; |
ps | 662 | fs/vfat/namei.c | ps->attr = ATTR_EXT; |
ps | 663 | fs/vfat/namei.c | ps->reserved = 0; |
ps | 664 | fs/vfat/namei.c | ps->alias_checksum = cksum; |
ps | 665 | fs/vfat/namei.c | ps->start[0] = 0; |
ps | 666 | fs/vfat/namei.c | ps->start[1] = 0; |
ps | 673 | fs/vfat/namei.c | ps->name0_4[i] = *ip++; |
ps | 674 | fs/vfat/namei.c | ps->name0_4[i+1] = *ip++; |
ps | 678 | fs/vfat/namei.c | ps->name5_10[i] = *ip++; |
ps | 679 | fs/vfat/namei.c | ps->name5_10[i+1] = *ip++; |
ps | 683 | fs/vfat/namei.c | ps->name11_12[i] = *ip++; |
ps | 684 | fs/vfat/namei.c | ps->name11_12[i+1] = *ip++; |
ps | 690 | fs/vfat/namei.c | de = (struct msdos_dir_entry *) ps; |
ps | 794 | fs/vfat/namei.c | struct msdos_dir_slot *ps; |
ps | 847 | fs/vfat/namei.c | for (slot = 0, ps = ds; slot < slots; slot++, ps++) { |
ps | 854 | fs/vfat/namei.c | memcpy(de, ps, sizeof(struct msdos_dir_slot)); |
ps | 80 | 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]))))) |