Home
last modified time | relevance | path

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

/openbmc/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 */
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h43 typedef struct _SEGREG { struct
44 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 */