Searched defs:_SEGREG (Results 1 – 2 of 2) sorted by relevance
42 typedef struct _SEGREG { struct43 unsigned long t:1; /* Normal or I/O type */44 unsigned long ks:1; /* Supervisor 'key' (normally 0) */45 unsigned long kp:1; /* User 'key' (normally 1) */46 unsigned long n:1; /* No-execute */47 unsigned long :4; /* Unused */48 unsigned long vsid:24; /* Virtual Segment Identifier */
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 */