taglinefilesource code
ps285arch/alpha/kernel/irq.cprintk("PC = %016lx PS=%04lx\n", regs->pc, regs->ps);
ps633arch/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;
ps728drivers/block/ide-tape.cunsigned ps    :1;
ps751drivers/block/ide-tape.cunsigned ps    :1;
ps118drivers/char/selection.cint i, ps, pe;
ps135drivers/char/selection.cps = ys * video_size_row + (xs << 1);
ps150drivers/char/selection.cif (ps > pe)  /* make sel_start <= sel_end */
ps152drivers/char/selection.cint tmp = ps;
ps153drivers/char/selection.cps = pe;
ps165drivers/char/selection.cnew_sel_start = ps;
ps169drivers/char/selection.cspc = isspace(sel_pos(ps));
ps170drivers/char/selection.cfor (new_sel_start = ps; ; ps -= 2)
ps172drivers/char/selection.cif ((spc && !isspace(sel_pos(ps))) ||
ps173drivers/char/selection.c(!spc && !inword(sel_pos(ps))))
ps175drivers/char/selection.cnew_sel_start = ps;
ps176drivers/char/selection.cif (!(ps % video_size_row))
ps191drivers/char/selection.cnew_sel_start = ps - ps % video_size_row;
ps495fs/vfat/namei.cstruct msdos_dir_slot *ps, *ps_mask;
ps556fs/vfat/namei.cfor (ps = ds, slot = *slots, ps_mask = ds_mask;
ps557fs/vfat/namei.cslot > 0; slot--, ps++, ps_mask++)
ps562fs/vfat/namei.cps->id = slot; ps_mask->id = 0xff;
ps563fs/vfat/namei.cps->attr = ATTR_EXT; ps_mask->attr = 0xff;
ps564fs/vfat/namei.cps->reserved = 0; ps_mask->reserved = 0xff;
ps565fs/vfat/namei.cps->alias_checksum = alias_checksum;
ps567fs/vfat/namei.cps->start[0] = 0; ps_mask->start[0] = 0xff;
ps568fs/vfat/namei.cps->start[1] = 0; ps_mask->start[1] = 0xff;
ps577fs/vfat/namei.cps->name0_4[i] = 0;
ps579fs/vfat/namei.cps->name0_4[i+1] = 0;
ps583fs/vfat/namei.cps->name0_4[i] = 0xff;
ps585fs/vfat/namei.cps->name0_4[i+1] = 0xff;
ps589fs/vfat/namei.cps->name0_4[i] = fat_a2uni[*ip].uni1;
ps590fs/vfat/namei.cps->name0_4[i+1] = fat_a2uni[*ip].uni2;
ps604fs/vfat/namei.cps->name5_10[i] = 0;
ps605fs/vfat/namei.cps->name5_10[i+1] = 0;
ps608fs/vfat/namei.cps->name5_10[i] = 0xff;
ps610fs/vfat/namei.cps->name5_10[i+1] = 0xff;
ps614fs/vfat/namei.cps->name5_10[i] = fat_a2uni[*ip].uni1;
ps615fs/vfat/namei.cps->name5_10[i+1] = fat_a2uni[*ip].uni2;
ps629fs/vfat/namei.cps->name11_12[i] = 0;
ps630fs/vfat/namei.cps->name11_12[i+1] = 0;
ps633fs/vfat/namei.cps->name11_12[i] = 0xff;
ps635fs/vfat/namei.cps->name11_12[i+1] = 0xff;
ps639fs/vfat/namei.cps->name11_12[i] = fat_a2uni[*ip].uni1;
ps640fs/vfat/namei.cps->name11_12[i+1] = fat_a2uni[*ip].uni2;
ps655fs/vfat/namei.cde = (struct msdos_dir_entry *) ps;
ps673fs/vfat/namei.cstruct msdos_dir_slot *ps;
ps692fs/vfat/namei.cps = (struct msdos_dir_slot *) de;
ps693fs/vfat/namei.cif (ps->alias_checksum != checksum) goto finish;
ps694fs/vfat/namei.cif ((ps->id &~ 0x40) != id) goto finish;
ps696fs/vfat/namei.cif (ps->id & 0x40) {
ps698fs/vfat/namei.cslots = ps->id &~ 0x40;
ps718fs/vfat/namei.cstruct msdos_dir_slot *ps;
ps743fs/vfat/namei.cps = (struct msdos_dir_slot *) de;
ps744fs/vfat/namei.calias_checksum = ps->alias_checksum;
ps748fs/vfat/namei.cps = (struct msdos_dir_slot *) de;
ps749fs/vfat/namei.cif (is_long && ps->alias_checksum != alias_checksum) {
ps857fs/vfat/namei.cfor (slot = 0, ps = ds; slot < slots; slot++, ps++) {
ps864fs/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])))))