PG_RI
#define PG_PROTMASK (PG_M | PG_RO | PG_RI | PG_XI)
db_printf("%c", tlblo & PG_RI ? 'R' : ' ');
pg_ri = PG_RI;