Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h53 typedef struct _P601_BATU { /* Upper part of BAT for 601 processor */ struct
54 unsigned long bepi:15; /* Effective page index (virtual address) */
55 unsigned long :8; /* unused */
56 unsigned long w:1;
57 unsigned long i:1; /* Cache inhibit */
58 unsigned long m:1; /* Memory coherence */
59 unsigned long ks:1; /* Supervisor key (normally 0) */
60 unsigned long kp:1; /* User key (normally 1) */
61 unsigned long pp:2; /* Page access protections */