tag | line | file | source code |
ps | 265 | arch/alpha/kernel/irq.c | printk("PC = %016lx PS=%04lx\n", regs->pc, regs->ps); |
ps | 652 | 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 | 754 | drivers/block/ide-tape.c | unsigned ps :1; |
ps | 777 | drivers/block/ide-tape.c | unsigned ps :1; |
ps | 118 | drivers/char/selection.c | int i, ps, pe; |
ps | 142 | drivers/char/selection.c | ps = ys * video_size_row + (xs << 1); |
ps | 157 | drivers/char/selection.c | if (ps > pe) /* make sel_start <= sel_end */ |
ps | 159 | drivers/char/selection.c | int tmp = ps; |
ps | 160 | drivers/char/selection.c | ps = pe; |
ps | 172 | drivers/char/selection.c | new_sel_start = ps; |
ps | 176 | drivers/char/selection.c | spc = isspace(sel_pos(ps)); |
ps | 177 | drivers/char/selection.c | for (new_sel_start = ps; ; ps -= 2) |
ps | 179 | drivers/char/selection.c | if ((spc && !isspace(sel_pos(ps))) || |
ps | 180 | drivers/char/selection.c | (!spc && !inword(sel_pos(ps)))) |
ps | 182 | drivers/char/selection.c | new_sel_start = ps; |
ps | 183 | drivers/char/selection.c | if (!(ps % video_size_row)) |
ps | 198 | drivers/char/selection.c | new_sel_start = ps - ps % video_size_row; |
ps | 646 | fs/vfat/namei.c | struct msdos_dir_slot *ps; |
ps | 673 | fs/vfat/namei.c | for (ps = ds, slot = *slots; slot > 0; slot--, ps++) { |
ps | 677 | fs/vfat/namei.c | ps->id = slot; |
ps | 678 | fs/vfat/namei.c | ps->attr = ATTR_EXT; |
ps | 679 | fs/vfat/namei.c | ps->reserved = 0; |
ps | 680 | fs/vfat/namei.c | ps->alias_checksum = cksum; |
ps | 681 | fs/vfat/namei.c | ps->start[0] = 0; |
ps | 682 | fs/vfat/namei.c | ps->start[1] = 0; |
ps | 689 | fs/vfat/namei.c | ps->name0_4[i] = *ip++; |
ps | 690 | fs/vfat/namei.c | ps->name0_4[i+1] = *ip++; |
ps | 694 | fs/vfat/namei.c | ps->name5_10[i] = *ip++; |
ps | 695 | fs/vfat/namei.c | ps->name5_10[i+1] = *ip++; |
ps | 699 | fs/vfat/namei.c | ps->name11_12[i] = *ip++; |
ps | 700 | fs/vfat/namei.c | ps->name11_12[i+1] = *ip++; |
ps | 706 | fs/vfat/namei.c | de = (struct msdos_dir_entry *) ps; |
ps | 810 | fs/vfat/namei.c | struct msdos_dir_slot *ps; |
ps | 863 | fs/vfat/namei.c | for (slot = 0, ps = ds; slot < slots; slot++, ps++) { |
ps | 870 | 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]))))) |