taglinefilesource code
ps265arch/alpha/kernel/irq.cprintk("PC = %016lx PS=%04lx\n", regs->pc, regs->ps);
ps652arch/alpha/kernel/irq.cprintk("PC = %016lx PS=%04lx\n", regs.pc, regs.ps);
ps60arch/alpha/kernel/process.cprintk("\nps: %04lx pc: [<%016lx>]\n", regs->ps, regs->pc);
ps127arch/alpha/kernel/process.cif (!(regs->ps & 8))
ps195arch/alpha/kernel/process.cdump->regs[EF_PS]  = pt->ps;
ps26arch/alpha/kernel/traps.cif (regs->ps & 8)
ps30arch/alpha/kernel/traps.cprintk("pc = [<%lx>] ps = %04lx\n", regs->pc, regs->ps);
ps173arch/alpha/kernel/traps.cunsigned long ps, pc, gp, a0, a1, a2;
ps754drivers/block/ide-tape.cunsigned ps    :1;
ps777drivers/block/ide-tape.cunsigned ps    :1;
ps118drivers/char/selection.cint i, ps, pe;
ps142drivers/char/selection.cps = ys * video_size_row + (xs << 1);
ps157drivers/char/selection.cif (ps > pe)  /* make sel_start <= sel_end */
ps159drivers/char/selection.cint tmp = ps;
ps160drivers/char/selection.cps = pe;
ps172drivers/char/selection.cnew_sel_start = ps;
ps176drivers/char/selection.cspc = isspace(sel_pos(ps));
ps177drivers/char/selection.cfor (new_sel_start = ps; ; ps -= 2)
ps179drivers/char/selection.cif ((spc && !isspace(sel_pos(ps))) ||
ps180drivers/char/selection.c(!spc && !inword(sel_pos(ps))))
ps182drivers/char/selection.cnew_sel_start = ps;
ps183drivers/char/selection.cif (!(ps % video_size_row))
ps198drivers/char/selection.cnew_sel_start = ps - ps % video_size_row;
ps646fs/vfat/namei.cstruct msdos_dir_slot *ps;
ps673fs/vfat/namei.cfor (ps = ds, slot = *slots; slot > 0; slot--, ps++) {
ps677fs/vfat/namei.cps->id = slot;
ps678fs/vfat/namei.cps->attr = ATTR_EXT;
ps679fs/vfat/namei.cps->reserved = 0;
ps680fs/vfat/namei.cps->alias_checksum = cksum;
ps681fs/vfat/namei.cps->start[0] = 0;
ps682fs/vfat/namei.cps->start[1] = 0;
ps689fs/vfat/namei.cps->name0_4[i] = *ip++;
ps690fs/vfat/namei.cps->name0_4[i+1] = *ip++;
ps694fs/vfat/namei.cps->name5_10[i] = *ip++;
ps695fs/vfat/namei.cps->name5_10[i+1] = *ip++;
ps699fs/vfat/namei.cps->name11_12[i] = *ip++;
ps700fs/vfat/namei.cps->name11_12[i+1] = *ip++;
ps706fs/vfat/namei.cde = (struct msdos_dir_entry *) ps;
ps810fs/vfat/namei.cstruct msdos_dir_slot *ps;
ps863fs/vfat/namei.cfor (slot = 0, ps = ds; slot < slots; slot++, ps++) {
ps870fs/vfat/namei.cmemcpy(de, ps, sizeof(struct msdos_dir_slot));
ps80include/asm-alpha/processor.hregs->ps = 8;
ps41include/asm-alpha/ptrace.hunsigned long ps;
ps66include/asm-alpha/ptrace.h#define user_mode(regs) ((regs)->ps & 8)
ps25include/linux/coff.h#define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\
ps26include/linux/coff.h((unsigned short)((unsigned char)ps[0]))))
ps29include/linux/coff.h#define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\
ps30include/linux/coff.h((unsigned long)((unsigned char)ps[2])<<16) |\
ps31include/linux/coff.h((unsigned long)((unsigned char)ps[1])<<8)  |\
ps32include/linux/coff.h((unsigned long)((unsigned char)ps[0])))))
ps35include/linux/coff.h#define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[0])<<8)|\
ps36include/linux/coff.h((unsigned short)((unsigned char)ps[1]))))
ps39include/linux/coff.h#define COFF_LONG_H(ps) (((long)(((unsigned long)((unsigned char)ps[0])<<24) |\
ps40include/linux/coff.h((unsigned long)((unsigned char)ps[1])<<16) |\
ps41include/linux/coff.h((unsigned long)((unsigned char)ps[2])<<8)  |\
ps42include/linux/coff.h((unsigned long)((unsigned char)ps[3])))))