kernel/type.h

struct pc_psw {
    int (*pc)();
    phys_clicks cs;
    unsigned psw;           /* Programm status word */
};