Searched defs:_SEGREG (Results 1 – 1 of 1) sorted by relevance
43 typedef struct _SEGREG { struct44 unsigned long t:1; /* Normal or I/O type */45 unsigned long ks:1; /* Supervisor 'key' (normally 0) */46 unsigned long kp:1; /* User 'key' (normally 1) */47 unsigned long n:1; /* No-execute */48 unsigned long :4; /* Unused */49 unsigned long vsid:24; /* Virtual Segment Identifier */