Home
last modified time | relevance | path

Searched defs:_SEGREG (Results 1 – 1 of 1) sorted by relevance

/linux/arch/microblaze/include/asm/
H A Dmmu.h42 typedef struct _SEGREG { struct
43 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 */